
/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

*{
	margin: 0;
	padding: 0;
}	
html{	height:100%; background: url(hg.gif) #5b5f63 center repeat-y; }	
body{
height:100%; /* needed for container min-height */
	color: #324F6A;
	font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	text-align: center;
	margin:0;
	padding:0;

}

/* links  */

a{
	color: #7C90A1;
	text-decoration: underline;
}
a:hover{color: #234466;}

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* tables & forms */

input, select, th, td {font-size:1em}

/* ------------------------------------------------------------

	page structure & layout

------------------------------------------------------------ */

#container{
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: #fcfcfc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 auto;
	text-align: left;
	width: 760px;
}
#header{	
	background:#012345; 
	border-bottom: 1px solid #acb9c8;
	height: 130px;
	position: relative;
}
#navigation{

	margin: auto 0;
	bottom: 0;

	font-size: 8pt;
	position: absolute;

}
#abstand{
	background: #9aacbd ; 
	border-bottom: 1px solid #9aacbd;
	color: #4C7897;
	font-size: 1.2em;
	height: 10px;
	position: relative;
}	
#info{
	background: #76AAC9; 
	border-bottom: 2px solid #93CCEA;
	color: #E4EEF4; 	
	font-size: 1.2em;
	line-height: 2.0em;	
	position: relative;
	padding: 20px 230px 20px 30px;
}
#main-content{

	float: left;
	font-size: 1.2em;
	line-height: 1.1em;
	padding: 63px 20px 30px 30px;
	width: 448px;
}
#second-content{

	color: #324F6A;
	float: right;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 50px 30px 20px 20px;
	width: 206px;
}	
#footer{

	border-top: 1px solid #DBDFE0;
	clear: both;
	color: #aaa;
	font-size: 1.1em;
	height: 70px;
	margin-left: 30px;
	width: 450px;
}
#sub-link { height:100px; font-size:8pt;}
#sub-link a {color:#5b5f63; font-size:8pt; 	background: url(submenu_arrow_icon.jpg) no-repeat;  padding-left:18px; padding-right:5px;}
#sub-link a:hover {color:#5b5f63; font-size:8pt; 	background: url(arrow-hover.jpg) no-repeat; text-decoration:none;}
#sub-link .active { font-weight:bold; padding-left:18px; color:#5b5f63; font-size:8pt; 	background: url(arrow-hover.jpg) no-repeat; text-decoration:none;padding-right:5px;}
.clear { clear:both;}
/* ------------------------------------------------------------

	header

------------------------------------------------------------ */

#header h1 {
	font-size: 4.0em;
	position: absolute;
	margin: 30px 0 0 45px;
}
#header h1  {
	color: #9ca9b7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-decoration: none;
}
#header h1 a:hover {color: #fff;}
#header h1 span {
	padding-left: 20px;
	color: #fff;
	font-size: 14px;
	
}

/* ------------------------------------------------------------

	navigation

------------------------------------------------------------ */

#navigation ul{
	display: inline;
}
#navigation li{
	display: block;
	float: left;
	list-style: none;
}
#navigation li a{
	background: #234466;
	color: #fff;
	display: block;
	margin: 0 1px 0 1px;
	line-height: 1.6em;
	padding: 7px 21px 7px 21px;
	text-align: center;
	text-decoration: none;
}
#navigation li a:hover, #navigation li .active {background: #1b344e;}

/* ------------------------------------------------------------

	abstand

------------------------------------------------------------ */

#abstand a{
	color: #4c7897;
	text-decoration: none;	
	text-transform: lowercase;
}
#abstand a:hover{text-decoration: line-through;}

/* forms & class's */

#abstand .text{
	background: #76aac9;
	border: 1px solid #dfe3e4;
	padding: 3px;
}	
#abstand .searchbutton{
	background: #221f20;
	border: 1px solid #dfe3e4;
	cursor: pointer;
	color: #fff;
	padding: 2px;
}	

/* ------------------------------------------------------------

	info

------------------------------------------------------------ */

#info img{
	background: url(snews.gif) no-repeat;
	height:75px;
	position: absolute;
	right: 25px;
	top: 30px;
}

/* ------------------------------------------------------------

	primary content

------------------------------------------------------------ */

