
* { padding: 0; margin: 0; }

body
{
margin: 0;
padding: 0;
width:100%;
height:100%;
font-family: Verdana, Arial, sans-serif;
color: #000000;
background-color: #006633;
scrollbar-face-color: #006633;
scrollbar-highlight-color: #808080;
scrollbar-3dlight-color: #808080;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #000000; 
}

#center
{
background-color: #FFFFFF;
border: 2px solid black;
width: 960px;
height: 572px;
position: relative;
margin: 20px auto;
background-image: url(img/design_background.jpg);
background-repeat: no-repeat;
}

#navi
{
position: absolute;
left: 24px;
top: 305px;
padding: 10px;
overflow: auto;
font-size: 18px;
line-height: 24px;
width: 150px;
height: 248px;
}

#navi A
{
color: #808080;
background-color: transparent;
text-decoration: none;
}

#navi A:VISITED 
{
color: #808080;
background-color: transparent;
text-decoration: none;
} 

#navi A:ACTIVE
{
color: #A52A2A;
background-color: transparent;
text-decoration: overline underline;
} 

#navi A:HOVER
{
color: #A52A2A;
background-color: transparent;
text-decoration: overline underline;
} 

#navi HR
{
color: #808080;
background-color: transparent;
text-decoration: none;
} 

#content
{
left: 330px;
top: 115px;
width: 546px; 
height: 400px;
position: absolute;
overflow: auto;
font-size: 14px;
padding: 5px 30px 5px 10px;
}

#logo
{
position: absolute;
left: 93px;
top: 120px;
padding: 10px;
overflow: auto;
}

#footer
{
position: absolute;
left: 770px;
top: 548px;
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
color: #FFFFFF;
}

p
{
margin-top: 14px;
}

small
{
font-size: 10px;
}

small2
{
font-size: 12px;
}

h1
{
color: #A52A2A;
font-size: 18px;
text-decoration: overline underline;
font-weight: normal;
}

h2
{
color: #A52A2A;
font-weight: bold;
font-size: 14px;
}

h2 span
{
color: #000000;
}

.menuepunkt
{
color: #A52A2A;
font-size: 14px;
font-weight: bold;
margin-top: 0px;
}

.greenerror
{
color: #006633;
margin-top: 0px;
}

a.class1:link
{
color: #000000;
font-weight: normal;
text-decoration: underline;
}

a.class1:visited
{
color: #000000;
font-weight: normal;
text-decoration: underline;
}

a.class1:hover
{
color: #A52A2A;
font-weight: normal;
text-decoration: underline;
} 

a.class2:link
{
color: #A52A2A;
font-weight: bold;
text-decoration: none;
}

a.class2:visited
{
color: #A52A2A;
font-weight: bold;
text-decoration: none;
}

a.class2:hover
{
color: #A52A2A;
font-weight: bold;
text-decoration: underline;
} 

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");
	}
	

