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

#leftSide {
	background-image: url(../images/bg_cotent.jpg);
	background-repeat: repeat-x;
	background-color: #eaeaea;
	width: 156px;
	margin:8px 16px 4px 12px;
	float: left;
	padding: 10px;
}

#rightSide {
	float: left;
	background-image: url(../images/bg_cotent.jpg);
	background-repeat: repeat-x;
	background-color: #eaeaea;
	width: 607px;
	margin: 8px 8px 4px 0px;
	padding: 10px;
}
	#rightSide h2, 
	#rightSide h3 {
		margin: 20px 0 10px 0;
	}
	#rightSide h2 {
		color: #a41614;
		font-size: 0.875em;
	}
	#rightSide h3 {
		font-size: 0.75em;
	}
	#rightSide p {
		font-size: 0.75em;
		margin: 10px 0;
	}
	#rightSide ul, 
	#rightSide ol {
		margin: 10px 0;
		padding-left: 20px;
	}
		#rightSide li {
			font-size: 0.75em;
			list-style-type: disc;
			list-style-position: inside;
		}
	
	#rightSide p label {
		float: left;
		width: 120px;	
	}

.inp_text { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formError {
	color: #f00;
	font-size: 0.625em;
	margin: 5px 0;
}

#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
	/*
	#navlist li {
		padding-left: 10px;
		background-image:url(../images/li.png);
		background-repeat: no-repeat;
		background-position: 0 .5em;
		height:22px;
		padding-top:7px;
		border-bottom:1px solid #a41817;
	}
	*/
	#navlist li {	background: url(../images/li.png) no-repeat scroll 0 5px; border-bottom:1px solid #A41817; padding-bottom:8px; padding-left:12px; padding-top:7px; }
		#navlist li a, #navlist li a:visited {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#a41817;
			text-decoration:none;
			font-weight:bold;
		}

#navcontainer {
	margin-bottom:30px;
}

h1 {
	color: #a41614;
	font-size: 1.1em; /*140%;*/
	border-bottom: 1px solid #a41614;	
	height: 42px;
	padding-top: 10px;	
}

#footer {
	font-size: 9px;
	height:40px;
	padding-top:20px;
	color:#FFFFFF;
	font-weight: normal;
}
	#footer a, #footer a:link {
		color: #fff;
	}

div#galerie_foto {
	margin: 10px auto;
	overflow: hidden;
}
.thumbnail {
	border: 1px solid #999;
	float: left;
	font-size: 0.625em;
	margin: 0 0 15px 20px;
	padding: 5px;
	width: 160px;
}
	.thumbnail_img {
		height: 110px;
		overflow: hidden;
		margin-bottom: 5px;
	}
	.thumbnail_text {
		height: 40px;
		overflow: hidden;
	}
	
.clearboth { clear: both; }

