/* regular */
body {
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  background-image:url(../images/bg_main_page.jpg); background-repeat:repeat-x;
  margin-bottom:0px;
}

/* container, structure ...  */
#container {
  margin: 0 auto;
  width:900px;
  height:600px;
}

#fotka {
	float:right;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:10px;
	clear:both;
}

#fotka_cont {
	clear:both;
}

#fotka_podn {
}

#fotka1 {
	border: solid 1px #EAEAEA;
	padding:1px;
}

/* header */

#header_container {
	clear: both;
	height:90px;
}

#header_logo {
float: left;
padding:20px;
}

/* content */

#content_container {
	clear:both;
	background-color:#FFFFFF;
	padding:5px;
	height:500px;
}

#menu {
	text-align:center;
	list-style:none;
  	margin:0 auto; 
  	list-style-type:none;
	display:table;
	text-align:center;
}

#menu a {
text-decoration:none;
font-family: Georgia, "Times New Roman", Times, serif;
color:#F3DAA9;
font-size:14px
}

#menu ul {
	margin:0px;
	height: 21px;
	list-style-position: outside;
	list-style-type:none;
	text-align:center;
}

#menu li {
	color:#F3DAA9;
	width:140px;
	text-align:center;
	padding-top:11px;
	padding-bottom:11px;
	float:left;
	background-image:url(../images/bg_menu.png);
}

#menu_container {
	background-color:#D0700C;
	border: solid 1px #FF6600 ;
	height:38px;
	clear:both;
	margin: 0px auto;
}

#menu_border {
	border: solid 1px #EAEAEA;
	margin-bottom: 20px;
}

#content {
	background-color:#FFFFFF;
}

#content_image {
	clear:both;
	padding:10px;
	border: solid 1px #EAEAEA;
	margin-top:-12px;
	
}

#content_border {
	border: solid 1px #EAEAEA;
	float:none;
	height:1px;
	margin-top: 5px;
	margin-bottom:5px;
	clear:both
}

#content_left {
	width: 550px;
	float:left;
	background:#FFFFFF;
	padding: 20px;
}

#content_left_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color:#CD6600;
	border-bottom:1px solid #CD6600;
	text-align:left;
	clear:left;
	padding-bottom:5px;
	
}

#content_left p {
	font-size:13px;
	color:#333333;
	text-align: left;
	line-height: 20px;
}

#content_left a:link {
text-decoration:underline;
color:#993300;
}

#content_left a:hover {
text-decoration:none;
color:#993300;
}

#content_left a:visited {
text-decoration:underline;
color: #996600;
}



#content_right {
	border: solid 1px #F7E7D2;
	width: 230px;
	float:right;
	padding:20px;
	margin:5px;
	text-align: left;
	background-color: #F5ECD6;
}

#content_right_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color:#5C0000;
	text-align:left;
	background-color: #FFFFFF;
	padding: 10px;
}

#content_right p {
	font-size:13px;
	color:#333333;
}
#content_right a {
	font-size:13px;
	color:#5C0000;

#content_right ul {
	font-size:13px;
	color:#333333;
}
#content_right li {
	font-size:13px;
	color:#5C0000;
	list-style-position: outside;
	list-style-type: square;
	
}

/*footer*/

#footer_container {
	clear:both;
}

#footer {
	clear:both;
	float:left;
	width:870px;
	background-color: #FFFFFF;
	border-top: solid 1px #EAEAEA;
	text-align: left;
	padding:10px;
}

#footer p {
margin-top:10px;
	text-align:left;
	letter-spacing: normal;
	height:30px;
	color:#FFFFFF;
}


/*clearing --- clearing class*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	margin-top:5px;
	margin-bottom:5px;
	display: inline-block;
	border: solid 1px #EAEAEA;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

