/* set all to 0 */
* {margin:0; padding:0;}

/* Standardelemente */
body 
{
 background:url(../images/top.gif) top repeat-x;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:100.01%;
}

/*debug div {	border:1px solid black; }*/

a { color:#005a9c; }

p 
{
	font-size:80%;
	padding-bottom:10px;
}

h1 
{
	font-size:105%;
	color:#000099;
	padding-bottom:8px;
	padding-top:8px;
}

h2
{
	font-size:85%;
	color:#000000;
	display:block;
	border-bottom:1px solid #000099;
	padding-bottom:7px;
	padding-top:7px;
	margin:4px 4px 8px 4px;
}

ul
{
	font-size:80%;
	list-style-type:square;
	color:#7783b5;
	padding-left:30px;
	padding-bottom:10px;
}

hr
{
 border:0;
 height:2px;
 color:#CC0000;
 background:#000099;
	margin-bottom:5px;
}

span
{
 /* damit die Schriftfarbe schwarz bleibt */
	color:#000000;
}

input[type=submit], input[type=text], input[type=password], input[type=button]
{
	border:1px solid #000099;
	padding:2px 2px 2px 2px;
}

/* Container */

#headline
{
	text-align:center;
	font-size:130%;
	margin-top:60px;
}

#rahmen
{
	width:60em;
	margin:0px auto;
	text-align:left;
	top:10px;
}

#naviLeft
{
	width:10em;
	float:left;
	margin-left:2px;
	margin-bottom:1em;
	padding-bottom:8px;
	padding-top:12px;
}

#klappmenu {	height:90px; }

#naviLeft dl { width:100%; }
#naviLeft	dl,dd { margin:0; }
#naviLeft	dt { background:#000099; font-size:90%; font-weight:bold; padding:2px; margin:2px; }
#naviLeft	dt a { color:#FFF; }
#naviLeft	dd a { color:#000; }
#naviLeft	ul { list-style:none; padding:5px; }
#naviLeft	ul li a { color:#336699; }

#content
{
	width:36em;
	float:left;
	margin-left:6px;
	margin-bottom:1em;
	padding:0px 20px 8px 20px;
}

#content p	{	margin:4px 4px 4px 4px; }

#content h1
{
	font-size:100%;
	font-weight:bold;
	color:#000099;
	margin:4px 4px 4px 4px;
}

.antwortText
{
	background-color:#000099;
	color:#FFFFFF;
	font-size:80%;
	/*height:20px;*/
	padding:1px 2px 4px 2px;
}

#teaser
{
	float:right;
	width:10.1em;
	/* dieser Wert ist nur für IE6; wird unten von richtigen Browsern ueberschrieben */
	margin-right:3px;
	min-height:400px;
}

/* Selektor ueberfluessig; IE kann Selektoren nicht auswerten, daher wird der neue Wert nur von allen neuen Browsern verwendet */  
#teaser[id] { margin-right:6px; }

#teaser h1
{
	background-color:#000099;
	color:#FFFFFF;
	font-size:75%;
	font-weight:bold;
	padding:2px 5px 2px 5px;
}

#teaser p
{
	font-size:100%;
	padding-bottom:0px;
}

#teaser ul
{
	padding-left:25px;
}

#teaser .teaserBody
{
	background-color:#EFEFEF;
	border:1px solid #000099;
	margin-bottom:2em;
	font-size:70%;
	padding:5px 5px 5px 5px;
}

#footer
{
	clear:both;
	text-align:center;
	font-size:70%;
	padding-bottom:16px;
	height:13px;/*wird von IE6 gebraucht*/
}

