/* CSS Document */

body {
	height:100%;
	position:relative;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /*/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #fff;
	color:#444;
	font-family: Georgia, "Lucida Grande", "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size:13px;
	line-height: 15px;
}

#site {
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	width:700px;
	height:600px;
	
	font-size:0.9em;
	line-height:1.6em;
	text-align: left;
	
	position: relative; 
	top: 0px; 
	left: 0px; 
	z-index: 777;
}

A, A:hover, A:visited {
color:#444;
}

IMG {
padding:0px;
margin:0px;

}

#flashInside {
	position:absolute;
	top:0;
	left:0;
	z-index: -1;
	height: 100%;
	width: 100%;
}

P {
margin-top:2px;
}

IMG {margin-bottom:6px;}

html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
}

td #site-rigth {
vertical-align: top;

}

.menu {
	height:20px;
}

#site-left {
	width:100%;
	display:block;
}

#site-rigth {
	width:100%;
	display:block;
	
}

.contentpaneopen {

}

td .contentheading, td .contentheading_odskoc_ma1 {
	font-size: 18px;
	
}

td .contentheading_odskoc_ma1 {
	padding-top:40px;
}

table .contentpaneopen_odskoc_ma2 {
	padding-top:40px;
}
table .contentpane_odskoc_ma3 {
	padding-top:40px;
}

td .createdate {
	font-size: 10px;
}

td .sectiontableheader, span#pages {
	font-size: 10px;
	padding-bottom: 4px;
}

tr .sectiontableentry1, tr .sectiontableentry2 {
	height:1.4em;
}

.clr {
	clear: both;
}

.outline {
	border: 1px solid #cccccc;
	padding: 2px;
}

div.mosimage {
  border: 1px ;
}

.mosimage {
  border: 1px ;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  font-size: 10px;
  border-top: 1px ;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}