@charset "utf-8";
/* 
Stylesheet für Heimatverein Rheine
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;
}

h1, h2 {
margin-bottom:15px;
}
h3, h4 {
margin-bottom:5px;
}

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 #b8b8b8;
	background-image: url(../gfx/bg_wrapper.jpg);
}

/* === Anfang Header === */
div#header {
	height: 80px;
}
/*---  Anfang Navigation oben  --------------*/		
		#nav_oben {
		position:absolute;
		top:60px; /* wegen line-height in #nav_oben a{} muss es hier weiter nach unten geschoben werden */
		right:180px;
		}
		
		#nav_oben ul {
		margin-bottom: 0; 	
		}
	
		#nav_oben ul li {
		display: inline;
		list-style-type: none;
		margin-right: 0px;
		}
		
		a.nav_oben{
		text-decoration:none;
		padding: 2px 5px 2px 5px;
		line-height:20px;  /*passing-top und padding-bottom funktioniert bei IE nur in Verbindung line-height!!!  */
		background-color:#f5f3dc;
		color:#333;
		border-top: 1px solid #ccc;
    	border-right: 1px solid #666;
    	border-bottom: 1px solid #666;
    	border-left: 1px solid #ccc;
		}
		a.nav_oben:link, 
		a.nav_oben:visited {
		}
		a.nav_oben:hover{
		background-color:#e4e2cd;
		border-top: 1px solid #666;
    	border-right: 1px solid #ccc;
    	border-bottom: 1px solid #ccc;
    	border-left: 1px solid #666;
		}
		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#content ul{
margin-left:20px;
}

div#leftCol {
	width: 180px;
	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:80px 0 0 10px;
}
		#rightCol a img {
		border: 1px solid #ccc;
		}
		#rightCol a:hover img {
		border: 1px solid #000;
		}
		#rightCol p {
		margin: 0 0 5px 0;
		}
/*--------- Beginn Right Column -------------*/		

/*--------- Beginn Center Column / Inhalte -------------*/
div#centerCol {
	margin: 0 160px 0 180px;
	padding: 40px 20px 5px 20px;
	line-height:1.5em;
	height:600px;
	overflow:auto;
}
div#centerCol h1 {
border-bottom:medium dashed #666666;
margin:0 30px 20px 100px;
padding:0 0 0 50px;
font-family:"Courier New", Courier, monospace;
font-size:16px;
}
div#centerCol p {
margin:0 0 5px 0;
}
/*--------- Ende Center Column / Inhalte -------------*/
/* === Ende Content === */

/* === Beginn Footer === */
div#footer {
clear: both;
position: absolute;
bottom: 0;
width: 980px;
height: 20px;
background-color:#e2dfc0;
border-top: 1px solid #b8b8b8;
}

/*--- Anfang Partnerlinks -----*/
#partnerseiten{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666;
font-size:9px;
text-align:center;}
#partnerseiten a,
#partnerseiten a:link,
#partnerseiten a:visited{
color:#666;
text-decoration:none;
}
#partnerseiten a:hover,
#partnerseiten a:active,
#partnerseiten a:focus{
color:#666;
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 */
