body
 {
  background-color:#ffffff;
 }

h1 {font-size:17px;color:#000000;margin-bottom:0px;}
h2 {font-size:15px;color:#000000;}
h3 {font-size:14px;color:#000000;}

code {font-size:14px;color:#0000ff;}

pre
{
 font-size:14px;
 color:#0000ff;
 padding:5px;
}

a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:normal;
  color:#000;
  
}

a:active, a:hover
{
  color:#000;
  text-decoration:none;
}


a.menu {
 display:block;
 height:19px;
 margin:3px;
 border-color:#ffffff;
 background-color:#efeff7;
 text-align:center;
 text-decoration:none;
 font-size:12px;
 }

a.menu:link, a.menu:visited
{
    color:#efeff7;
    background-color:#00558e;
    text-decoration:none; font-weight:bold;
}

a.menu:active, a.menu:hover
{
    color:#00558e; 
    font-weight:bold;
    background-color:#efeff7;
	text-decoration:none;
}

a.menuactive {
 height:19px;
 display:block;
 border:3px;
 border-color:#ffffff;
 background-color:#00558e;
 text-align:center;
 text-decoration:none;
 font-size:12px;
 }

a.menuactive:link, a.menuactive:visited
{
    color:#00558e;
    background-color:#efeff7;
    text-decoration:none; font-weight:bold;
}

a.menuactive:active, a.menuactive:hover
{
    color:#00558e; 
    font-weight:bold;
    background-color:#eeeeee;
	text-decoration:none;
}

#title {
	height:107px;
	padding:5px;
	background-color:#efeff7;
	border-bottom:0px solid #000;
}

img.title {
	width:300px;
	height:107px;
	float:right;
}

#left {
	border:1px solid #efeff7;
	background-color:#efeff7;
	width:140px;
	height:400px;
	float:left;
	padding: 0px 20px;
}

.menutitle{
font-weight:bold;
text-align:center;
margin:0px;
}

.menucontainer {
	padding:3px;
	border:3px solid #000;
	border-color:#00558e;
	background-color:#efeff7;
	width:120px;
	margin-top:10px;
	margin-left:10px;
}

#content {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:0px solid #000000;
	background-color:#efeff7;
	width:525px;
	margin-top:10px;
	margin-right:10px;
	padding:0px 20px;
	float:right;
}

#gesamt {
	width:760px;
	margin:10px auto;
	text-align:left;
	background-color:#efeff7;
	border:4px solid #00558e;
}

.links {
	float:left;
	width:212px;
}

.kontakt {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:16px;
}

a.kontakt {
	font-size:10px;
	text-decoration:none;  	
	font-family:Arial, Helvetica, sans-serif;
}	

.thumbnail{
position: relative;
float:left;
z-index: 0;
margin-left: 0px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/

display:none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
position:absolute;
top: -380px;
display:block;
left: -1px;/*position where enlarged image should offset horizontally */

}