/* Layout allgemein */



body{  

        font-size: 12px;  

        font-family: Arial, Helvetica, Verdana;

	margin: 0px;

	background-color: #222222;

}



img { 

	border: none;

}

h1 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;;
	font-weight: bold;
}

h5 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;;
	font-weight: bold;
}

h6 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;;
	font-weight: bold;
}




/* LAYOUT - ANWEISUNGEN */

/* Festlegung des Position der gesamten Seite und deren Breite */



#headLogo {

	/* Logo ueber allem*/ 
	position: static;
	top: 0px;
	height: 138px;
	width: 100%;
    background-color: #ffffff;
	text-align:left;
}

#headLogo img {
	display:inline-block;
}



#enclose{   

        /* Positionierung Mitte */

	position: relative;

	float: left;

	display: block;

	top: 5px; 

	left: 50%;

	margin-left: -398px;

	width: 798px;

	min-height: 500px;

}




#Inhalt{   
	float: left; 
	width: 520px; 
	vertical-align: top;
	height: auto;
	margin-top:60px;
}



#bottomLogo{

	/* unterer Balken */

	position: relative;

	clear: both;

        top: 25px;

	height: 138px;

	width: 100%;

        background-color: #ffffff;

}



                                             /* Definition Schriften und Menus */


.Content {
	font-family: Arial, Helvetica, Verdana;
	color: #ffffff;
	font-size: 14px;
	font-style: normal;
}

a:link {
	text-decoration: none;
	color: #999999;
	font-family: Arial, Helvetica, Verdana;
}


a:visited {
	text-decoration: none;
	color: #999999;
	font-family: Arial, Helvetica, Verdana;
}


a:hover {
	text-decoration: none;
	color: #ff6600;
	font-family: Arial, Helvetica, Verdana;
}


a:active {
	text-decoration: none;
	color: #ff6600;
	font-family: Arial, Helvetica, Verdana;
}


.farbe {
	font-family: Arial, Helvetica, Verdana;
	color: #ff6600;
}


.weiss {
	font-family: Arial, Helvetica, Verdana;
	color: #222222;
}


.Smalltext {
	font-family: Arial, Helvetica, Verdana;
	color: #222222;
	font-size: 9px;
        text-align: center
}

.kleinnaviText {
	font-family: Arial, Helvetica, Verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
}


/* Mainlevel menu */

/* ERSTE Ebene _________________________________________________________*/
.moduletable_menu ul li{
	line-height: 22px;
	font-size: 12px;
	margin-left: -40px;
	list-style:none;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.moduletable_menu ul li a:link, ul li a:visited{
	line-height: 22px;
	font-size: 12px;
	list-style:none;
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}

.moduletable_menu ul li a:hover{
	color:#ff6600;
	line-height: 22px;
	font-size: 12px;
	list-style:none;
	font-weight:bold;
	text-decoration:none;

}


/* ZWEITE Ebene ______________________________________________________ */

.moduletable_menu ul ul li {
	line-height: 22px;
	font-size: 12px;
	margin-left: -20px;
	color:#ffffff;
	font-weight:bold;
}

.moduletable_menu ul ul li a:hover{
	line-height: 22px;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

.moduletable_menu ul ul li a:link, ul ul li a:visited{
	line-height: 22px;
	font-size: 12px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}

/* DRITTE Ebene ______________________________________________________ */

.moduletable_menu ul ul ul li {
	line-height: 22px;
	font-size: 12px;
	margin-left: -20px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}


.moduletable_menu ul ul ul li a:hover{
	line-height: 22px;
	font-size: 12px;
	color: #FF6600;
	font-weight:normal;
	text-decoration: none;
}


.moduletable_menu ul ul ul li a:link, ul ul ul li a:visited{
	line-height: 22px;
	font-size: 12px;
	font-weight:normal;
	color:#999999;
	text-decoration:none;
}

/* End Sub Menu *//* Add Custom Menus *//* Add Custom Menus */







@media only screen and (max-width : 420px) {

	#headLogo {
		/* width: 300px; */
		overflow:hidden;
	}

	#enclose {
		left: inherit;
		margin-left: 10px;
		width: 100%;
	}
	
	#Inhalt {
		width: 100%;
	}
}