@charset "utf-8";
/* 
Traditionsgemeinschat Westfalengeschwader
Author: Norbert Gaßner
www.webdesign-gassner.de
==================================================================================*/

* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}

body {
text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
background-color:#333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body {
height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}

a {}
a:link {}
a:visited {}
a:hover {}
a:active {}
a:focus {}

a img {border: 0 none;} 

/* DIV-Boxen */

div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 980px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #666;
	background-image: url(../gfx/bg_wrapper.jpg);
}

/* === Anfang Header === */
div#header {
	height: 220px;
}
/*---  Anfang Navigation oben  --------------*/		
		#nav_oben {
		position:absolute;
		top:200px; /* wegen line-height in #nav_oben a{} muss es hier weiter nach unten geschoben werden */
		right:10px;
		width:400px;
		}
		
		#nav_oben ul {
		margin-bottom: 0; 	
		}
	
		#nav_oben ul li {
		display: inline;
		list-style-type: none;
		margin-right: -3px;
		}
		
		a.nav_oben{
		text-decoration:none;
		padding: 2px 10px 2px 8px;
		line-height:20px;  /*passing-top und padding-bottom funktioniert bei IE nur in Verbindung line-height!!!  */
		background-color:#24395d;
		color:#fff;
		border-top: none;
    	border-right: none;
    	border-bottom: none;
    	border-left: none;
		}
		a.nav_oben:link, 
		a.nav_oben:visited {
		}
		a.nav_oben:hover{
		color:navy;
		text-decoration:underline;
		background-color:#CCCCCC;
		}
		a.nav_oben:active{}
		a.nav_oben:focus{
		background-color:#930;
		color:#fff;
		border-top: 1px solid white;
    	border-right: 1px solid white;
    	border-bottom: none;
    	border-left: 1px solid white;	
		}
	/*--------  End Navigation oben  --------------------------*/
/* === Ende Header === */

/* === Beginn Content === */
div#content {
min-height: 100%; /* Mindesthöhe in modernen Browsern */
}

div#leftCol {
	width: 150px;
	float: left;
}



/*--------  Beginn Navigation links  --------------------------*/
	div#navibereich {
	padding:80px 0 0 0;
	margin:0 0 0 15px;
}
		
		div#navibereich ul {
		display: block;	
		border-top:1px solid #fff;
		}
	
		div#navibereich li {
		list-style-type: none;
		border-bottom:1px solid #fff;
		}
	
		a.navibereich{
		font-size: 12px;
		font-weight:bold;
		color:#333;
		background-color:#ccc;
		line-height: 2em;
		padding:0 0 0 5px;
		text-decoration: none;
		display:block;
		}
		a.navibereich:link, 
		a.navibereich:visited{}
		
		a.navibereich:hover{
		color:#CCCCCC;
		background-color:navy;
		}
		
		a.navibereich:active{}
		a.navibereich:focus{
		color:#CCCCCC;
		background-color:navy;
		text-decoration:underline;
		}		
/*--------  Ende Navigation links  --------------------------*/

/*--------- Beginn Right Column -------------*/
div#rightCol {
	width: 150px;
	float: right;
	padding:10px 0 0 10px;
}
		#rightCol a img {
		border: 1px solid #ccc;
		}
		#rightCol a:hover img {
		border: 1px solid #000;
		}
/*--------- Beginn Right Column -------------*/		

/*--------- Beginn Center Column / Inhalte -------------*/
div#centerCol {
	margin: 0 160px 0 150px;
	padding: 20px 20px 0 80px;
	height: 370px;
	overflow:auto;
}

div#centerCol .headline{
width:500px;
display:block;
padding:5px 0 5px 30px;
margin: 0 0 10px 0;
border-bottom:2px dotted #333;
font-size: 1.8em;
font-weight:bold;
color:#24395d;
background-color:#bbc7d5;
}

div#centerCol p{
margin-bottom:5px;
}

div#centerCol h1{
font-size: 1.8em;
font-weight:bold;
}

div#centerCol h2{
font-size: 1.6em;
font-weight:bold;
}

div#centerCol h3{
font-size: 1.4em;
font-weight:bold;
}
div#centerCol h1,h2,h3,h4{
color:#24395d;
margin-bottom:5px;
}

div#centerCol .datum{
font-size: 1.2em;
font-weight:bold;
color:#0066FF;
}

div#centerCol .vorstand img {
border:3px solid white;
margin: 0 5px;
}
/*--------   Beginn NAV-Service ----*/
#nav_service {
		}
		
		#nav_service ul {
		margin-bottom: 20px; 	
		}
	
		#nav_service ul li {
		display: inline;
		list-style-type: none;
		margin-right: 2px;
		}
		
		a.nav_service{
		text-decoration:none;
		padding: 2px 10px 2px 8px;
		line-height:20px;  /*passing-top und padding-bottom funktioniert bei IE nur in Verbindung line-height!!!  */
		background-color:#CCCCCC;
		color:navy;
		border: 1px solid;
		border-top: white;
    	border-right: navy;
    	border-bottom: navy;
    	border-left: white;
		}
		a.nav_service:link, 
		a.nav_service:visited {
		}
		a.nav_service:hover{
		color:navy;
		text-decoration:underline;
		background-color:#CCCCCC;
		border-top: navy;
    	border-right: white;
    	border-bottom: white;
    	border-left: navy;
		}
		a.nav_service:active{}
		a.nav_service:focus{
		background-color:#930;
		color:#fff;
		border-top: 1px solid white;
    	border-right: 1px solid white;
    	border-bottom: none;
    	border-left: 1px solid white;	
		}
/*--------   Ende NAV-Service ----*/
/*--------- Ende Center Column / Inhalte -------------*/
/* === Ende Content === */

/* === Beginn Footer === */
div#footer {
clear: both;
position: absolute;
bottom: 0;
width: 980px;
height: 20px;
background-color:#666;
}

/*--- Anfang Partnerlinks -----*/
#partnerseiten{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333;
font-size:9px;
text-align:center;}
#partnerseiten a,
#partnerseiten a:link,
#partnerseiten a:visited{
color:#333;
text-decoration:none;
}
#partnerseiten a:hover,
#partnerseiten a:active,
#partnerseiten a:focus{
color:#333;
text-decoration:none;
}
/*--- Ende Partnerlinks ------- */

/* === Ende Footer === */





/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
