/* DATEI: layout.css */




	/* allgemein */


body {
	background: #fff url(../img/bg.jpg) repeat;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	padding: 40px 0 30px 0;
}


div {
	margin: 0;
	padding: 0;
	border: 0;
}



	/* layout */
	
	
div#muh {
	background: transparent;
	margin: 0px auto;
	width: 728px;
}



div#kopf {
	background: #fff url(../img/header.jpg) no-repeat;
	width: 728px;
    height: 155px;
}

div#kopf2 {
	background: #fff url(../img/header2.jpg) no-repeat;
	width: 728px;
    height: 155px;
}

div#kopf3 {
	background: #fff url(../img/header3.jpg) no-repeat;
	width: 728px;
    height: 155px;
}

div#kopf4 {
	background: #fff url(../img/header4.jpg) no-repeat;
	width: 728px;
    height: 155px;
}

div#inhalt {
	background: #fff url(../img/content_bg.gif) repeat-y;
	width: 728px;
	text-align: left;
}


div#fuss {
	background: #fff url(../img/footer.gif) no-repeat;
	width: 728px;
    height: 28px;
	clear: both;
}

div#fuss div { 
	color: #006E89; 
	font-size: 9px;
	line-height: 10px;
	padding: 6px 20px 0 0;
	text-align: right;
	letter-spacing: 1px;
}



	/* navigation */

div#links {
	float: left;
	width: 170px;
}

div#links img {
	margin: 15px 0 0 85px;
	width: 75px;
	height: 75px;
}


div#menu-start {
	background: #fff url(../img/menu/header.gif) no-repeat;
	width: 149px;
	height: 13px;
	margin-left: 16px;
	line-height: 8px;
}

div#menu {
	background: #fff url(../img/menu/bg.gif) repeat-y;
	width: 149px;
	margin-left: 16px;
	text-align: center;
}


div#nav {
	width: 118px;
	padding: 0px 0 0px 0;
	margin: 0px auto;
	background-color: #E4F2F5;
}


div#menu-end {
	background: #fff url(../img/menu/footer.gif) no-repeat;
	width: 149px;
	height: 13px;
	margin-left: 16px;
	line-height: 8px;
}



	/* inhalt */

div#rechts {
	padding-top: 10px;
	width: 550px;
	float: right;
	text-align: left;
}


div#content-start {
	background: #fff url(../img/inhalt/header.gif) no-repeat;
	width: 534px;
	height: 13px;
	line-height: 8px;
}

div#content {
	background: #fff url(../img/inhalt/bg.gif) repeat-y;
	width: 534px;
	text-align: center;
}


div#text {
	width: 500px;
	padding: 2px 0 0 0;
	margin: 0px auto;
	background: transparent;
	text-align: left;
}

div#text2 {
	width: 500px;
	height: 230px;
	padding: 2px 0 0 0;
	margin: 0px auto;
	background: transparent;
	text-align: left;
}


div#content-end {
	background: #fff url(../img/inhalt/footer.gif) no-repeat;
	width: 534px;
	height: 13px;
}

div#impressum {
	background: transparent;
	width: 534px;
	height: 13px;
	margin-top: 10px;
}

