body {
	font-family: Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	font-size: 11px;
}

ul {
	line-height: 12px;
}

p	{
	font-size: 11px;

}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 14px;
	font-weith: bold;
}

a {
	font-size: 11px;
	text-decoration: underline;
	color: #006633;
}

a img {
 border: none;
}


a:hover {color: #33aa6f;}


/*nav neu*/

.navprim a {

	padding: 4px 10px;
	color: #053a20;
	font-size: 13px;
	display: block;
	float: left;
	z-index: 10;
	text-decoration: none;


}

.navprim a:hover {

	color: #cbe1d6;
	background-color: #007951;
	z-index: 10;
}

.navprim p {
	color: #cbe1d6;
	background-color: #007951;
	padding: 4px 10px;
	font-size: 13px;
	display: block;
	float: left;
	z-index: 10;
	text-decoration: none;
}

/*ende nav neu*/

/*subnavi*/
.subnavi {
 font-weight: bold;
 line-height: 20px;
 }

a.subnavi {
	color:#053a20;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;

}
a.subnavi:hover {
	text-decoration: underline;
}


/* beginn code für afbau

* { padding: 0; margin: 0; }*/

#wrapper { 
 margin: 0px auto;
 width: 942px;
 border-left: 1px solid #bebebe;
 border-right: 1px solid #bebebe;
}
#faux {
 margin-bottom: 0px;
 overflow: auto;  /*Fix for IE www.pmob.co.uk */
 width: 100%;
}
#header {
 width: 942px;
 padding: 0px;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background-image: url(Bilder/header.jpg);
 background-repeat: no-repeat;
 background-position: bottom;
}

#movie{
 width: 942px;
 padding: 0px;
 height: 81px;
 margin: 0px;
 background-image: url(Bilder/movie.jpg);
 background-color: black;
 background-repeat: no-repeat;
}
 
#navigation {
 margin: 0px;
 padding: 0px;
 height: 23px;
 background: #cbe1d6;
 border: 1px solid #bebebe;
 z-index: 5;
}

#wrapleft {
 width: 150px;
 margin-left: -1px;
 float: left;
 overflow: hidden;
}

 #wrapright {
 width: 150px;
 float: right;
 overflow: hidden;
}

#box { 
 display: inline;
 position: relative;
 margin: 10px 0px;
 padding: 0px 2px 10px 5px;
 border: 1px solid #bebebe;
 width: 140px;
 float: right;
 background: #cbe1d6;
 text-align: left;
}

#box-head {
padding: 3px 5px;
border: 1px solid #cbe1d6;
background-color: #007951;
width: 140px;
text-align:left;
margin: -3px -3px 0px -7px;
color: #ffffff;
font-size: 11px;
/*font-weight: bold;*/
letter-spacing: 1px;
}

#content { 
 display: inline;
 position: relative;
 float: left;
 width: 620px;
 margin: 10px 0px 0px 5px;
 padding: 0px 5px 0px 5px;
 background-color: #FFFFFF;
 border-left: 1px dotted #7ec7a2;
 border-right: 1px dotted #7ec7a2;
 text-align: justify;
 }

#footer { 
 width: 938px;
 clear: both;
 background: #cbe1d6;
 margin: 0px;
 padding: 1px;
 border: 1px solid #bebebe;
 text-align: right;
 font-size: 10px;
}

#line {
 width: 600px;
 height: 10px;
 margin-left: 10px;
 border-bottom: 1px solid #bebebe;
}


.clear { clear: both; background: none; }

/* variable text-boxes für contentbereich */

#box-content-wrapper {
margin: 20px 10px 0px 20px;
float: left;
display: inline;
}

#box-content-wrapper2 { /*für zweite spalte*/
margin: 20px 20px 0px 10px;
float: right;
display: inline;
}

#box-content-head {
padding: 2px 5px;
border: 1px solid #cbe1d6;
background-color: #cbe1d6;
width: 265px;
font-weight: bold;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
}

#box-content {
padding: 7px 5px;
border: 1px solid #cbe1d6;
width: 265px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
}

#box-image {
display: inline;
}

#box-content-head2 { /*für ganze breite*/
padding: 2px 5px;
border: 1px solid #cbe1d6;
background-color: #cbe1d6;
width: 570px;
font-weight: bold;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
}

#box-content2 { /*für ganze breite*/
padding: 7px 5px;
border: 1px solid #cbe1d6;
widt: 570px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
overflow: hidden;
}

/* ende variable text-boxes für contentbereich */