/* Stylesheet erstellt von Trade In Ingold, CH-3376 Graben, www.tradein.ch */
/* Dieses Stylesheet definiert das Layout, also alles, was mit Groesse, Abstand, Breite etc. zu tun hat. */
/* Da es floatende Elemente enthaelt, wird mit der import Methode eingebunden, damit es von alten Browsern nicht verarbeitet wird */

/* Allgemeines */

body {
	font-size: 36px;
	background-color: #003488;
}

#hauptbox { 
  position:relative;
  top:0;  
  left:0;
  width:980px;
  height:auto;
  margin-left: 0px;
  margin-top: 0px;
  }
  
/* Stile, Farben, Groessen etc. */

h1, h2, h3, h4, h5, p, li {
	font-size: 36px;
	line-height: 36px;
}
	
input, textarea, select {
	font-size: 36px;
}
	
p {padding-bottom: 36px;} /* wie #inhalt ul */



dt {
	font-size: 36px;
	width: 4em;
	float: left;
	padding-bottom: 20px;
	}
dd {
	margin-left: 4.5em;
	padding-bottom: 20px;
	}

input, textarea, select {
	font-size: 36px;
	width: 5.5em;
}
input.textField, textarea.textField, select.textField {
	width: 11em;
}
	
/* Navigation  */

#navi {
	width: 278px; /* width 308px minus padding left und right */
	padding: 20px 10px 10px 20px;
	height: 3000px; 
	} 
	
#navi ul li {padding-bottom: 20px;}
	
#navi ul li a.mail {
	padding-left: 20px;
	background-image: url(../images/mail_iphone.gif);
	background-repeat:no-repeat;
}
#navi ul li a:hover.mail {
	background-image: url(../images/mail2_iphone.gif);
	background-repeat:no-repeat;
}

#navi ul li ul {
	padding-bottom: 36px;
}

#navi ul li ul li {
	font-size: 36px; 
	padding-bottom: 0px;
	padding-top: 20px;
}
#navi ul li ul li a {
	padding-left: 26px;
	background-image: url(../images/liste_iphone.gif);
	background-repeat: no-repeat;
}
#navi ul li ul li a:hover, #navi ul li ul li a.aktiv {
	background-image: url(../images/liste_iphone2.gif);
	background-repeat: no-repeat;
}
#logo {
	position: relative;
	left: 0px;
	top: 36px;
}

#logo_start {
	display: none;
}

/* Inhalt */


#inhalt, #inhalt2 {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 2960px; 
	}

	#inhalt ul, #inhalt2 ul {
		padding-bottom: 36px;  /* wie p */
	}
	
		#inhalt ul li, #inhalt2 ul li {
		margin-left: 25px;
		padding-left: 0px;
		list-style-image: url(../images/liste_iphone3.gif);
		list-style-position: outside;
	}

	#inhalt_ganz {
		height: auto; 
		padding-left: 20px;
		padding-right: 20px;
		width: 632px; /* Breite 672 minus padding-left und right */
	}

	#inhalt_oben {
		height: auto;
		padding-left: 20px;
		padding-right: 20px;
		width: 632px; /* Breite 672 minus padding-left und right */
	}
		#inhalt_oben_drucken {
			display: none;
	}
	
	#inhalt_unten {
		height: auto;
	}
	
	#inhalt_links, #inhalt_links_iphone {
	height: auto;
	padding-left: 20px;
	width: 330px; /* Breite 350px minus padding-left */
	}
	#inhalt_links_iphone { /* Seiten, die nur inhalt_links zeigen, sollen auf dem iphone die ganze Breite einnehmen */
		float: none;
		width: 632px; /* Breite 672 minus padding-left und right */
	}
	
	#inhalt_rechts {
	margin-left: 360px;
	height: auto;
	width: 302px; /* Breite 312px minus padding-right */
	padding-right: 10px;
		}
		#inhalt_rechts form { /* muss aus Platzgruenden unterhalb stehen */
			clear: left;
			margin-left: -336px; /* hebt den margin-left vom inhalt_rechts auf, plus padding 20px */
		}
		
	#inhalt_legende {
		position: relative;
		top: 0px;
		left: 20px;
	}