/* CSS Document */
@charset "utf-8";

body
{
	margin:0px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #000d20;
	color:#000;
	behavior: url(csshover3.htc);
	height: 100%;
}

a
{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}


a:hover
{
	color:#666666;
}


/* ---- Layer for centering the pictures ----*/

.centerlayer
{
	width:100%;
	text-align:center;
	margin:auto;
	overflow:visible;
	padding-bottom: 20px;
}

.footSeperator
{
	color:#b1a597;
	background-color:#b1a597;
	height: 1px;
	border: 0px;
}


.seperator
{
	color:#000;
	background-color:#000;
	height: 1px;
	border: 0px;
}

/* ---- HEADER ---- */

#header
{
	width: 951px;
	height: 174px;
	margin:auto;
	margin-top: 20px;
}

#innerHeader
{
	width:250px;
	margin-left:700px;
	text-align:right;
	padding-top: 0px;
	height: 20px;
	color:#FFF;
	font-size:11px;
}

#innerHeader a
{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

#innerHeader a:hover
{
	color:#fff;
	text-decoration:underline;
}

#headerPic
{
	background-image:url(../tmpl_img/header.jpg);
	background-repeat:no-repeat;
	width: 951px;
	height: 154px;
}

#headerPicBig
{
	background-image:url(../tmpl_img/header_big.jpg);
	background-repeat:no-repeat;
	width: 951px;
	height: 232px;
}


/* ---- MAIN AREA ---- */


#main
{
	background-color:#FFF;
	width:951px;
	text-align:left;
	margin:auto;
	padding:0px;
	font-size:12px;
}


#menu
{
	width: 911px;
	height: 35px;
	border-bottom:1px solid #0b4e42;
	padding-left: 39px;
	background-color:#FFF;
}

.head
{
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 0px;
	border-bottom: 1px solid #ffffff;
	margin-bottom:20px;
}

.article
{
	padding-bottom: 5px;
}


#content
{
	width:951px;
	/*background-color: #b1a597;*/
	background-color: #e2c69e; 
	min-height: 500px;
}

#pathContent
{
	padding-left:40px;
	padding-top:15px;
	padding-bottom: 5px;
	font-size:11px;
	color:	#555;
	
}

#pathContent a
{
	color:#555;
}

#pathContent a:hover
{
	color:#666;
}


#innerContent
{
	padding:40px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#innerContent a
{
	color:#000;
	text-decoration:underline;
	font-weight:normal;
}

#innerContent a:hover
{
	color: #666;
}

.contentPic
{
	width: 470px;
	height: 320px;
	background-image:url(../tmpl_img/picBackground.jpg);
	background-repeat: none;
	padding: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	float:left;
}

.slidePic
{
	width: 470px;
	height: 320px;
	background-image:url(../tmpl_img/picBackground.jpg);
	background-repeat: none;
	padding: 15px;
} 


/* ---- News -------------*/


.news_headline
{
	font-weight: bold;
	font-size:12px;
}

.news_datum
{
	font-weight: bold;
	font-size:12px;
	color: #0b4e42;
}

.news_link a
{
	color:#000;
}

.news_trenner
{
	border-bottom: 1px solid #9db9a9;
	width: 400px;
	height: 1px;
}


/* ---- FOOTER ---- */

#footer
{
	clear: both;
	width:951px;
	text-align:left;
	margin:auto;
	color:#fff;
	margin-top:-4px;
	font-size:11px;
}

#footer a
{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}


#footer a:hover
{
	text-decoration:underline;
}




/* ---- FORMS ---- */

input
{
	background-color:#FFF;
	border: 1px solid #999;
	padding: 2px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	size: 12px;
}

.button
{
	background-image:url(../img/but_bg.jpg);
	height: 22px;
	border:0px solid #333;
	color:#000;
	font-weight:normal;
	padding: 0px;
	padding-bottom: 3px;
	width: 100px;
	border: 1px #000 solid;
}

select
{
	background-color:#FFF;
	width: 40px;
}



a.infolink
{
	color:#275379;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;

}

a.infolink:visited
{
	color:#636;
}

a.infolink:hover
{
	color:#000000;
}



a.linksmall
{
	color:#275379;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}

a.linksmall:visited
{
	color:#636;
}

a.linksmall:hover
{
	color:#000000;
}
