/* Stylesheet Seschet Learnblend Stand 29.01.2010*/

* {
margin: 0 ;
padding: 0 ;
}

body {
	background: url(../_img/background_startseite.jpg) no-repeat #fff; /*Der letzte Wert definiert die Hintergrundfarbe der Website*/
	margin: 0 auto;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #7a8196; /*Hier wird die Farbe des Textes festgelegt*/
	line-height: 20px;
}

td {
font-size: 12px ;
}


/* Container */

#nav {
position: absolute ;
top: 314px ;
left: 60px ;
width: 190px ;
line-height: 25px ;
}

#main {
position: absolute ;
top: 160px ;
left: 280px ;
width: 550px ;
}



/* Styles */

p { 
margin: 7px 0px 15px 0px ; 
color: #666666;
}

h1 { 
margin: 0px 0px 20px 0px ; 
font-size: 14px ; 
font-weight: bold ; 
}

h2 { 
margin: 50px 0px 0px 0px ; 
font-size: 12px ; 
font-weight: bold ; 
}

h3 { 
margin: 20px 0px 0px 0px ; 
font-size: 12px ; 
font-weight: bold ; 
}

#nav li {
list-style-type: none;
}

#main li {
	list-style-type:disc;
	list-style-position: inside;
}


a { font-size: 12px ; text-decoration: underline ; }
a:link { color: #7a8196; }
a:visited { color: #7a8196 ; }
a:hover { color: #022237 ; }
a:active { color: #022237 ; }

a.nav { font-size: 12px ; text-decoration: none ; font-weight: bold ; }
a.nav:link { color: #7a8196 ; }
a.nav:visited { color: #7a8196 ; }
a.nav:hover { text-decoration: underline ; }
a.nav:active { text-decoration: underline ; }

.kleingedrucktes {	font-size: 10px; }
.slogan {
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
}