/*
www.rovg.com
Autor: Andreas Bacher
creativita.net
*/
body {
	text-align:center;
	background-color:#cccccc;
	margin:0px;
		font-family:Verdana;
		font-size: 12px;
	}


#container { 
	text-align:left;
	margin:auto;
	margin-top:20px;
	width:760px;
	background-color:#ffffff;
	margin-bottom:15px;
}

#header { /* background-color:#cccccc; */
	width:100%;	
	background-image:url(../img/skin/top.jpg); 
	/*padding-top:96px;*/
	float:none;
	height:112px; /* für IE 5.x */
	voice-family:"\"}\""; /* hier die richtige Höhe */
	voice-family:inherit;
	height:112px;
	}
	
	
/* ###################################################################### content */

#content { /* background-color:green; */ 	
	float:left;
	padding-top:20px;
	padding-left:30px;
	background-color:#ffffff;
	/*background-image:url(../images/bg_main.jpg);*/ 
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	min-height: 300px;
	width:720px;
	}
* html #content {  	/* nur fuer Internet Explorer */
  	height:300px;   /* ab Version 5.x */
	width:730px;
	margin-left:20px;
	margin-top:15px;
  	w\idth:720px;	/* ab Version 6 */
	marg\in-left:0px;
	marg\in-top:0px;
}

#content .column_left {
	width:500px;
	margin-right:20px;
	float:left;

	}
	
#content .column_right { 
	width:188px;
	float:left;
	}



	

#content li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
/*list-style-image: url(../img/skin/dot.gif);*/
margin-bottom: 0px;
margin-top: 2px;
margin-left:0px;
padding-left:0px;
}



/* ###################################################################### boxes */

#boxes {
width:170px;
height:90px;
background-image:url(../img/skin/bg_boxes.jpg);
background-position: bottom;

}



.boxestext{
font-family:Arial;
font-size: 13px;
color:#ffffff;
text-decoration:none;
font-weight:bold;
padding-left:5px;
padding-top:5px;
line-height:1.1em;

}

.boxestext a {
text-decoration:none;
}




#boxesunten {
width:170px;
height:17px;
background-image:url(../img/skin/bg_boxes_unten.gif);
background-position: bottom;
display:block;
font-size: 11px;
background-position: left;
}

#boxesunten a:link   { color: #ffffff; text-decoration:none; padding-left:25px; font-weight:bold;}
#boxesunten a:visited   { color: #ffffff; text-decoration:none; padding-left:25px; font-weight:bold;}
#boxesunten a:hover   { color: #000000; text-decoration:none; padding-left:25px; font-weight:bold;}
#boxesunten a:active   { }


/* ###################################################################### menu */

#menu { /* background-color:red; */
	padding-top: 2px;
	float:none;
	height:15px;	
	}

#menu ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	margin-left: 160px;	
}


#menu li {
	float:left;
	padding:0px;
	margin:0px;
	/*border: solid 1px #ffffff;*/
	margin-right:5px;	
}

#menu a {
	text-decoration:none;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	font-family: verdana, arial;
	display:block;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:2px;
	}

#menu a:hover {
	color:#ffffff;
	background-color:#cccccc;
	}

#menu a.active {
	color:#000066;
	background-color:#eeeeee;
	}

/* ###################################################################### submenu1 */

#submenu1 {  
width:150px;
/*margin-top:28px;*/
	float:left;
margin-top:30px;
	}

#submenu1 ul {
	margin: 0px;	
	padding: 0px;
list-style-type:none;
}


#submenu1 li {
list-style-type:dot;
	width:150px;
	float:none;
	margin:0px;
	background-image:url(../img/skin/bg_boxes_unten.gif);
	background-position: top left;
	overflow:hidden;
	margin-bottom:4px;
	
}


#submenu1 a {
	color:#bbbbbb;
	font-size:10px;
	font-weight:bold;
	font-family: verdana, arial;
	display:block;
	padding-left:20px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:3px;
	text-decoration:none;
	}

#submenu1 a:hover {
	color:#ffffff;
	

	}

#submenu1 a.active {
	color:#77E359;
	}


/* ###################################################################### footer */

#footer { /* border:1px solid #000000; */
	text-align:center;
	width:760px;
	height:23px;
	/*background-color:#359C19;*/
background-image:url(../img/skin/footer.gif);
background-position: bottom;

	 
	}

.footertext {
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	font-family: verdana, arial;
	padding-top: 5px;
}

/* ###################################################################### eigene */

h1 {
	font-family:Verdana;
	font-size:15px;
	color:#666666;
	margin-top:0px;
}

.fett1 {
color:#222222;
font-weight:bold;
}

.bu {
color:#888888;
font-size:11px;
}

.input1 {
	background-color:#eeeeee;
	padding:1px;
	font-family:Verdana,sans-serif;
	font-size:9px;
	color:#000000;
	width:150px;
	margin: auto;
}

hr {
width:100%; color:#aaaaaa; background-color:#aaaaaa; height:1px;
  margin-left:0; text-align:left; border:0px solid red;
}


a:link   { color: #666666; text-decoration:underline}
a:visited   { color: #666666; text-decoration:underline }
a:hover   { color: #000000; text-decoration:underline; }
a:active   { }

.liste {
list-style-image: url(../img/skin/dot.gif);
}


