BODY {
	color: black;
	background: #f4f4f4;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	}

H1, H2, H3 {
	font-size:16px;
	padding: 10px 15px;
	margin: 0px;
	TEXT-ALIGN: left;
}


.linie {
  border-bottom-color: #ccc;
  border-bottom-width: 1px;
  border-bottom-style:solid;
}

P {
	padding: 5px 15px;
	margin: 0px;
	TEXT-ALIGN: left
}

a:link, a:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
text-decoration:none;
display:block;
padding-right:15px;
}

a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#cc3300;
text-decoration:none;
display:block;
padding-right:0px;
}

#box{
	width:802px;
	margin:0 auto;
	padding:0px;
	BACKGROUND-COLOR: #cccccc;
	margin-top: 20px;
}

#main {
	width:800px;
	margin:0 auto;
	padding:0px;
	BACKGROUND-COLOR: #999999;
	text-align:left;
}

#leftbox {
	WIDTH: 160px;
	FLOAT: left;
	COLOR: white; 
	text-align:right
	}
	
#content {
	width:480px;
	float:left;
	COLOR: black;
	BACKGROUND: white;
}

#content P ,td{
font-family:Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 1.5em
}

#content P a ,td a:link {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#cc3300;
text-decoration:underline;
padding:0px;
margin:0px;
display:inline;
}
#content P a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
text-decoration:underline;
padding:0px;
margin:0px;
display:inline;
}

html>body #content table{
padding-left:15px;}

#rightbox {
	WIDTH: 160px; 
	FLOAT: left;
}

/* Menü */

#menuli{
width:160px;
height:17px;
background-color:#ccc;
text-align:right;
}

#button{
width:160px;
height:82px;
margin:0px;
padding:0px;
}

#button a{
margin:0px;
padding:0px;
}

#sub {
list-style-type:none; 
margin:0;
padding:0; 
width:158px;
border-top:1px solid #999; 
border-bottom:0px solid #fff;
border-right:1px solid #999;
border-left:1px solid #999;
}

#sub li {
margin-top:1px; 
} 

#sub li a {
display:block;
font-size:0.7em;
height:18px; 
padding:0px 10px 0px 10px; 
background:#999; 
color:#fff; 
text-decoration:none;
} 

#sub li a:hover {
display:block;
font-size:0.7em;
height:18px; 
padding:0px 10px 0px 10px; 
background:#999; 
color:#cc0000; 
text-decoration:none;
}

#menure{
width:160px;
height:19px;
background-color:#ccc;
}

#menure a{
padding:0px 10px 0px 10px; }


#menure a:hover{
padding:0px 10px 0px 10px; }

.menu {
width:480px; 
font-size:11px;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0px;
margin:0px;
list-style-type:none;
}
.menu ul ul {
width:120px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
width:120px;

}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#000; 
width:120px; 
height:20px; 
background:#fff; 
padding-left:0px;
padding-right:0px; 
line-height:19px;
text-align:center;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
float:left;
width:auto;
w\idth:auto;
}

.menu a:hover {
color:#000;
background:#fff; 
text-decoration:none;
}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#ccc;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#ff0000;
padding:0px;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
padding:0px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	text-align:center;
	height:0px;
	top:20px;
	width:120px;
	margin:0px;
	padding:0px;
	left: 0px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:19px;
t\op:20px;
}

/* style the table so that it takes no ppart 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:#ccc; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 0px; 
width:120px;
border-bottom-color: #999;
  border-bottom-width: 1px;
  border-bottom-style:solid;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:117px;
w\idth:117px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#ff0000;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#ff0000;
}

/* 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;
}

/* end of navigation */


#head{
background-image:url(bilder/head.gif);
background-repeat:no-repeat;
background-position:right;
background-color:#999999;
width:480px;
height:120px;
margin:0px;
padding:0px;}

#footer {
width:802px;
font-size:1px;
padding:0px;
margin:0px auto;
height:1px;
background:#999;
}

.linie2{
  border-bottom-color: #ccc;
  border-bottom-width: 1px;
  border-bottom-style:solid;
}
