/*  ++++++++++++++++++++++++++  */
/*  Formatierung Standard TAGS  */
/*  ++++++++++++++++++++++++++  */


*
{
	margin: 0;
	padding: 0;
}


html
{
	background: url("/images/css/hg.jpg");
	height: 100%;
	width: 100%;
}


body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	hheight: 100%;
	width: 1080px;
	margin: 20px auto;
}

a
{
	color: #aa0a0a;
}


img
{
	border: none;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Formatierung DIVs, die den Rahmen der ganzen Seite bilden  */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#header
{
	background: url("/images/css/logo.jpg");	
	height: 160px;
}


#wrapper
{
	background: url("/images/css/content.jpg") top left no-repeat;	
	border: 0px solid #000;
}

#inside
{
	margin: 0px 80px;
	padding: 20px 0;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Formatierung Menü  */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#menu
{
	text-align: left;
}

#navlist
{	
	padding-bottom: 2em;
	border-bottom: 1px solid #005c33;
}

#navlist li
{
	list-style: none;
	display: inline;
}

#navlist li a
{
	padding: 5px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #005c33;
	float: left;
	margin-right: 3px;
}

#navlist li a:hover, #navlist li .current
{
	color: #fff;
	background: #005c33;
}


#submenu
{
	text-align: left;
	font-size: 80%;
	margin-bottom: 15px;
}


#subnavlist
{
	padding-top: 1px;
}

#subnavlist li
{
	list-style: none;
	display: inline;
}

#subnavlist li a
{
	padding: 5px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #005c33;
	float: left;
	margin-right: 3px;
}

#subnavlist li a:hover, #subnavlist li .current
{
	color: #fff;
	background: #005c33;
	padding: 5px 15px;
	text-decoration: none;
	font-weight: bold;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Formatierung Bild                                          */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#picture
{
	text-align: left;
	margin-bottom: 25px;
}


#picture #left
{
	float: left;
	background: url("/images/css/testbild.jpg") 0% 50% no-repeat;
	width: 200px;
	height: 200px;	
	display: inline;
	border-right: 25px solid #f7fff8
}


#picture #right
{
	float: left;
	background: url("/images/css/testbild.jpg") 100% 50% no-repeat;
	width: 695px;
	height: 200px;	
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Formatierung Startseite                                    */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */


#news_teaser
{
	float: left;
	width: 470px;
}

#news_teaser .ende
{
	margin-bottom: 5px;
	border-bottom: 1px solid #deefe4;
}

#trenner
{
	float: left;
	width: 25px;
}

#presse_teaser
{
	float: left;
	width: 200px;
}


#presse_teaser dt, #news_teaser dt
{
	background: #deefe4;
	padding: 10px;
	color: #005c33;
	font-weight: bold;
	border: 1px solid #005c33;
}

#presse_teaser dd, #news_teaser dd
{
	padding: 10px 0;
	ffont-size: 80%;
}

#download_teaser
{
	float: right;
	width: 200px;
	margin-top: 30px;
}


#download_teaser dt
{
	background: #deefe4;
	padding: 10px;
	color: #005c33;
	font-weight: bold;
	border: 1px solid #005c33;
}

#download_teaser dd
{
	padding: 10px 0;
	ffont-size: 80%;
}



/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Formatierung Hauptinhalt                                   */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#content
{
	float: left;
	text-align: left;
	bbackground: #442288;
}

#content #left
{
	float: left;
	width: 200px;
}

#content #left div
{
	margin-bottom: 25px;
}

#maincontent
{
	float: left;
	width: 695px;
	margin-left: 25px;
	margin-bottom: 50px;
	display: inline;
}


#maincontent h1
{
	font-size: 110%;
	color: #005c33;
	margin-bottom: 1em;
}

#maincontent h2
{
	font-size: 100%;
	margin-bottom: 1em;
}

#maincontent p
{
	font-size: 90%;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

#maincontent em
{
	display: block;
	font-size: 90%;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}



#maincontent ul
{
	margin: 0 0 25px 25px;
}

#maincontent li
{
	margin-bottom: 25px;
}


#maincontent .news
{
	border-bottom: 1px solid #b9d4c2;
	margin-bottom: 20px;
}


#maincontent .links
{
	float: left;
	width: 495px;
}


#maincontent .links div
{
	padding-right: 25px;
}


#maincontent .links img, #maincontent p img
{
	float: left;
	margin: 2px 25px 25px 0;
	border: 1px solid #b9d4c2;
}




#maincontent .rechts
{
	float: right;
	width: 200px;
}



/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Formatierung Teaser Mitglieder                             */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#maincontent #wrapper3
{
	margin-left: 100px;
}

#maincontent .mitglied
{
	float: left;
	width: 150px;
	margin: 0 25px 25px 0;
}	

#maincontent .mitglied dt
{
	height: 150px;
	width: 150px;
}



#maincontent .mitglied dd
{
	font-size: 80%;
	height: 75px;
	overflow: hidden;
}



/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Formatierung Teaser Vorstand                               */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */


#maincontent .teaser
{
	float: left;
	width: 100%;
	padding-bottom: 25px;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #b9d4c2;
	display: inline;
}

#maincontent .teaser dt
{
	float: left;
	width: 150px;
}

#maincontent .teaser dt img
{
	width: 150px;
	height: 150px;
	border: none;
}

#maincontent .teaser dd
{
	float: left;
	width: 400px;
	margin-left: 25px;
	text-align: left;
	display: inline;
}

#maincontent .teaser .titel
{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}


#maincontent .teaser .name
{
	font-size: 85%;
	font-style: italic;
	margin-bottom: 5px;
}


#maincontent .teaser .text
{
	float: left;
	font-size: 85%;
	margin-bottom: 5px;
}

#maincontent .teaser .links
{
	float: left;
	width: 45px;
	margin-right: 10px;
	display: inline;
	text-align: right;
}

#maincontent .teaser .rechts
{
	float: left;
	text-align: left;
	width: 200px;
}



/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Formatierung Teaser rechte Seite (Statistik)         */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */


#maincontent .rechts .teaser2
{
	width: 200px;
}

#maincontent .rechts .teaser2 dt
{
	background: #deefe4;
	color: #005c33;
	padding: 10px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	border: 1px solid #005c33;
	margin-bottom: 10px;
}

#maincontent .rechts .teaser2 .kontakt
{
	padding: 3px 0px;
	font-size: 85%;
}


#maincontent .rechts .teaser2 .name
{
	padding: 5px 0px;
	font-size: 85%;
	font-style: italic;
	overflow: hidden;
	display: inline;
}


#maincontent .rechts .teaser2 .text
{
	float: left;
	padding: 3px 0px;
	font-size: 85%;
}





#maincontent .rechts .teaser2 .links
{
	float: left;
	width: 45px;
	margin-right: 10px;
	display: inline;
	text-align: right;
}

#maincontent .rechts .teaser2 .rechts
{
	float: left;
	text-align: left;
	width: 110px;
}




/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  kontakt                                                    */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#kontaktformular
{
	margin-bottom: 20px;
}

#kontaktformular fieldset
{
	padding-bottom: 20px;
	border: 1px solid #b5d0bd;	
}

#kontaktformular legend
{
	padding: 0 10px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

#kontaktformular label
{
	float: left;
	width: 10em;
	text-align: right;
}

#kontaktformular .zeile
{
	float: left;
	margin: 5px 0;
	display: inline;
}


#kontaktformular .mussfeld
{
	float: left;
	width: 400px;
	border: 1px solid #b5d0bd;
	margin-left: 10px;
}


#kontaktformular .textfeld
{
	float: left;
	width: 400px;
	height: 200px;
	border: 1px solid #b5d0bd;
	margin-left: 10px;
}

#kontaktformular .senden
{
	float: left;
	margin-left: 10px;
}



.bildrand
{
	width: 700px;
}


.bildliste
{
	float: left;
	margin: 0 10px 10px 0;
	display: inline;
	border: none;
}	


.bildliste a
{
	float: left;
	width: 150px;
	height: 150px;
	border: none;
}	

.bildliste a img
{
	float: left;
	width: 150px;
	height: 150px;
	border: none;
}	




/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Formatierung Fußbereich                                    */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */


#footer
{
	width: 100%;
	background: #deefe4;
	font-size: 80%;
	padding: 10px 0;
}

/*  ++++++++++++++++++++++  */
/*  Formatierung Usability  */
/*  ++++++++++++++++++++++  */

#usability
{
	clear: all;
	float: right;
	width: 154px;
	margin: 20px 0 0 0;
	border-top: 1px solid #005c33;
	display: inline;
}

#usability ul
{
	float: right;
	margin: 15px 0 0 0;
	padding: 0px 0px 10px 0px;
	list-style: none;
}

#usability li
{
	margin: 0;
	padding: 0px 10px 0px 0px;
	float: left;
}




/*  +++++++++++++++++++++++++++  */
/*  Seitenübergreifende Befehle  */
/*  +++++++++++++++++++++++++++  */

.strong
{
	font-weight: bold;
	color: #005c33;
}


.mitte
{
	text-align: center;
}


.clearer
{
	clear: all;
}

.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix 
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */