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

 body  {
	margin: 0;
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #262727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #EDF8FB;
	margin-top: 20px;
    }
#container  {
	width: 968px;  
	min-height: 660px;
	background: #FFFFFF;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element �berschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    } 
#header  {
	background-image: url(images/kopf_tmk.jpg);
	background-repeat: no-repeat;
	height: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
    } 
#header  h1  {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, k�nnen Sie das Auftreten unerwarteter Abst�nde zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unn�tig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auff�llung anstelle von R�ndern l�sst sich gew�hrleisten, dass das Element die Kanten des div nicht ber�hrt. */
	text-indent: -5000px;
    }
#sidebar1  {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 464px;
	overflow: visible;
    }
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
    } 
#container #sidebar1 li {
	list-style-type: none;
	padding-bottom: 7px;
}
#container  #mainContent  h1  {
	font-size: 1.5em;
	color: #000000;
}
#container  #mainContent  h2  {
	color: #0060A1;
	font-size: 1.2em;
	margin-bottom: 0px;
	margin-top: 0px;
}
#container #mainContent h3 {
	color: #0060A1;
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 3px;
}
#container  #mainContent  p  {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 15px;
}
#container #mainContent li {
	font-size: 0.9em;
	margin-bottom: 10px;
}
#container #mainContent img {
	margin-right: 20px;
}
#container #mainContent #download {
	background-color: #666666;
	height: 29px;
	width: 149px;
	font-size: 1.1em;
	color: #9ABCD8;
	z-index: 15;
	font-weight: bold;
}
#footer  {
	background-image: url(images/footer_tmk.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 968px;
    } 
#footer  p  {
	margin: 0;
	font-size: 0.6em;
	padding-top: 22px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
    }
#zwinkern {
	position:absolute;
	left:100px;
	top:24px;
	width:33px;
	height:33px;
	background-image: url(images/zwinkern.gif);
	background-repeat: no-repeat;
}
#flattertaube {
	width:500px;
	height:60px;
	z-index:5;
	position: relative;
	left: 468px;
	top: 40px;
	background-image: url(images/flattertaube.gif);
}
    .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: 8px;
    }
    .fltlft { /* Mit dieser Klasse k�nnen Sie ein Element auf der Seite nach links flie�en lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .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;
    }
.textzentriert {
	margin-top: 6px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.austeller {
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #9ABCD8;
}
input {
	height: 18px;
}
.breite {
	width: 300px;
}
textarea {
	height: 100px;
	width: 300px;
}
.abstand {
	margin-top: 15px;
	margin-bottom: 5px;
}
.tabellentext {
	font-size: 0.9em;
}
.ausstellerliste_frei {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #FFF;
}
.ausstellerliste_bestellt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	background-color: #9ABCD8;
}
.link {
	font-weight: bold;
	color: #BE0D20;
	text-decoration: underline;
}
.hervorhebung {
	color: #D53D21;
	font-weight: bold;
}
.senden {
	height: 30px;
}
.aktuell_h {	
	font-size:25px;
	color:#BE0D20;
	text-align:center;
	font-weight:bold;
}
.aktuell_text {	
	font-size:18px;
	color:#000000;
	text-align:center;
	font-weight:bold;
}

