@charset "UTF-8";
/* CSS Document */

#body {
	width: 1024px; height: 728px;
background-color:#FFF;
}


#content {
width: 1000px; height: auto;
margin-left: auto; margin-right: auto; margin-top: 50px;
background-color:#FFF;
position: relative;
padding: 5px;

}


#logo {
width: 500px; height: 50px;
margin-top: 10px;
margin-left: 15px;
background-image:url(../images/logo.png);
}

#balken {
width: 800px; height: 10px;
margin-top: 10px;
margin-right: auto; margin-left:224px;
background-color: #000;
}

#menu {
width: 800px; height: 30px;
margin-top: 10px;
margin-right: auto; margin-left:224px;
}

#balkengrau {
width: 800px; height: 2px;
margin-top: 10px;
background-color: #999;


}

#footer {
width: 800px; height: 30px;
margin-left:224px;
margin-top: 10px;
}

#footerlektion {
width: 800px; height: 30px;
margin-left:224px;
margin-top: 300px;
}


.textfooter {
width: 800px;

text-align: right;
}

#neues {
width: 800px; height: 550px;
margin-top: 30px;
margin-right: auto; margin-left:190px;
position: relative;
}

#bildneues {
width: auto; height: auto;
margin-left: 40px;
float: left;
}

#textneues {
width: 350px;
margin-left: 450px;
}

#texthead {
width: 800px;
margin-left: 225px;
}

#textlektion {
width: 350px;
margin-left: 450px; margin-top: 360px;
position: absolute;
}

#textlektion2 {
width: 350px;
margin-left: 450px; margin-top: 760px;
position: absolute;
}

#textdaten {
width: 800px; height: 550px;
text-align: right;
margin-top: 50px;
margin-left: 220px;
}

#fotos {
	width: 800px; height: 550px;
	margin-left: 215px;
	margin-top: 50px;	
}

#bildspalte1{
	width: 200px; height: 120px;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-align: right;
color: #999;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-align: left;
line-height: 2px;
color: #999;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-align: left;
line-height: 2px;
color: #000;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-align: right;
color: #999;
line-height: 1px;
}

h5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-align: right;
color: #000;
line-height: 1px;
}

h6 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-align: left;
color: #000;
line-height: 18px;
}

P {
font-family: Arial, Helvetica, sans-serif;
font-size: 8px;
font-weight: bold;
text-align: right;
color: #999;

}



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

}

a:visited{ 
	text-decoration: none;
	color: #999;
}
				
a:hover{
	color: #000;
	text-decoration: none;
}