#main-content h2{
	background: url(h2-bg.gif) no-repeat;
	background-position: bottom;
	color: #76aac9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0 0 17px 0;
}	
#main-content h2 a{
	color: #76aac9;
	text-decoration: none;
}		
#main-content h2 a:hover{
	color: #7C90A1;
}	
#main-content h3, #main-content h4{
line-height:1.6em;
	background: none;
	border-bottom: 1px solid #dfe3e4;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
}	
#main-content p{
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
	
#main-content ul {
	line-height: 1.5em;
	margin: 0 30px 20px 30px;
}
#main-content ul li {
	background: url(list-icon.gif) top left no-repeat;
	line-height: 1.5em;
	list-style: none;
	padding-left: 20px;
}
#main-content li {

	padding-bottom: 10px;
}
/* forms & class's */

#main-content form{margin: 10px 0 20px 0;}	
#main-content form p{margin: 5px;}	
#main-content fieldset{
	background: #ffffff;
	border: 1px solid #dfe3e4;
	padding: 5px;
}	
form .field:focus, form .text:focus, form textarea:focus {background: #fffff0; color: #324F6A;}
#main-content textarea{
	height: 150px;
	overflow: auto;
}	
	
/* ------------------------------------------------------------

	secondary content

------------------------------------------------------------ */

#second-content h2{

	color: #76aac9;
	border-bottom: 1px solid #ccc;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 5px 0;
	padding: 7px 0 7px 0;
	text-transform: uppercase;
}		
#second-content p { margin: 0; padding: 50px 0 0 30px;}
#second-content .logo { margin-left:-25px; padding:30px 0 30px 0;  }		
#second-content ul{
	margin: 7px 0 20px 10px;
}	
#second-content ul li{
	background: url(blue-box.gif) no-repeat 0 2px;
	height: 18px;
	list-style: none;
	padding-left: 19px;
}	
#second-content a{	
	color: #4B798B;
	text-decoration: none;
}	
#second-content a:hover{color: #231f20;}	

/* class's */

#second-content .text{
	color:#324F6A;
	font-size: 1.2em;
	padding: 3px;
	width: 70%;
}

/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */

#footer p{
	line-height: 1.5em;
	margin-top: 15px;
	text-align: center;
}
#footer a{
	color: #aaa;
	text-decoration: underline;
}

/* ------------------------------------------------------------

	misc.

------------------------------------------------------------ */

a img {border: none;}
acronym{cursor: help;}
legend{
	color: #324F6A;
	font-weight: bold;
}
blockquote{
	background: url(quote.gif) no-repeat 10px 0;
	color: #76aac9;
	border-left: 2px solid #76aac9;
	line-height: 1.5em;
	margin: 0 10px 20px 10px;	
	padding: 0 10px 0 10px;
}
hr, .hide {display: none;}
.show{display: block;}
.place {display: block; height:14px;}

/* class's */

.pathway{
	font-size: 0.9em;
	margin-left: 50px;
	margin-top: 18px;
	position: absolute;
}
.search{	
	position: absolute;
	right: 50px;
	top: 25px;
}
.right, .left{	
	background: #fff;
	border: 1px solid #e3e7e8;
	float: left;
	margin: .5em 12px 6px 0;
	padding: 6px;
}
.image {	
	background: #fff;
	float: left;
	margin: 0 12px 6px 0;

}
.right{
	float: right;
	margin: .5em 0  6px 12px;
}
.left{
	float: left;
	margin: .5em 12px 6px 0;
}
.date{
	color: #afafaf;
	font-size: 0.9em;
}
.date a{
	color: #afafaf;
}
.commentsbox{margin-top: 25px;}	
#main-content .commentsbox h2{
	background: none;
	border-bottom: 1px solid #dfe3e4;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}	
.comments { 
	background: #fff; 
	border-bottom: 1px solid #dee2e3;
	border-top: 1px solid #dee2e3;
	color: #221f20;
	font-size: 0.9em;
	padding: 15px 10px 0px 10px; 
	margin: 10px 0 10px 0;
	overflow: auto;
}
.field, .text, textarea{
	border: 1px solid #dfe3e4;
	padding: 6px;
	width: 97%;
}
.button{
	cursor: pointer;
	float: right;
	margin: 10px 0 120px 0;	
	padding: 3px;
}
.searchbutton{cursor: pointer;}	
