html {
	font-size: 62.5%;
}
body {
	text-align: left;
	font: 1.05em/1.8em Verdana, sans-serif;
	scrollbar-face-color:#eeeeee;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-darkshadow-color:white;
	scrollbar-shadow-color:white;
	scrollbar-arrow-color:#006699;
	scrollbar-track-color:#007799;
	margin-left: 10px;
	
	
}

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


}
div#header h1 {border: 0px;}
h2 {font-size: 2.0em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;}

a {color: #FFFFFF; text-decoration: none;}
a:link {}
a:visited {}
a:hover {}
a:active {}

div#wrapper {
	background: #006699;
	width: 780px;
	height: 600px;

	margin: 50px auto;
}

div#header {
	height: 40px;
	background: #006699;
	marging-top: 40px;
}
div#footer {
	height: 20px;
	background: #006699;
    padding-top: 4px;
}
div#spacer {
	background: #006699;
    marging-left: 20px;
}
div#nav {
	width: 750px;
	padding-top: 2px;
	margin-bottom: 12px;
	font-size: 1.2em;
	text-align: right;
  

}



div#nav li {
	display: inline;
		padding-left: 5px;*/
	text-align: right;
}

div#nav a {
	text-decoration: none; 
	font-weight: normal; 
	padding-bottom: 1px;
  
}

div#referenzen
{
	width: 760px;
	height: 505px;
	overflow:auto;
	color: white;
}

div#referenzen .referenz
{
	width: 150px;
	height: 125px;
	float:left;
	margin: 15px;
}

div#impressum_text
{
	width: 700px;
	height: auto;
	overflow:auto;
	color: white;
    padding-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 1.2em;
	text-align: left;


}
.bild
{
	width: 158px;
}

.bild a
{
	display: block;
	heigh:75px;
	width: 154px;
	border-width: 2px;  
    border-style: solid;
	border-color: #336699;
	padding: 3px;
	
}
.bild a:hover

{

	border-width: 2px;  
    border-style: solid;
	border-color: #FF6666;
}

.bild a img
{
	margin: 0px;
}

div#tabelle
{
}

div#nav a:hover
{
	border-bottom: 2px solid #FF6666;
}

body#home li.navhome a,
body#referenzen li.navreferenzen a,
body#impressum li.navimpressum a
{
	border-bottom: 2px solid #eee;
}

div#wrap_content {}
div#col1, div#col2, div#menu, div#maintext {padding: 20px 10px;}
div#col1 {
	float: left;
	width: 80px;
	background: #EBEBEB;
}
div#col2 {
	float: left;
	width: 80px;
	margin-left: 5px;
	background: #E5E5E5;
}
div#menu {
	float: right;
	width: auto;
}
div#menu ul {list-style-type: none; font-weight: bold;}
div#menu ul ul {margin-left: 10px; font-weight: normal;}


div#maintext {
	margin: 0px 110px 0px 210px;
	background: #F0F0F0;
}
div#maintext a {padding-bottom: 1px;}
div#maintext a:link {border-bottom: 1px solid #E3004F;}

