/* == Standardformatierungen ============================================ */
body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
/*diese Angabe geht davon aus, dass als Standardschriftgroesse 16pt eingestellt istzusaetzlich gleicht sie einen Rundungsfehler im IE aus (.01%)Quelle: http://www.css-technik.de/details/2/5/CSS-Browser-Bugs.htm*/
	font-size: 100.01%;
	color: #55595c;
	width: 100%;
}

div.clear {
	clear: both;
	font-size: 0em;
	line-height: 0em;
	height: 0em;
}

br.clear {
	clear: both;
	font-size: 0em;
	line-height: 0em;
	height: 0em;
}

a {
	color: #55595c;
}


/* == Formatierungen fuer Elemente auf der Startseite ==================== */
body.start {
	/*padding: 1.3em 0 0 3.3em;*/
	font-family:Arial, Helvetica,  sans-serif;
}

	body.start div#wrap {
		margin: auto;
		width: 954px;
		padding: 0.8em 0 0 3.1em;
	}
	body.start div#start-image {
		width: 100%;
		height: 360px;
		_margin-bottom: -3px;
	}
	body.start div#menu-row {
		margin-top: 16px;
		width: 100%;
		height: 31px;
		background-color: #99cdec;
	}
		body.start div#menu-row div#start-deutsch {
			float: left;
			width: auto;
			_width: 50%;
			border-right: 3px solid #fff;
		}
		body.start div#menu-row div#start-englisch {
			float: left;
			border-left: 3px solid #fff;
		}
		body.start div#menu-row ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			line-height: 31px;
			height: 31px;
		}
			body.start div#menu-row ul li {
				float: left;
				line-height: 31px;
				padding: 0 9px 0 10px;			
				border-right: 1px solid white;
				margin: -1px 0 0 0;
				*margin-top: 0;
			}
			body.start div#menu-row ul li.last {
				border: none;
				/*padding-left: 8px;*/	
				text-align: center;
			}
/*
body.start div#menu-row div#start-deutsch ul li.last {
				width: 14.7%;
			}
body.start div#menu-row div#start-englisch ul li.last {
				width: 13.9%;
			}*/
				body.start div#menu-row ul li a {
					text-transform: uppercase;
					text-decoration: none;
					color: white;					
					font-weight: bold;
					font-size: 0.66em;
				}
				body.start div#menu-row ul li a:hover {
					color: #55595c;
				}
				
			body.start div#menu-row div#start-englisch ul{
				line-height: 31px;
				*height: 33px;
				*margin-top: -2px;
			}
			body.start div#menu-row div#start-englisch ul li{
				padding: 0 18px 0 18px;	
				*height: 33px;				
			}
				
			
				
				
	body.start div#logo-and-claim {
		position: relative;
		padding-top: 130px;
		padding-bottom: 13px;
		height: 4.15em;
		*height: 4.2em;
		_height: 4.15em;
		background-color: #66b3e2;
	}
		body.start div#logo-and-claim img {
			position: relative;
			z-index: 1;
		}
		body.start div#logo-and-claim img#logo {
			margin-right: 475px;
		}
		body.start div#logo-and-claim img#claim {
			top: -12px;
		}
		body.start div#footer{
			color: #55595c;
			font-size: 0.7em;
			text-align: center;
			border-top: 10px solid #fff;
		}