/* CSS Document */
body {
	height:100%;
	margin:10px;
	padding:0px;
	
	
}
#page {
  	margin:0px;
	margin-left:auto;
	margin-right:auto;
	width:770px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666;
	border:1px solid #B66D43;
	background-color:#fff;
}

/* header */

#logo {
	width:770px;
	height:50px;
	position: relative;
	vertical-align: middle;
	}

#header {
	width:770px;
	height:120px;
	background: url('img/main.jpg') left top no-repeat;
	border-top: 1px solid #B66D43;
	}
#menu {
	height:25px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 100%;
	background: url('img/menu_back.gif') top left repeat-x;
	color: #000033;
	border-top: 1px solid #B66D43;
	border-bottom: 1px solid #B66D43;	
}
#bottom{
	height:35px;
	width:770px;
	border-top:1px solid #B66D43;
	font-size:0.8em;
	text-align:center;
	background: url('img/menu_back_bottom.gif') top left repeat-x;
	clear:both;
}
#content{
	margin:0;
	padding:0;
	width:770px;
	height:auto;
}
#left_col{ 
	width:204px;
	height:auto;
	float:left;
	border-right: 1px solid #B66D43;

}
.adresa{ 
	width:200px;
	height:auto;
	text-align:left;
}

#main{
	width: 544px;
	height:auto;
	float:right;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #B66D43;
	background: url('img/bg_site.jpg') left top repeat;
	/*background-color:#ff0000;*/
} 
#seznam{
	width:650px;
	height:auto;
	padding-left: 100px;
	}
.inside{
  padding:10px;
  padding-top:0px;
}


.menu2 {
	margin-top:4px;
}

a { color: #CC0000; text-decoration: underline; }
a:hover { color:white; background: #CC0000; text-decoration:none; }

/*
a:link {
	font-weight: bold;
	color: #333333;
}
a:visited {
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
*/

#novinky {
	width:180px;
	text-align: left;
	margin: 0 0 0 5px; 
	padding:0;
	}
#novinky h2 {
	color: #B66D43;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	margin: 10px 0 0 0; padding:0;
}



#navigace {
	width:200px;
	text-align: left;
	margin: 0; padding:0;
	}
#navigace p { margin:0; }
#navigace a {
	display:block;
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	text-align:left;
	margin: 0 0 0 0;
	padding:  2px 2px;
	background: white;
	}
#navigace a:hover {
	color: white;
	background: #CC0000;
	}




.left{
	text-align:left;
	}
.center{
	text-align:center;
	}
.right{
	text-align:right;
	}
.justify{text-align:justify;}
.clb {clear:both;}

.red_c {
	color: #B66D43;
	text-align: center;
}
.red_title {
	background: url('img/title_bg.gif') top left no-repeat;
	color: #B66D43;
	text-align: center;
}
.red {
	color: #B66D43;
	text-align: left;
}

.blue {
	color:#003366;
	text-align: center;
	}

.noborder{border:0px;}
.nomargin{margin:0px;padding:0px;}

p {margin-bottom:0;}

.uppercase{text-transform:uppercase;}
.small {font-size:0.8em;}
.medium {font-size:1.2em;}
.big {font-size:1.8em;}
.marginright {margin-right:40px;}

form {
  padding: 0px;

}

