/* CSS Document */

html, body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666;
background-color: #666;
}

h1 {
font-size: 14px;
color: #000066;
}

h2 {
text-indent: -5000px;
}

h3 {
font-size: 14px;
color: #333;
}


/***Start Container**/
#diversity {
position: absolute;
width: 900px;
height: 69px;
}

#outer {
width: 900px;
height: 700px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
border: 2px solid #ccc;
}





#main {
position:absolute;
width: 900px;
height: 700px;
background-image: url(images/MCD-Start_06.jpg);
}

#inhalt {
	position: absolute;
	width: 450px;
	height: 300px;
	z-index: 3;
	margin-top: 35px;
	margin-left: 220px;

	}

#inhalt_breit {
position: absolute;
width: 660px;
height: 300px;
z-index: 3;
margin-top: 20px;
margin-left: 220px;
font-size: 11px;
}

#leftcontent {
	position: absolute;
	top: 449px;
	width: 250px;
	height: 150px;
	margin-left: 600px;
	left: -573px;
	z-index: 5;
}

#rightcontent {
	position: absolute;
	top: 448px;
	width: 250px;
	height: 150px;
	margin-left: 40px;
	left: 579px;
	z-index: 6;
}

#stripe01 {
	position: absolute;
	top: 90px;
	width: 820px;
	height: 37px;
	left: 41px;
}
/******Ende Container*****/






/*****Links, Stile*****/

a:link, a:visited {
font-size: 20px;
font-weight: bold;
color: #666;
text-decoration: none;
}

a:hover, a:active {
font-size: 20px;
font-weight: bold;
color: #CC0000;
text-decoration: none;
}

.noborder {
border: none;
}
