@import url();

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.6em;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: rgb(255, 255, 255);
	color: rgb(5, 5, 5);
	background-image: url(../00_img/bg_andrea_lehmann.jpg);
  	background-repeat: repeat-x;
}

a, a:link, a:visited {
	text-decoration: none;
	color:#999;
}

a:hover {
	color:#00FFFF;
}

a:active, a:focus {outline: none;}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

#container {
	position:relative;
	top:50px;
	width:720px;
	height:700px;
	margin:0px auto;
	
}

#logo {
	position:absolute;
	right:0px;
	width:175px;
	height:40px;
	background-image: url(../00_img/mu_logo_auf_gruen.gif);
  	background-repeat: no-repeat;
}

#headerandrea {
	position:absolute;
	left:0px;
	top:50px;
	width:100%;
	height:35px;
	background-image: url(../00_img/header_andrea_lehmann.gif);
  	background-repeat: no-repeat;
  	background-position:5px 5px;
	background-color:#000;
}

#headerpaule {
	position:absolute;
	left:0px;
	top:50px;
	width:100%;
	height:35px;
	background-image: url(../00_img/header_paule_hammer.gif);
  	background-repeat: no-repeat;
  	background-position:5px 5px;

	background-color:#000;
}

#line1andrea {
		position:absolute;
			left:0px;
	top:90px;
	width:100%;
	height:1px;	
	background-image: url(../00_img/dotted_line_andrea_lehmann.gif);
  	background-repeat: repeat-x;	
}

#line1paule {
		position:absolute;
			left:0px;
	top:90px;
	width:100%;
	height:1px;	
	background-image: url(../00_img/dotted_line_paule_hammer_brown.gif);
  	background-repeat: repeat-x;	
}

#video {
	position:absolute;
	left:0px;
	top:95px;
	width:100%;
	height:445px;	
	background-color:#000;
	padding-top:40px;	
}

#line2andrea {
	position:absolute;
	left:0px;
	top:0px;
	width:720px;
	height:1px;	
	background-image: url(../00_img/dotted_line_andrea_lehmann_blue.gif);
  	background-repeat: repeat-x;	
}

#line3andrea {
	position:absolute;
	left:0px;
	bottom:0px;
	width:720px;
	height:1px;	
	background-image: url(../00_img/dotted_line_andrea_lehmann_blue.gif);
  	background-repeat: repeat-x;	
}

#line2paule {
	position:absolute;
	left:0px;
	top:0px;
	width:720px;
	height:1px;	
	background-image: url(../00_img/dotted_line_paule_hammer_lila.gif);
  	background-repeat: repeat-x;	
}

#line3paule {
	position:absolute;
	left:0px;
	bottom:0px;
	width:720px;
	height:1px;	
	background-image: url(../00_img/dotted_line_paule_hammer_lila.gif);
  	background-repeat: repeat-x;	
}

#footer {
	position:absolute;
	left:0px;
	top:585px;
	width:100%;
	text-align:left;
	padding:10px;
	margin-bottom:200px;
	padding-bottom:25px;
}


