/* CSS Document */
@charset "utf-8";

body
{
	margin:0px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	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;
}

.seperator
{
	color:#666;
	background-color:#666;
	height: 1px;
	border: 0px;
}


/* ---- HEADER ---- */

#header
{
	width: 896px;
	height: 110px;
	background-image:url(../tmpl_img/header.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

#innerHeader
{
	width:200px;
	margin-left:695px;
	text-align:right;
	padding-top: 90px;
}

#innerHeader a
{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

#innerHeader a:hover
{
	color:#000000;
	text-decoration:underline;
}


#logo
{
	
}



/* ---- MAIN AREA ---- */


#main
{
	background-color:#FFF;
	width:896px;
	text-align:left;
	margin:auto;
	padding:0px;
	font-size:12px;
	background-color:#fff;
	min-height: 600px;
	overflow:visible;
	background-image:url(../tmpl_img/navi_background.jpg);
	background-repeat:repeat-y;
	background-position:left;
}



/* ---- BOXES ----- */

#box
{
	width:184px;
	text-align:left;
	margin:auto;
	margin-left:0px;
	float:left;
	color:#FFF;
}

#navi
{
	margin-top:172px;
	min-height:200px;
	background-color:#086c5d;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	
}

#innerNavi
{
	min-height:180px;
	border-bottom: 6px solid #0b4e42;
	padding:10px;
}

#box a
{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

#box a:hover
{
	color:#fff;
	text-decoration:underline;
	font-weight:normal;
}


#contentmain
{
	width: 712px;
	padding-top:0px;
	margin-left: 184px;
	overflow:auto;
}

.head
{
	font-size: 22px;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	color: #0b4e42;
	padding-bottom: 10px;
}

.article
{
	padding-bottom: 30px;
}

#pictures
{
	width: 712px;
	height: 172px;
	background-image:url(../tmpl_img/pictures.jpg);
	background-repeat:no-repeat;
}

#content
{
	width:712px;
	background-image:url(../tmpl_img/content_background.jpg);
	background-repeat:no-repeat;
	background-color: #b9d4c4;
	min-height: 418px;
}

#path
{
	padding:30px;
	padding-top:15px;
	padding-bottom: 5px;
	font-size:11px;
}

#innerContent
{
	padding:30px;
	padding-top:15px;
}

#innerContent a
{
	color:#000;
	text-decoration:underline;
	font-weight:normal;
}

#innerContent a:hover
{
	color: #666;
}


.naviheadline
{
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
	padding-left:6px;
	padding-bottom:1px;
}

.navimenu
{
	margin-left:-33px;
	line-height:22px;
	/*border-bottom:1px solid #ffffff;*/
	list-style:none;
}

/* ---- 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;
}

.news_point
{
	width:10px;
	height:10px;
	background-color:#FFF;
	float:left;
	margin-right:5px;
	margin-top:2px;
}


/* ---- FOOTER ---- */

#footer
{
	clear: both;
	width:896px;
	text-align:left;
	margin:auto;
	color:#777;
	padding-top:5px;
	font-size:12px;
}

#footer a
{
	color:#777;
	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;
}
