html
{
    height: 100%;
    margin-bottom: 1px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	margin:0px;
	padding: 0px;
	background-color: #fff;
	background-repeat: repeat-x;

}

li {list-style: none;}

img {
	behavior:	url("pngbehavior.htc");
}





.navsingle_sel {background-color:#9a0034;color: #fff;}

.header   {width:860px; }
.sidebar {width:200px;}
.main       {height:100%; width:660px;}

.content {
width:1020px; 
background-image: url('../images/bg.gif');
background-repeat: repeat-y;
 
}

.inner {
width:700px;
float: clear;

}

.content {height: 500px;}

html>body .content {height: auto; min-height: 500px;}


h1 {font-size:18px; color:#0b1e4e; margin-top: 0px}
h2 {font-size:14px; color:#0b1e4e; margin-bottom: 6px}

body#Intern a#Intern,
body#Leistungen a#Leistungen,
body#Unternehmen a#Unternehmen,
body#Referenzen a#Referenzen,
body#Kontakt a#Kontakt {
color:#000; 
background:#fff;
}



a.link		        { color: #8c1202; text-decoration: underline; }
a.link:visited   { color: #8c1202; text-decoration: underline; }
a.link:active     { color: #8c1202; text-decoration: underline; }
a.link:hover	{ color: #8c1202; text-decoration: underline; } 

a		        { color: #183581; text-decoration: underline; }
a:visited   { color: #183581; text-decoration: underline; }
a:active     { color: #183581; text-decoration: underline; }
a:hover	{ color: #183581; text-decoration: underline; } 

a.footer		        { color: #183581; text-decoration: none; font-size:12px;}
a.footer:visited   { color: #183581; text-decoration: none; font-size:12px;}
a.footer:active     { color: #183581; text-decoration: none; font-size:12px;}
a.footer:hover	{ color: #183581; text-decoration: none; font-size:12px;} 

a.linkunten		        { color: #ded1be; text-decoration: underline; font-size:15px; font-weight: bold;}
a.linkunten:visited   { color: #ded1be; text-decoration: underline; font-size:15px; font-weight: bold; }
a.linkunten:active     { color: #ded1be; text-decoration: underline; font-size:15px; font-weight: bold;}
a.linkunten:hover	{ color: #ded1be; text-decoration: underline; font-size:15px; font-weight: bold;} 


.content_left {
	float:left;
	text-align:left;
	width:120px;
	padding-bottom:2px;
}
.hinweis {
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 0px;
	font-size : 8pt;
	color : #712d00;
}

.error {
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 20px;
	font-size : 8pt;
	color : #FF0000;

}

* html .logo {

float:left; 
margin-left: 30px; 


}

.logo {

float:left; 
margin-left: 80px; 


}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
* html .menu {width:670px; float: right;} 
*:first-child+html .menu {width:670px;} 

.menu {
width:932px; 
height: 40px;
font-size:0.85em;
padding-top: 50px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;}

.menu ul ul {
width:100px;

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:right;
width:120px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:16px;
text-decoration:none; 
color:#183581; 
width:100px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#fff; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:100px;
w\idth:100px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d6d6d6;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#d6d6d6;
}
.menu ul ul :hover > a.drop {
background:#d6d6d6;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#d6d6d6;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#d6d6d6;
}
.menu ul ul ul :hover > a {
background:#d6d6d6;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:140px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:100px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#fff; 
color:#183581;
text-align:left;
font-size:13px;
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:100px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#000; 
background:#ffffff;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#000;
background:#ffffff;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

}
