/* Stylesheet
www.mpu-training.com
Author: Lars Hoffmann | http://www.webspacecowboys.com
Letzte Aenderung: 07.10.2009
*/

html,body{
	padding: 0px;
	margin: 0px;
	height: 530px;
	background-color:#B3B3B3;
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-weight: normal;
	width: 750px;
	line-height: 17px;
	white-space: normal;
	z-index: 1;
	}

	
h1{
	font-family: Verdana, Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #673B15;
	line-height: 20px;
	}
	
h2{
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #673B15;
	line-height: 17px;
	}
	
p{
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #673B15;
	line-height: 18px;
	}

	
div#bildunterschrift h2{
	position: absolute;
	top: 320px;
	left: 272px;
	}
	
div#adresse{
	position: absolute;
	top: 192px;
	left: 540px;
	}
	
#adresse a:hover {
    color: #673B15;
	text-decoration: none;
	font-weight: normal;
	}

#adresse a{
	text-decoration: none;
	color: #673B15;
	font-weight: bold;
	z-index: 2;
	}
	
div#portrait{
	position: absolute;
	top: 208px;
	left: 272px;
	}

	
div#streifen_oben{
	width: 750px;
	height: 113px;
	position: absolute;
	top: 60px;
	left: 100px;
	}


	
div#menuhintergrund{
	width: 148px;
	height: 268px;
	border: none;
	top: 173px;
	left: 100px;
	position: absolute;
	background: #F1FFDF;
	}

div#verlauf_links_senkrecht{
	width: 3px;
	height: 258px;
	position: absolute;
	top: 173px;
	left: 248px;
	}
	
div#verlauf_links_dehnung{
	width: 3px;
	height: 10px;
	position: absolute;
	top: 431px;
	left: 248px;
	background:#F1FFDF;
	}
	
	
div#texthintergrund{
	width: 570px;
	height: 268px;
	position: absolute;
	top: 173px;
	left: 251px;
	background: #F1FFDF;
	}
	
div#verlauf_rechts_dehnung{
	width: 29px;
	height: 20px;
	position: absolute;
	top: 173px;
	left: 821px;
	background: #F1FFDF;
	}
	
div#verlauf_rechts_senkrecht{
	width: 29px;
	height: 248px;
	position: absolute;
	top: 193px;
	left: 821px;
	}

div#streifen_unten{
	width: 750px;
	height: 29px;
	position: absolute;
	top: 441px;
	left: 100px;
	}

div#navi{
	top: 180px;
	left: 80px;
	position: absolute;
	text-align: left;
	font-family: 'Verdana', Arial;
	font-size: 12px;
  	font-weight: bold;
	padding-top: 10px;
	z-index: 2;
	color: #E2001A;
	}
	
#navi a {
	text-decoration: none;
	color: #673B15;
	font-weight: normal;
	z-index: 2;
	}
	
#navi a:hover {
    color: #673B15;
	text-decoration: none;
	font-weight: bold;
	}
	
#navi li {
    list-style-type: none;
	padding: 0px;
	}
	
.button_aktiv{
	line-height: 25px;
	letter-spacing: 1px;
	background:url(../buttons/Buttons_aktiv.jpg) no-repeat left center ;
	padding-left: 20px;
	}
	
.button_inaktiv{
	line-height: 25px;
	letter-spacing: 1px;
	background:url(../buttons/Buttons_inaktiv.jpg) no-repeat left center ;
	padding-left: 20px;
	}
	
	
	
	
	
	
	
	
