/* =============================================================



Stylesheet fuer nordbruecke.ch

Stand: 
Datei: nordbruecke.css
Datum: 04.05.2009
Autor: Felix Haldimann

Aufbau:	1. Kalibrierung und allgemeine Stylesheets
		2. Styles für Inhaltsbereiche
		3. Navigation
		4. sonstige Styles

		

============================================================= */



/* =============================================================

	1. Kalibrierung und allgemeine Styles

============================================================= */

* {

	margin:0;

	padding:0;
	
	border:none;

	}

	

html {

	height:101%;

}



body {

	background-color: #fff;
	background-image: url(../images/flecken.gif);
	background-repeat: no-repeat;
	background-position:right top;

	margin:0 auto 0 auto;

	text-align:center;

	font-family: Helvetica, Arial, sans-serif;

	font-size:13px;

	text-align:center;

	line-height: 1.3;

	}
	
h1, h2, h3, h4, h5 {
	font-size:12px;
	font-weight:bold;
}





/* =============================================================

	2. Styles für Inhaltsbereiche

============================================================= */
#header {
	padding:50px 0 30px 0;
}
#logo {
	background-color:#FFF;
	width:150px;
	height:111px;
	padding:2px;
}

/* Textbox */	

#text {

	position:relative;
	
	top:40px;
	width: 500px;	
	padding: 3px 76px 5px 0;
	margin:0 auto 0 auto;

	line-height:1.3em;
	text-align:left; 
	color:#000;
	background-color:#fff;
	z-index:2;	
	}

#text a, #text a:visited {
	color:#000;
	}
#text a:hover{
	text-decoration:none;
	color:#e2007a;
	}
#text img{
	margin:3px 3px 3px 0;	
	}	

/* =============================================================

	3. Navigation

============================================================= */

#navibox {

	position:relative;
	top:15px;
	left:0;

	width:900px; 
	
	margin:0 auto 0 auto;

	padding: 3px 3px 3px 3px;
	font-family: Helvetica, Arial, sans-serif;

	font-size:11px;

	text-align:center;

	line-height: 1.3;

	letter-spacing:0.18em;
	
	white-space:nowrap;

	text-align:center;

	z-index:3;

	}

#navibox ul{

	list-style:none;	

	}

#navibox li {

	display:inline; 

	}

#navibox a{

	margin:0 10px 0 10px;

	z-index:3;

	}

#navibox a:link,#navibox a:visited {

	color:#000;

	text-decoration:none;

	}

#navibox a:hover{

	color:#e2007a;

	text-decoration:none;

	}

#navibox .activ a{

	color:#e2007a!important;

	text-decoration:none;

	}

	



/* =============================================================

	4. Sonstige Styles

============================================================= */



/*iframe*/

iframe {
	margin: -12px auto auto -11px;

	overflow:hidden;

}