/* CSS Document */




/* Basisformatierung */

* {margin: 0; padding: 0; font-size: 100% }

body {
	font-size: 62.5%;
	background: #ddefb8;
	font-family: Arial, Helvetica, sans-serif;
	}
	
p {
	padding: 0px 0px 10px 0px;
	font-size: 120%;
	line-height: 1.5em;
	}	

h1 {
	font-size: 180%;
	font-weight: bold;
	color: #000000;
	padding: 85px 43px 0px 0px;
	}

h2 {
	font-size: 800%;
	font-weight: bold;
	color: #ddefb8;
}

h3 {
	font-size: 180%;
	font-weight: bold;
	color: #7caf24;
	padding: 3px 0px 20px 0px;
	line-height: 1.2em;
	}

h4 {
	font-weight: bold;
	color: #7caf24;
	padding: 10px 0px 0px 0px;
	line-height: 1.5em;
	font-size: 120%;
	}
	
h5 {
	font-weight: bold;
	color: #59593b;
	padding: 4px 0px 5px 0px;
	line-height: 1.5em;
	font-size: 120%;
	}	
	
#spacer {
	height: 1000px;
	float: left;
	}		

/* Ende Basisformatierung */	
	
	

/* Navigation */

#left {
	float: left;
	width: 232px;
	list-style-type: none;
	font-size: 120%;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	}
	
#left a {
	text-decoration: none;
	display: block;
	width: auto;
	}		

#left ul {
	padding: 0px 0px 0px 0px;
	}

#left li {
	display: inline;
	padding: 5px 0px 5px 0px;
	}
	
#left li a {
	list-style-type: none;
	color: #59593B;
	border-bottom: 1px solid #c4c488;
	padding: 5px 0px 5px 0px;
	}	
	
#left li a:hover {
	color: #7caf24;
	}

#left li#active {
	color: #7caf24;
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #c4c488;
	}
	
/* Ende Navigation */



/* Formatierung div */

#container {
	margin:25px 0px 0px 0px;
	width: 95%;
	background: #ffffff url(../Bilder/header_background.gif) top right no-repeat;
	}

#header {
	width: auto;
	margin: 0px 0px 0px 45px;
	}
	
#header_logo {
	float:left;
	margin: 36px 0px 0px 0px;
	width: auto;
	}
	
#header_headline {
	float:left;
	width: auto;
	}
	
#header_kongress {
	float:left;
	margin: -20px 0px 0px 0px;
	width: auto;
	}		
	
#header p {
	font-size: 120%;
	padding: 8px 0px 30px 0px;
	clear: both;
	font-weight: bold;
	color: #88885d;
	line-height: 1.5em;
	}		
	
#main {
	width: auto;
	color: #000000;
	clear: both;
	margin: 0px 30px 0px 107px;
	border-top: 1px solid #87be27;
	}	

#right {
	color: #000000;
	padding: 10px 0px 0px 0px;
	width: auto;
	margin: 0px 0px 0px 280px;
	line-height: 1.5em;
	}
	
#right a {
	color: #7caf24;
	}	
	
.point {
	list-style-image: url(../Bilder/listpoint.gif);
	}
	
.number {
	list-style-type: decimal;
	list-style-position: inside;
	}	
	
#right li {
	padding: 4px 0px 0px 0px;
	font-size: 120%;
	line-height: 1.5em;
	}		
	
#footer {
	clear: both;
	}
