@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#7c7b7a;
	line-height:16px;
	background-color:#2abe08;
}

h2{
	color:#003765;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	font-weight:lighter;
	line-height:24px;
}

a{
	color:#003765;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none
}

a:hover{
	color:#7c7b7a;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:underline
}

#site{
	background:url(../images/bg_fill.jpg) top center repeat-y;
	background-color:#65d4ef;
}

#site-top{
	background:url(../images/bg_top.jpg) top center no-repeat;
}

#site-top-fill{
	background:url(../images/bg_top_fill.jpg) top left repeat-x;
}

#site-bottom{
	background:url(../images/bg_bottom.jpg) bottom center no-repeat;
}

#site-bottom-fill{
	background:url(../images/bg_bottom_fill.jpg) bottom left repeat-x;
}

#header{
	margin:0 auto;
	width:1004px;
	height:262px;
}

#flash{
}

#content{
	margin:0 auto;
	width:676px;
	min-height:365px;
	padding-top:5px;
	padding-bottom:210px;
	color:#0c57c8;
}

#footer{
	text-align:center;
	padding-bottom:5px;
	font-size:12px;
	color:white;
}

#footer ul{
	margin:2px auto;
	width:700px;
	list-style-type: circle;
}

#footer ul li{
	float:left;
	padding-right:25px;;
}

#footer a:hover{
	color:white;
}

.h{
	height:22px;
	margin-top:30px;
}

.h-c{
	float:left;
	color:#def9ff;
	font-size:13px;
	background-color:#0c57c8;
	padding:0 10px;
	line-height:21px;
	height:22px;
	font-weight:bold;
}

.h-l{
	float:left;
	height:22px;
	width:4px;
	background:url(../images/h_left.png) top left no-repeat;
}

.h-r{
	float:left;
	height:22px;
	width:2px;
	background:url(../images/h_right.png) top right no-repeat;
}

.gallery-img{
	border:2px solid white;
	width:180px;
	margin:20px 40px 20px 0;
}

.gallery-img-link{
	display:block;
	float:left;
}

.gallerySwitch{
	text-align:center;
	margin:20px;
}

.clean{
	clear:both;
}

#kontakt-tabela{
	width:400px;
	padding:20px 0;
}

#kontakt-tabela td{
	vertical-align:top;
}