body
{
	background: #F2F2F2;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0;
	padding: 0;
}

/*a:active, a:visited, a:link
{
	color: #666666;
	text-decoration: underline;
}

a:hover
{	
	color: white;
	background-color: #FF6600;
	text-decoration: none;
}
*/

p {
line-height: 16px;
}



#container
{
	margin: 20px auto 20px auto;
	width: 820px;
	height: auto;
	background-color: white;
}

#container2
{
	width: 820px;
	height: auto;
	background-color: white;
}

#header
{
	width: 820px;
	height: 140px;
	background-image: url(images/logo.jpg); 
	background-repeat:no-repeat;
	border-bottom: 0px;
}

#menu
{
	padding: 15px 10px 8px 150px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	text-align: left;
	background: white;
}

#navitabs {
clear: both;
}

.navitab {
font-size: 11px;
padding: 1px 8px 1px 8px;
margin: 0 0 3px 0;
color: #666666;
text-decoration: none;
letter-spacing: 1px;
border-left: 3px solid #FFFFFF;
}

.navitab:hover {
font-size: 11px;
color: #FF6600;
text-decoration: none;
border-left: 3px solid #FF6600;
}

.activenavitab {
font-size: 11px;
padding: 1px 8px 1px 8px;
margin: 0 0 3px 0;
letter-spacing: 1px;
color: #FF6600;
text-decoration: none;
border-left: 3px solid #FF6600;
}

.activenavitab:hover {
text-decoration: none;
}

#submenu
{
	padding: 0px 10px 15px 155px;
	letter-spacing: 1px;
	text-align: left;
	background: white;
}

.subnavitab {
font-size: 11px;
padding: 0px 2px 0px 2px;
color: #FF6600;
text-decoration: none;
letter-spacing: 1px;
border-bottom: 1px solid #FF6600;
}

.subnavitab:hover {
font-size: 11px;
color: #666666;
text-decoration: none;
border-bottom: 1px solid #666666;
}

.subactivenavitab {
font-size: 11px;
padding: 0px 2px 0px 2px;
letter-spacing: 1px;
color: #666666;
text-decoration: none;
border-bottom: 1px solid #666666;
}

.subactivenavitab:hover {
text-decoration: none;
}


#content
{
	height: 335px;
	margin-left: 162px;
	margin-right: 75px;
	margin-bottom: 15px;
}

.content {
	font-family: arial, helvetica, sans-serif;
	padding: 5px;
	width: 425px;
	float: left;
	font-size: 11px;
	color: #666666;
}

.contentleft {
	font-family: arial, helvetica, sans-serif;
	padding: 5px;
	width: 275px;
	float: left;
	font-size: 11px;
	color: #666666;
	background-color: #F2F2F2;
}

.contentright {
	font-family: arial, helvetica, sans-serif;
	width: 275px;
	float: right;
	font-size: 11px;
	color: #666666;
}

#content h2
{
	font-weight: bold;
	padding: 5px 0px;
	letter-spacing: 1px;
	font-size: 12px;
}


#textpadding
{
	padding: 1px 10px;
}

#footer
{
	width: 800px;
	padding: 15px 10px 5px 10px;
	text-align: center;
	background: #F2F2F2;
}

.footer
{
	color: #666666;
	text-decoration: underline;
}

.footer:hover
{	
	color: #FF6600;
}

/*--------------------------------
     /Bildgalerie/
----------------------------------*/
#bildbereich {
float: right;
width: 275px;
height: 300px;
background-color: #ffffff;
}

#navigationsbereich {
clear: both;
float: right;
width: 275px;
padding-top: 5px;
background-color: #ffffff;
}


/*--------------------------------
     /Kontaktformular/
----------------------------------*/
form {
background-color: #ffffff;
width: 245px;
}

label{display: block;}

#absender, textarea {
font-size: 11px;
width: 240px;
border: 1px solid #cccccc;
margin-bottom: 7px;
}

textarea {height: 6em;}
input:focus, textarea:focus
{background-color: #ffffff;}

.leftformular {
	font-family: arial, helvetica, sans-serif;
	width: 275px;
	float: left;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
}

