/* Screenlayout */

body{
	/* Layout: */
	background-image: url(http://www.stoerche-bw.de/bilder/0_bg.jpg);
	background-repeat:repeat-y;
	background-color:#243f59;
	margin:0px;
}

hr{
	color: #FFFFFF;
	height: 1px;
	width: 80%;
}

.titel{
	position: absolute;
	left: 137px;
	top: 155px;
	z-index:1;
	width:200px;
	height:46px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #243f59;	
}
.menue{
	position: absolute;
	left: 289px;
	top: 86px;
	z-index:1;
}
.almenue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	text-transform: none;
	line-height: 14px;
	vertical-align: bottom;
	word-spacing: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.drucktitel {
	visibility: hidden;
	height: 0px;
}
.kategorie {
	position: relative;
	left:0px;
	width: 646px;
}
.top{
	clear: both;
}
.content, .c_news, .c_webcam, .c_impressum{
	margin-left: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
	padding-bottom: 48px;
	width:460px;

}
.content img{
	border: 1px solid #000000;
	margin-left:20px;
}

/* Zeitungsartikel */
.zeitung{
	font-size: 14px;
}

.ctitel{
	font-weight: bold;
	font-size: 14px;
}

.autor{
	font-size: 10px;
	text-align: right;
}

.artikel{
	font-size: 12px;
}

/* Webcam */
.webcam_oben{
	width:450px;
	height: 336px;
	margin-left:20px;
	padding: 5px;
	background-color:#E9E9E9;
	border: 1px solid #E9E9E9;
	vertical-align: middle;
}
.webcam_unten{
	width:454px;
	padding: 3px;
	margin-left:20px;
	background-color:#A3B2B9;
	border: 1px solid #E9E9E9;	
	color: #ffffff;
	text-align: center;
}
.webcam_offline{
	position:relative;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	marker-top: -15px;
	left: 50%;
	top:50%;
	text-align: center;
}
.storch_max{
	width:455px;
	
	margin-left:17px;
	padding: 5px;
	background-color:#E9E9E9;
	border: 1px solid #E9E9E9;
	vertical-align: middle;
}

/* News */
.kommentare{
	text-align: right;
	font-size: 12px;	
}


/* Footer: 
.ende{
	position: relative;
	bottom: 0;
	left:0px;
	padding-top: 10px;
			
}*/





/* Links */
a:link {
	color: #4475A6;
	text-decoration: underline;

}
a:visited {
	color: #2D4E6C;
	text-decoration: underline;

}
a:hover {
	color: #8EAFD0;
	text-decoration: underline;

}
a:active {
	color: #4475A6;
	text-decoration: underline;
}

/* Links im alternativen Menü */
.almenue a:link {
	color: #000000;
	text-decoration: none;

}
.almenue a:visited {
	color: #000000;
	text-decoration: none;

}
.almenue a:hover {
	color: #000000;
	text-decoration: underline;

}
.almenue a:active {
	color: #000000;
	text-decoration: underline;
}
