@charset "utf-8";
/* ROT: #BD2C17 */

html, body {min-height:100%; height: 101%;}

body  {
    	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    	background: #fff;
    	margin: 0; 
    	padding: 0;
    	text-align: center; 
    	color: #000000;
    }
	

h1 {
	font-size:26px;
	color:#BD2C17;
	border-bottom:1px solid #f8e9e7;
	margin-left:-22px;
	margin-right:-40px;
	padding-left:22px;
	text-transform:uppercase;
}


h2 {
font-size:14px;
color:#666666;
margin-bottom:5px;
margin-top:0px;
}

h3 {
margin-bottom:-10px;
color:#555;
}


h4 {
font-size:14px;
margin-bottom:5px;
}


h5 {
	font-size:30px;
	color:#bbb;
	text-transform:uppercase;
	margin:9px 0 0 0;
	width:35px;
}


#detail_head {
font-size:14px;
color:#666666;
font-weight:bold;
padding-bottom:3px;
}

	#detail_sub {
color:#555;
	font-size:13px;
	font-style:italic;

padding-bottom:10px;
	}

	
p {
margin:10px 0;
}
	
	
a {
		color:#BD2C17;
		text-decoration:underline;
	}
	
a:hover {
		color:#555555;
		text-de
		}
		
		
ul 
{
list-style-type:none;

}
		
li {
background-image:url(images/liste.gif);
background-repeat:no-repeat;
margin:0px;
padding-left:18px;
}		
	
.navi_tagungen {
margin:-18px 0 0 0;
padding:0 0 20px 0;
}	

.navi_tagungen li 
{
display:inline;
padding:0;
margin:0;
background-image:none;
font-size:13px;

}

.navi_tagungen a 
{
font-weight:bold;
text-decoration:none;
color:#666;
padding:0px 10px 0px 5px;
border-left:1px solid #f8e9e7;
}

#navi_active {
text-decoration:underline;
color:#BD2C17;
padding:0px 10px 0px 5px;
border-left:1px solid #f8e9e7;
font-weight:bold;

}

.navi_tagungen a:hover {
text-decoration:underline;
color:#BD2C17;
border-left:1px solid #BD2C17;

}

#referenten td
{
border-top:1px dotted #ccc;
padding:5px 0 5px 0;
}


#no_symbol_list li
{
background-image:none;
}
	
	
    .twoColFixLtHdr #container { 
    	width: 799px;  
    	background: #FFFFFF;
    	margin: 0 auto; 
    	text-align: left; 
    } 
    .twoColFixLtHdr #header { 
    	background: #fff; 
    	padding: 0; 
    } 
    .twoColFixLtHdr #header h1 {
    	margin: 0; 
    	padding: 10px 0; 
    }
    #sidebar {
		background-image:url(images/sidebar.jpg);
		background-repeat:repeat-x;
		position:relative;
    	float: left; 
    	width: 181px; 
    	padding: 0;
		font-size:11px;
		min-height:400px;
		height:auto !important;
		height:400px;
    }
	
	#sidebar_adresse {
		padding:5px 5px 5px 10px;
		color:#777;
		}
		
	#sidebar_adresse p {
	margin:5px 0 ;
	}
	#sidebar_adresse a {
		color:#BD2C17;
		text-decoration:underline;
	}
	
	#sidebar_adresse a:hover {
		color:#555555;
		text-decoration:underline;
	}

    .twoColFixLtHdr #mainContent { 
    	margin: 10px 20px 0 190px; /* Durch den linken Rand dieses div-Elements entsteht die Spalte am linken Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
    	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    } 
	
	
	
    .twoColFixLtHdr #footer { 
    	padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background-image:url(images/footer.gif);
	margin-top:20px;
	background-repeat:no-repeat;
    } 
    .twoColFixLtHdr #footer p {
		text-align:right;
    	margin: 0; 
    	padding: 5px 0; 
    }
	
	#footer a {
		font-size:12px;
		font-weight:bold;
		color:#555;
		text-decoration:none;
	}
	#footer a:hover {
		color:#BD2C17;
		text-decoration:underline;
	}
	
	#footer_active {
		color:#BD2C17;
		font-weight:bold;
		text-decoration:underline;
	}
	
	
	
	#vorstand img{
	border:1px solid #999;
	}
	
	
	
	.mitgliederliste li{
	padding:5px 0;
	background-image:none;
			border-top:1px dotted #ccc;
margin-left:-20px;
	}
	
	.mitgliederliste ul {
		border-top:1px dotted #ccc;
	}
	
	#hinweis {
	border:1px dotted #aaa;
	background-color:#efefef;
	padding:5px;
	}
	
    .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;
    }
	
	
	
	label
{
	width: 90px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

input.feld
{
  width:13em;
}


form p{
	margin:4px 0px;;
	padding:0px;
}

.submit
{
  margin-left: 95px;
}

form {
margin-left:0px;
}

#kontakt {
margin-left:250px;
}

#anschrift {
float:left;
}
