* {

	margin: 0px;
	padding: 0px;
	
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #ccc;
	font-size: 11px;
	line-height: 20px;

}

html, body {

	height: 100%;

}

div {
	margin: 0px;
	padding: 0px;
}

hr {
	border: 1px solid #373c41;
	background-color: #373c41;
	height: 1px;
	width: 200px;
	margin: 0px 0px 10px 0px;
	
}


/*////////////////////////////////////////////////////////////// LAYOUT */

div#rap {
	
	display: table;
	height: 100%;
	width: 100%;
	background-image: url(img_global/bg_strip.jpg);
	
}

div#inhalt {
	
	width: 970px;
	height: 100%;
	
}

div#content {

	float: left;
	/*650-50=600*/
	width: 625px; 
	height: 100%;
	padding: 0px 0px 0px 50px;
	background-color: #292f33;
	
}

div#right {

	float: right;
	height: 100%;
	/*295-15=280*/
	width: 280px;
	padding: 0px 0px 0px 15px;

}

div#head {
	
	background-image: url(img_global/logo.jpg);
	background-repeat: no-repeat;
	
	width: 600px;
	height: 100px;

}

div#clearboth {

	clear: both;

}

/*////////////////////////////////////////////////////////////// LAYOUT DIV BOX */

div#box600 {

	width: 596px;
	border: 1px solid #454545;
	padding: 1px;
	
}

div#box190 {

	width: 285px;
	height: 149px;
	border: 1px solid #454545;
	padding: 1px;
	
}

div#box60 {

	width: 57px;
	height: 29px;
	border: 1px solid #454545;
	padding: 1px;
	
}

/*////////////////////////////////////////////////////////////// STRIP */

.bluestrip {
	
	background-image: url(img_global/blue_strip_15_5.gif);
	background-repeat: repeat-x;
	background-position: center;

}

/*////////////////////////////////////////////////////////////// LISTEN */

#listseiten li {

	list-style-type: none;
	display: inline;
	text-align: center;
	padding: 5px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #373d42;

}

#hauptmenu li {

	list-style-type: none;
	width: 170px;
	background-color: #2b3135;
	padding: 5px 5px 5px 25px;
	margin: 0px 0px 1px 0px;

}

li#submenu {

	background-color: #373d42;

}

li#submenuwichtig{

	background-color: #990000;

}





/*////////////////////////////////////////////////////////////// Bulletlists UL UL LI */
 
.content LI { margin: 5px 0 5px 0px; padding:2px 0px 2px 0px;}
.content UL { margin: 0 0 0 0px; padding:4px 0px 4px 15px;}
.content UL UL LI { margin: 0 0 0 20px; padding:4px 0px 4px 25px;}
.content OL { margin:0px 0px 0px 5px; }
.content OL LI { margin: 10px 0 10px 15px; padding:4px 0px 4px 5px;}

.content LI a, a:visited { margin-top:5px; margin-bottom:5px; padding:2px 0px 2px 0px; color: #333333;}
.content LI a:hover { margin-top:5px; margin-bottom:5px; padding:2px 0px 2px 0px; color: #cc3300;}



/*////////////////////////////////////////////////////////////// FONT */

.maintitel {

	font-size: 11px;
	font-weight: bold;
	color: #fff;

}

.lightgrey {

	color: #ccc;
	
}

.titel {
	font-size: 24px; 
	line-height: 32px;
	color: #6699cc;
	font-weight: bold;
}


.head {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #6699cc;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}

.suphead {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #6699cc;
	font-weight: bold; margin:0; padding:0;
}


.blue {
	color: #6699cc;
}

/*////////////////////////////////////////////////////////////// LINK */


a {
	text-decoration: none;
}

a:link, a:active, a:visited {

	text-decoration: underline;
	font-weight: normal;
	color: #ccc;

}



#listseiten li a{
	
	text-decoration: none;

}

a:link, a:active, a:visited {

	text-decoration: underline;
	font-weight: normal;

}

#hauptmenu li a{

	text-decoration: none;
	font-weight: bold;
	color: #fff;

}

#hauptmenu li a:hover{

	text-decoration: none;
	font-weight: bold;
	color: #6699cc;

}

.einzeilig {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	background-color: #ccc;
	height: 20px;
	width: 400px;
	border: 1px solid #666;
	
}

.mehrzeilig {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	background-color: #ccc;
	height: 75px;
	width: 400px;
	border: 1px solid #666;
	
}

.button {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	background-color: #ccc;
	height: 20px;
	width: 75px;
	border: 1px solid #666;
	
}
