/*IE HACK*/

*html .ro{
	border-left: 1px solid #aaa;
	margin-left:3px;
	

}

*html #mitte{
	margin-top:-7px;
	width:545px;
}
*html .ueberschrift{
	width:535px;
}
*html #start table{
	width:262px;
}
*html #start{
	width:272px;
}
*html #start td{
	border-right:1px solid;
}
*html #banner li{
	margin-right:5px;
}
*html #start.starttext{
	width:534px;
	margin-left:3px;
	border-left:1px solid #509FF8;
	border-top:1px solid #509FF8;
	margin-bottom:10px;
}
/*IE ENDE*/
	 
/* Hauptaufteilung*/
#root {
		font-size:0.8em;
    text-align:left;
}
#banner {
    margin: 100px 0 -12px 1.2em;

}
#banner li{
	display:inline;
	list-style-type:none;
	border: 1px solid #aaa;
	background: white;
	padding:3px 3px 0 3px;
}
#banner li.aktiv{
	font-weight: bold;
}
#links {
    width: 180px;
    float: left;
		margin: 93px 0 .6em -3px;
		padding: 0;



}
/* marik probiert was */
#links td
{
 font-size:10px;
}
/* ENDE marik probiert was */
#mitte {
  float:left;
  margin: 0 0 0 1.2em;
	padding: 0 1em 1.5em 1em;
	background: white;
	color: black;
	border: 1px solid #aaa;
	line-height: 1.5em;
	position: relative;
	width:580px;

	
}
/* marik probiert was */
#mitte td
{
 font-size:12px;
}
/* ENDE marik probiert was */

#unten {
		width: 990px;
		background-color:#D96C00;
}
/*Ende Hauptaufteilung*/

body {

 font: 0.9em sans-serif;
	background:#f9f9f9 url(bilder/hintergrund.jpg) 0 0 no-repeat;
}

a {
	text-decoration: none;
	color: #002bb8;
	background: none;
}
a:visited {
	color: #002bb8;
}
a:active {
	color: #faa700;
}
a:hover {
	text-decoration: underline;
}
a.stub {
	color: #002bb8;
}
.ueberschrift{
	font-size:27px;
	margin:10px 10px 10px 3px;
	width:570px;
	padding:9px 0 7px 5px;
	border:1px solid #509FF8;
	background-color:#BEDCFC;
	text-align:center;
}
.beschreibung{
	font-size:12px;
	margin:10px 10px 10px 3px;
	width:570px;
	padding:9px 0 7px 5px;
	border:1px solid #509FF8;
	background-color:#efefef;

}
ul { 
    list-style-type: square;
}
.ro{
  font-size: 95%;
	background-color: white;
	color: black;
	border-collapse: collapse;
	border: 1px solid #aaa;
	padding: 0 .8em .3em .5em;
}
.titel_inhalt{
	margin:7px 0 0 4px;;
}
.button1{
	margin:3px;
}
.button2{
	margin:3px 3px 3px 12px;

}
/*Forum*/
#forum{
	width:580px;
	border-spacing:0px;
	border:1px solid #509FF8;
	border-right:0;
	border-bottom:0;
}
/*#forum a:link {color:#414141;text-decoration:none;}
#forum a:hover {color:black;text-decoration:none;}
#forum a:visited {color:#414141;text-decoration:none;}*/

#forum th{
	background-color:#BEDCFC;
	padding:3px;
	color:black;
	font-weight:bold;
	font-size:1.3em;
	border-right:1px solid #509FF8;
	border-bottom:1px solid #509FF8;

}
#forum td{
	background-color:#F4F8FF;
	color:black;
	padding-left:8px;
	border-bottom:1px solid #509FF8;
	border-right:1px solid #509FF8;
        /* marik versucht was*/
        font-size:12px;
}

/*Ende Forum*/

input, select, TEXTAREA {
 background-color: #F9F9F9;
 color: black;
 font-family: Arial;
 font-size: 14px;
 scrollbar-3dlight-color: #2D8BFF;
 scrollbar-arrow-color: black;
 scrollbar-darkshadow-color: #2D8BFF;
 scrollbar-face-color: #2D8BFF;
 scrollbar-highlight-color: #2D8BFF;
 scrollbar-shadow-color: #CCCCCC;
 scrollbar-track-color: #004080;
 border: 1px solid #000000;
 }

#hochgestellt {
	font-size:0.6em;
	vertical-align:top;
}

.titel {
	font-weight:bold;
}

/*Startseite*/
#start{
  width:287px;
  float:left;
  margin:0;  
}
#start.rechts{
padding-left:1px;
}
#start.links{
 padding-left:5px;
}
#start table{
  width:270px;
  border-spacing:0px;
	border:1px solid #509FF8;
	border-right:0;
	border-bottom:0;
	margin-left:7px;
	margin-bottom:12px;
  padding:0;
}

#start th{
	background-color:#BEDCFC;
	padding:3px;
	color:black;
	font-weight:bold;
	font-size:1.3em;
	border-right:1px solid #509FF8;
	border-bottom:1px solid #509FF8;

}
#start td{
	background-color:#F4F8FF;
	color:black;
	padding-left:8px;
	border-bottom:1px solid #509FF8;
	border-right:1px solid #509FF8;
}

#start.starttext{
	width:558px;
	margin-bottom:10px;
	margin-left:11px;
	border-left:1px solid #509FF8;
	border-top:1px solid #509FF8;

}

