/*Allgemeine Formatierung*/
* {	margin:0; padding:0; }
body {	background-color:#ffffff; font:13px "Trebuchet MS", Arial, Verdana;	color:#555555;	text-align:left; 
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}
a {	color:#586fb3;	text-decoration:underline; }
a:hover { color:#89200b; text-decoration:underline;	}
img, img a { border:0; }
p {	line-height:1.5em;	margin-bottom:15px; }

/*Strukturierung der Seitenelemente*/
#huelle { width:780px; margin:5px auto 0 auto; }
#header { width: 760px; height: 36px; padding: 0 10px 5px 10px; float: left; }
#inhalt_box {padding: 10px 10px 0px 10px; background-color:#fff; clear: both;}
#kopf {	height:225px; background-image:url(images/bogen_guru.jpg); background-repeat:no-repeat; margin-bottom:10px; }
#kopf p{ font-weight:normal; font-family:"Times New Roman", Times, serif; font-size:26px; line-height:40px; margin-left:10px;
	padding-top: 195px;	color:#FFFFFF; }
#kopf a{width:760px;height:280px;display:block;}
#navileiste { float:left; text-align:left; width:150px; padding:10px; border: solid 1px #efefef; }
#inhalt { margin-left:190px; min-height:450px;	}
#fusszeile { clear:both; padding:10px 0; font-size:11px; text-align:center; line-height:16px; color:#444444; font-weight:bold; }

/*header*/
#logo { width: 374px; height: 36px; padding: 0 134px 0 0; background: url('images/bogen_guru_title.png') no-repeat; float: left; }
#logo a { display: block; width: 374px; height: 36px; }

/*Ueberschriften*/
h1 { color:#586fb3; font-weight:normal; letter-spacing:-1px; font-size:2.2em; margin-bottom: 5px; text-decoration: underline;}
h2 { color:#586fb3; font-weight:normal; letter-spacing:-1px; font-size:1.6em; margin-bottom: 5px; }
h3 { color:#586fb3; font-weight:normal; letter-spacing:-1px; font-size:1.4em; margin-bottom: 5px; }
h4 { color:#000000; font-weight:normal; letter-spacing:-1px; font-size:14px;  margin-bottom: 0px; text-decoration: underline; font-weight: bold;}

/*Linke Navigationsleiste*/
#navileiste ul { list-style-type:none; margin:0 0 15px 0; }
#navileiste li { list-style-type:none; margin-left:8px; }
#navileiste a {	font-weight:normal;	}
#navileiste a:hover { text-decoration:underline; }

.adsense { margin-bottom: 10px; margin-top: -5px; }
#adlinks { margin-bottom: 15px;}

td.wrong {
	color: #000000;	
}
td.right {
	color: #000000;
	font-weight: bold;
}
.frage {
	margin-bottom: 10px;
}

#inhalt li{
	margin: 5px 0 10px 30px;
	font-weight: bold;
	list-style-type: disc;
}
