@import url("../css/menu.css");

* {
	margin:					0px;
	padding:				0px;
}

body {
	padding-top:			30px;
	font-family:			Arial, Helvetica;
	font-size:				small;
	color:					#333333;
	background-image:		url("bg_site.gif");
	background-repeat:		repeat-x;
	text-align:				center;
	overflow:				-moz-scrollbars-vertical
}

a {
	color:					#333333;
}

div.cl {
	clear:					left;
}

div.content ul {
	margin-left:			30px;
}

div.content ul li {
	margin-bottom:			10px;
}

#page_container {
	margin:					auto;
	width:					988px;
	text-align:				left;
}

#sr_head {
	padding-right:			8px;
	background-image:		url("shaddow_right_head.gif");
	background-position:	right top;
	background-repeat:		no-repeat;
}

#sr_content {
	padding-right:			8px;
	background-image:		url("shaddow_right_content.gif");
	background-position:	right;
	background-repeat:		repeat-y;
}

#sr_bottom {
	height:					8px;
	background-image:		url("shaddow_bottom.gif");
	background-repeat:		no-repeat;
}

#bg_content {
	background-image:		url("bg_content.gif");
}

#head_container_01 {
	height:					200px;
	position:				relative;
	border-style:			solid solid none solid;
	border-width:			1px;
	border-color:			#d5d5d5;
	background-color:		#FFFFFF;
	background-image:		url("01.jpg");
	background-repeat:		no-repeat;
}

#head_container_02 {
	height:					200px;
	position:				relative;
	border-style:			solid solid none solid;
	border-width:			1px;
	border-color:			#d5d5d5;
	background-color:		#FFFFFF;
	background-image:		url("02.jpg");
	background-repeat:		no-repeat;
}

#head_container_03 {
	height:					200px;
	position:				relative;
	border-style:			solid solid none solid;
	border-width:			1px;
	border-color:			#d5d5d5;
	background-color:		#FFFFFF;
	background-image:		url("images/03.jpg");
	background-repeat:		no-repeat;
}
#head_container_04{
	height:					200px;
	position:				relative;
	border-style:			solid solid none solid;
	border-width:			1px;
	border-color:			#d5d5d5;
	background-color:		#FFFFFF;
	background-image:		url("04.jpg");
	background-repeat:		no-repeat;
}

#head_slogan {
	position:				absolute;
	top:					145px;
	left:					63px;
	color:					#fff;
	font-size:				xx-large;
	font-weight:			bold;
	letter-spacing:			15px;
	filter:					alpha(opacity=40);
	-moz-opacity:			.4;
	opacity:				.4;
}

#head_links {
	position:				absolute;
	top:					181px;
	width:					958px;
	text-align:				right;
	padding-right:			20px;
	font-size:				small;
	font-weight:			normal;
	color:					#000;
}

#head_links a {
	color:					#000000;
	text-decoration:		none;
}

*html #content_container_twolcol, *html #content_container {
	height:					375px;
}

#content_container_twocol, #content_container {
	min-height:				375px;
	padding:				10px 10px 10px 10px;
	border-style:			none solid solid solid;
	border-width:			1px;
	border-color:			#d5d5d5;
}

*html #menu_border {
	height:					375px;
}

#menu_border {
	width:					199px;
	min-height:				375px;
	padding-right:			1px;
	background-image:		url("bg_border_menu.gif");
	background-repeat:		repeat-y;
	background-position:	right;

}

#menu {
	width:					200px;
	float:					left;
}

*html #content_main {
	height:					375px;
}

#content_main {
	float:					left;
	width:					534px;
	min-height:				375px;
	padding:				0px 10px 0px 10px;
	background-image:		url("bg_border_menu.gif");
	background-repeat:		no-repeat;
}

#content_container #content_main {
	width:					734px;
}

#content_right {
	float:					left;
	width:					180px;
	padding:				0px 10px 10px 10px;
	background-image:		url("bg_border_menu.gif");
	background-repeat:		no-repeat;	
}

#wetter img {
	border:					none;
	padding-right:			10px;
}

#adverts {
	font-size:				smaller;
}

#adverts img {
	border:					none;
}

#adverts p {
	padding:				5px 5px 5px 0px;
	border-bottom:			1px solid #cdcdcd;
}

div.content {
	
}

div.content p {
	line-height:			1.5;
	margin-bottom:			10px;
}

div.content p.small {
	line-height:			1;
	margin-bottom:			10px;
	font-size:				smaller;
}

div.content h1 {
	margin-bottom:			10px;
	font-size:				medium;
	color:					#055175;
	letter-spacing:			2px;
}

div.content h2 {
	margin-bottom:			10px;
	font-size:				small;
	font-weight:			bold;
}

div.content_right div.content h2 {
	display:none;
}

div.info {
	margin-bottom:			10px;
	padding:				10px;
	background-color:		#EFEFEF;
	border:					1px solid #5a8ca4;
}

div.image_right {
	float:					right;
	margin:					0px 0px 10px 10px;
}

div.image_left {
	float:					left;
	margin:					0px 10px 10px 0px;
}

a.zoom {
	display:				block;
	background-image:		url("bg_image_zoom.gif");
	background-repeat:		no-repeat;
	background-position:	bottom center;
	padding-bottom:			12px;
	margin-bottom:			5px;
}

img {
	border:					1px solid #5a8ca4;
}

img.right {
	margin:					0px 0px 10px 10px;
}

table td {
	vertical-align:			top;
}

label {
	display:				block;
}

input, textarea {
	font-family:			Arial, Helvetica;
	font-size:				small;
	color:					#333333;
	border:					1px solid #5a8ca4;
}

input.button {
	border:					none;
	background-color:		#CDCDCD;
	padding:				2px 10px 2px 10px;
}

form.contact label {
	width:					125px;
	float:					left;
	margin-bottom:			10px;
	padding-top:			0px;
	font-weight:			bold;
}

form.contact input {
	float:					left;
}

form.contact textarea {
	float:					left;
	width:					250px;
	height:					150px;
}

div.video {
	text-align:				center;
}



