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

	* {
	margin: 0;
	padding: 0;	
	}
	
	
    body  {
	margin: 0; 
	padding: 0;
	color: #5e5e5e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	background-image: url(images/background_header.gif); 
	background-repeat: repeat-x;
	position: relative;
    }

a:link {
	color: #212392;
}
a:visited {
	color: #212392;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #EEEFFA;
}
.news_img {
	float: right;
	border: 1px solid #000000;
	margin: -10px 0 5px 20px;
}
a:active {
	color: #212392;
}

    .thrColFix #container {
	width: 957px;
	margin: 0; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	background-image: url(images/sterne_links.jpg); 
	background-repeat: repeat-y;
	background-position: 0px 156px;
	position: relative;
    } 
    .thrColFix #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 149px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	position: absolute;
    }
    .thrColFix #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 225px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
    }
    .thrColFix #mainContent {
	margin-top: 0;
	margin-right: 225px;
	margin-bottom: 0;
	position: relative;
	margin-left: 146px;
	overflow: visible;
    }
#header {
}

#header_logo {
	position: relative;
}
#menu {
	background-image: url(images/menu_background.gif); 
	background-repeat: repeat-x;
}

#topmenu {
	position: absolute;
	top: 0px;
	z-index: 999;
	left: 570px;
}

#sidebar_stunt {
	margin-top: 42px;
}

.sidebar_item {
	margin-top: 30px;
}

#content {
	float: left;
	width: 530px;
	padding-left: 25px;
}

h2 {
	text-align: right;
	height: 55px;
	margin-top: 7px;
	color: #FFFFFF;
}

h3 {
	background-image: url(images/dotted_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 27px;
	height: 28px;
	color: #FFFFFF;
}

.headncontent {
	margin-bottom: 30px;
	margin-top: 5px;
}

.news_datum {
	background-image: url(images/stern_klein.gif);
	background-repeat: no-repeat;
	background-position: -1px 2px;
	padding-left: 10px;
	font-size: 80%;
	color: #000000;
	margin-top: 2px;
	margin-left: 5px;
}

.news_text {
	margin-top: 15px;
	text-align: justify;
	line-height: 130%;
	margin-bottom: 8px;
}

.teil1 {
}

.teil2 {
}
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 12px;
	border: 1px solid #000000;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
	border: 1px solid #000000;
    }
.cntrflt {
	text-align: center;
	border: 1px solid #000000;
}
.cntr {
	text-align: center;
}
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
.sponsor_img {
	margin-left: 23px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.sidebar_item p {
	margin-left: 2px;
	margin-top: 5px;
	padding: 0 15px 0 0;
}
.sidebar_item .datum {
	color: #000000;
	font-size: 80%;
	margin-left: 15px;
}
blockquote {
	margin-left: 30px;
}
.gb_head {
	color: #000000;
	font-weight: bold;
}

