/* eigentliches Gruen: #4AA243 */

html {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	background: #EDEAE2 url(gfx/bg.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color : #000000;
}

#container {
	background: #DADBDC;
	width:725px;
	margin:0px auto;
	text-align:left;
}

#logo {
	background: #F6F5F1 url(gfx/logo.gif) no-repeat right center;
	margin: 0px;
	height : 76px;
}

#line1 {
	background: #59BC68;
	height: 2px;
}

#line2 {
	clear: both;
	background: #59BC68;
	height: 1px;
}


#banner {
	background: url(gfx/banner.jpg);
	height: 82px;
}

#navigation {
	background: #DADBDC;
	width: 150px;
	float: left;
}

#navigation ul {
	margin: 20px 10px 10px 15px;
	padding: 0;
}
  
#navigation li {
	list-style: none;
	margin: 0; padding: 0;
}

#navigation a {
	color : #008000;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.0em;
}

#navigation a:hover {
	color : #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.0em;
}

#navigation li.active {
	color : #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.0em;
}


#content {
	float: right;
	background: #FBFBF9;
	width: 555px;
	padding: 10px;
	height: auto;
	min-height: 300px;
}

#image_right {
	float: right;
	margin-left:20px; 
	margin-bottom:10px;
	border:thin solid #ACDEB4;
}

#image_left {
	float: left;
	margin-right:20px; 
	margin-bottom:10px;
	border:thin solid #ACDEB4;
}

#image_no_border_left {
	float: left;
	margin-right:20px; 
	margin-bottom:10px;
}

#image_no_border_right {
	float: right;
	margin-left:20px; 
	margin-bottom:10px;
}

h1 {
	color: #008000;
	font-weight : bold;
	font-size: 1.6em;
	font-family: "Times New Roman" Times serif;
	margin: 10px 0 10px 5px;
}

h2 {
	color: #008000;
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 0 40px;
}

div#content p {
	margin: 0px 10px 15px 40px;
	font-size: 0.9em;
	text-align: justify;
}

#address {
	float: right;
	background: #FBFBF9;
	width: 555px;
	padding: 2px 10px;
	font-size: 0.7em;
	text-align: right;
}

#background_only {
	margin: 0;
	padding: 2px;
	font-size: 0.7em;
}