/* Farben
gruen: #339933; (Balken, Schrift)
creme: #ffffcc; (Hintergrund)*/
* {margin:0px; padding:0px;} /*behebt Unterschiede im FF und IE*/

body {
	background-image: url(./images/tapete.gif);
	font: normal normal 1em Tahoma, Arial, Helvetica, sans-serif;
	background-color: #ffffcc;
	color: #339933;
	letter-spacing: 0.08em;
	}

p {
	font: normal normal 0.8em Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 0.8em;
	}
	
p.end {
	
	padding-bottom: 30px;
	}
	
h2 {
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	}
	
a {font: 0.9em Tahoma, Arial, Helvetica, sans-serif; color: #339933; text-decoration: none; border-bottom: dotted 1px;  }
a:visited { color: #ff9900; }
a:hover { color: #ffcc33; text-decoration: none; }

.rot, .fehler { color: #ff0000; }

/* #### Positionen #### */
	
#navibox {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 270px;
	height: 470px;
	background-color: #339933;
	background-image: url(./images/paletten1.jpg);
	background-position: 0px;
	background-repeat: no-repeat;
	color: #ffffcc;
	padding-top: 10px;	
	}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 270px;
	height: 40px;
	color: #ffffcc;
	background-color: #339933;
	text-align: center;
	font-size: 2em;
	letter-spacing: 0.2em;
	}
	
#emo { 
	position: absolute;
	top: 40px;
	left: 0px;
	width: 1000px;
	height: 60px;
	background-color: #339933;
	background-image: url(./images/emoleiste.jpg);
	}

#emonavi { 
	position: absolute;
	top: 30px;
	left: 570px;
	width: 350px;
	height: 25px;
	background-color: #339933;
	text-align: right;
	font-size: 0.8em;
	color: #ffffcc;
	}

#content {
	position: absolute;
	top: 0px;
	left: 280px;
	width: 640px;
	height: 570px;
	}
.inhalt {
	position: absolute;
	top: 110px;
	left: 10px;
	width: 620px;
	height: 470px;
	}
#breadcrumbs {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 630px;
	height: 20px;
	}
#breadcrumbs h1 {
	text-align: right;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 0.9em;
	}
	
#rightbox {
	position: absolute;
	top: 0px;
	left: 925px;
	width: 75px;
	height: 580px;
	background-color: #339933;
	background-image: url(./images/paletten2.jpg);
	background-position: 0px;
	background-repeat: no-repeat;
	}
/* ## Positionen ## */

img.team {
	float: right;
	margin-right: 2.5em;
	margin-bottom: 0.5em;
	border: 1px solid #339933;
	}
	
/* #### Navigation #### */
ul#navi {
	padding: 0em;
	list-style-type: none;
	line-height: 0em;
	margin: 0em;
	}
ul#navi li {
	font-size: 16px;
	display: block;
	width: 165px;
	position: relative;
	left: 10px;
	border-top: 2px solid #ffffcc;
	padding: 3px 0px;
	}
ul#navi ul {
	position: relative;
	left: 10px;
	list-style-type: none;
	padding: 2px 0px;
	}
ul#navi ul li {
	border-top: none;
	font-size: 12px;
	}
	
ul#navi ul ul {
	left: 20px;
	}
ul#navi ul ul li{
	font-size: 12px;
	}

ul#navi a {font: 0.9em Tahoma, Arial, Helvetica, sans-serif; color: #ffffcc; font-weight: bold; text-decoration: none; border-bottom: none;  }
#emonavi a {font-size: 0.8em; color: #ffffcc; font-weight: normal; text-decoration: none; border-bottom: none;}
#emonavi a:visited, ul#navi a:visited { color: #ffffcc; text-decoration: none; }
#emonavi a:hover, ul#navi a:hover { color: #ffcc33; text-decoration: none; }

/* ##  Navigation ## */

ul.team, ul.ref, ul.map {
	font: 0.8em Tahoma, Arial, Helvetica, sans-serif;
	padding-left: 1em;
	list-style-type: square;
	margin-bottom:2em;
	}
	
ul.team ul, ul.map ul {
	list-style-type: disc;
	padding-left: 1em;
	}
ul.map ul ul {
	list-style-type: circle;
	}
	
/* #### Formular #### */

form {
	width: 500px;
	line-height: 100%;
	margin: 1em 1.6em;
	font-size: 0.8em;
	}

label.left	{
		float: left;
		width: 8em;
		margin-right: .3em;
		}
		
input, select, textarea 	{ 
		width: 280px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #000;
		font-size: 1em;
		background-color:#ddd;
		}
				
textarea { overflow: auto; }

label, select, input, textarea { 
	cursor: pointer;
	}
	
input:focus, textarea:focus { background: #fff;}

input#button {
	display: block;
	background-color: #339933;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
	float: right;
	width: auto;
	}

div.cr label {
	text-align: left;
	width: auto;
	font-weight: normal;
	float: none; 
	} /* für radio und checkboxes */

div.cr input { 
	width: auto; 
	border: none;
	background: none;
	margin-bottom: -0.1em }
	
form.br {
		clear: both;
		}

/* ## Formular ## */