@charset "windows-1252";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#525252;
	
	background-image: url(./images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #7fa9d2;
	
	margin:0px;
	padding:0px;
	
	text-align:center;

}


#main {
	width:913px;
	height:auto;
	min-height:1000px;
	margin:0 auto;
	text-align:left;
}


/**
 *Header
 */

#header {
	height:169px;
	width:913px;
	float:left;
	
	background-image: url(./images/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/**
 * Options
 */
#header #options {
	float:left;
	margin-left:0px;
	padding-left:60px;
	width:400px;
	height:17px;
	margin-top:12px;

}

#options a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#options #language {
	width:180px;
	float:left;
	margin:0px;
	padding:0px;
}


#options #fontSize {
	float:left;
	margin:0px;
	padding:0px;
}

#header #headercontent {
	clear:both;
	margin:0 auto;
	margin-top:0px;
	width:360px;
	height:51px;
}

#headercontent h1 {
	margin:0px;
	padding:0px;
	font-size:23px;
}


#header #menue {
	clear:both;
	float:left;
	width:auto;
	height:25px;
	margin-top:30px;
	padding-left:50px;
	
}

#menue .item {
	float:left;
	width:103px;
	height:25px;

}	

.item .teaser {
	width:9px;
	color:#7fa9d2;
	font-weight:bold;
	font-size:14px;
}

.item a {
	height:25px;
	width:103px;
	color:white;
	padding-top:3px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	display:block;
}

.item a:hover {
	background-image:url(./images/menueBG.jpg);
	background-repeat:no-repeat;
}

/**
 * Content
 */
#contentHead {

	background-image: url(./images/contentHeadBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border:0px solid #7fa9d2;
	height:27px;
	width:913px;
	float:left;
}

#content {
	float:left;
	
	width:913px;
	min-height:800px;
	
	padding-left:48px;
	
	background-image: url(./images/contentBG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


#content #left {
	float:left;
	width:178px;
}

#left h1 {
	height:23px;
	width:167px;
	
	
	background-image:url(./images/leftH1BG.jpg);
	background-repeat:no-repeat;
	color:white;
	font-size:12px;
	margin:0px;
	padding:0px;
	
	font-style:italic;
	padding-left:10px;
	padding-top:2px;
}
#left .teaser {
	width:9px;
	color:#7fa9d2;
	font-weight:bold;
	font-size:14px;
}

#left .input {
	border:1px solid #7fa9d2;
}

#left .submit {
	margin:2px;
	margin-left:95px;
}


#left #formdesc {
	color:#000;
	padding:3px;
}

#left li {
	margin:0px;
	padding:0px;
}

#left li a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#left li a:hover {
	color:#7fa9d2;
	text-decoration:none;
	font-weight:bold;
}
#left ul {
	list-style-image:circle;
	color: #7fa9d2;
	padding-left:20px;
	
}


/**
 * Center
 */

#center {
	float:left;
	width:430px;
	height:auto;

}


#center h1 {
	background-image:url(./images/centerh1bg.jpg);
	background-repeat:no-repeat;
	background-position:left;

	width:388px;
	height: 26px;

	color:white;
	font-size:13px;

	margin:0px;
	padding-left:20px;
	padding-top: 3px;
	padding-bottom: 2px;
	display:block;
	font-style:italic;
}

#center h1 .teaser {
	width:9px;
	color:#7fa9d2;
	font-weight:bold;
	font-size:14px;
}

.centerBox {
	float:left;
	
	margin-left:5px;
	margin-bottom: 10px;
	
	padding:5px;
	
	width:366px;
	
	/*background-image:url(./images/newsboxbg.jpg); 
	background-repeat:x-repeat;
	background-position:left top; */
	border: 1px solid #7fa9d2;
}

.centerBox h2 {
	padding:0px;
	margin:0px;
	font-size:12px;
	
}

.centerBox h3 {
	padding:0px;
	margin:0px;
	font-size:10px;
	font-weight:normal;
	
}
.centerBox a {
	font-weight: bold;
	text-decoration: underline; 
	color: #4f8e8c;

}
.centerBox a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;

}
.CommentBox {
	display:none;
	float:left;

	margin-left:5px;

	padding:5px;

	width:366px;

	/*background-image:url(./images/newsboxbg.jpg);
	background-repeat:no-repeat;
	background-position:left top;*/
}

.CommentBox h2 {
	padding:0px;
	margin:0px;
	font-size:12px;

}

.CommentBox h3 {
	padding:0px;
	margin:0px;
	font-size:10px;
	font-weight:normal;

}
/**
 * Right
 */
 
#right {
	width:198px;
	float:left;
	text-align:center;
}
 
#right h1 {
	height:23px;
	width:198px;
	
	
	background-image:url(./images/rightH1BG.jpg);
	background-repeat:no-repeat;
	color:white;
	font-size:12px;
	margin:0px;
	padding:0px;
	text-align:left;
	font-style:italic;
	padding-left:10px;
	padding-top:2px;
}
#right .teaser {
	width:9px;
	color:#7fa9d2;
	font-weight:bold;
	font-size:14px;
}




/**
 * Footer
 */
#footer {
	float:left;
	height:23px;
	width:913px;

	background-image: url(./images/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;

	color:#000000;
	font-size:10px;
	text-align:center;

	padding-top:30px;
}

#footer a {
	color:#000000;
	text-decoration:none;
}

.pressefotos {
	width: 180px;
	border: 2px solid #F2F2F2;
	target: "_blank";
}

/**
 * Wenn kein Javascript vorhanden ist ...
 *
 */
#warning {
	border: 1px solid black;
	width: 90%;
	color: red;
	text-align: center;
	font-weight: bold;
}

.comments {
	float:left;
	border:1px solid gray;
	margin-left:5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:5px;
	width:358px;
	background-image:url(./images/newsboxbg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.centerBox {
	border:1px solid #62BEBB;
	float:left;
	margin-left:5px;
	margin-right: 0px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	width:356px;

	background-image:url(./images/newsboxbg.jpg);
	background-repeat:repeat-x;
	background-position:left top;	
}
.centerBox p{
	text-align: justify;
}

.comments h2 {
	padding:0px;
	margin:0px;
	font-size:12px;

}
.comments a {
	font-weight: bold;
	text-decoration: underline;
	color: #4f8e8c;

}
.comments a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;

}

.comments h3 {
	padding:0px;
	margin:0px;
	font-size:10px;
	font-weight:normal;

}

#textfield1 {
	width: 169px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #008583;
	border-right-color: #008583;
	border-bottom-color: #008583;
	padding-left: 3px;
	padding-right: 3px;
}

#submit1 {
	border: 1px solid #008583;
	margin-left: 10px;
	border-bottom-color: #008583;
	background: #FBFBFB url(images/img7.gif) repeat-x;
	font-size: 11px;
	color: #000000;
}
#form1 {
	width: 250px;
	border: 1px solid #008583;
	border-right-color: #008583;
	border-bottom-color: #008583;
	padding-left: 3px;
	padding-right: 3px;
	font-size:11px;
  	font-family: verdana, tahoma;
 /*	margin: 2px; */

}
#form2 {
	width: 250px;
	border: 1px solid #008583;
	border-right-color: #008583;
	border-bottom-color: #008583;
	font-size:11px;
  	font-family: verdana, tahoma;
  	padding: 0px 5px 0px 5px;
 /*	margin: 2px; */
	font-size:11px;
  	font-family: verdana, tahoma;

}