@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222;
	background: #202020;
	overflow: scroll
}

p {
	margin: 3px;
}

.Topic {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 4px;
	color: #333;

}
.Topic2 {
	font-weight: bold;
	color: #444;
	padding-bottom: 2px;
	font-size: 18px;
	padding-left: 10px;
	font-style: italic;
}
.Topic2-ul {
	font-weight: bold;
	padding-top: 4px;
	text-decoration: underline;
	color: #444;
	padding-left: 20px;
}

ul {
	margin-top: 6px;
	list-style:square
}

li { 
	padding-bottom: 6px;}

.ul-Side {
	margin-top: 2px;
	list-style-type: square;
	font-size: 12px;
	padding-left: 16px;
}
.Anlagentyp {
	margin-top: 2px;
	list-style-type: square;
	font-size: 11px;
	/* [disabled]padding-left: 1px; */
	color: #555;
}


#Logo {
	margin: 0px auto;
	width: 750px;
	padding-top: 72px;
}

#Anfahrt {
	width: 710px;
	margin: 10px auto}
	
#Header_wrapper {
	height: 150px;
	overflow: hidden;
	background-image: url(images/header4.jpg);
}
#Nav_top {}
#Banner_wrapper {
	background-color: #EAECED;
	overflow: hidden;
	clear: both;
}

.Banner {
	padding: 12px 0px;
	margin: 0px auto;
	display: block;
	/* [disabled]width: 750px; */
	/* [disabled]height: 100px; */
}

#Content_wrapper {
	background-color: #FFFFFF;
	overflow: hidden;
}
#Content {
	width: 730px;
	margin: 10px auto;
	padding: 20px 10px;
	/* [disabled]background-image: url(header/Flughafen1.jpg); */
	/* [disabled]background-repeat: no-repeat; */
	background-color: #FFFFFF;
	/* [disabled]border-left: 1px solid #FFF3CD; */
	/* [disabled]border-right: 1px solid #FFF3CD; */
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5);
/*	border-top: 1px solid #bbb; */
	border: 1px #FFBC00 dotted;

}



	
#Content_links {
	width: 650px;
	float: left;
	margin-bottom: 10px;
}
#Content_rechts {
	border-radius: 0px 4px 4px 0px;
	background-color: #999;
	float: right;
	padding: 8px 10px 8px 10px;
	margin: 0px -76px 20px 20px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	width: auto;
	margin-top: 10px;
}

#Content_rechts2 {
	border-radius: 0px 4px 4px 0px;
	background-color: #999;
	float: right;
	padding: 8px 10px 8px 10px;
	margin: 0px -130px 20px 20px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	width: auto;
	margin-top: 10px;
}
#footer_wrapper {
	overflow: hidden;

}
#footer {
	background-image: url(images/footer1.jpg);
	height: 50px;
	width: 750px;
	margin: 0px auto;
	border-radius: 0px 0px 10px 10px;
	color: #CCC;
}


#navigation {
	height: 22px;
	width: 750px;
	margin: 6px auto;
	background-color: #FFBC00;
} 
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
} 
#navigation ul li {
	display: inline;
	margin: 0px;
} 
#navigation ul li a {
	height: 17px;
	display: block;
	float: left;
	padding: 2px 15px 3px 15px;
	font: bold 14px Arial;
	color: #333;
	text-decoration: none;
	border-right: 1px solid;
} 

#navigation ul li a:hover {
	background-color: #FFD555;
	border-bottom: 2px solid #ff4900;
}

#navigation ul li#active a {
	color: #333;
	background-color: #FFFFFF
}

#Kontakt {
	color: #FFBC00;
	text-align: center;
	padding-top: 20px;
	font-size: 11px;
	font-weight: bold;
}
#Impressum {
	color: #777;
	text-align: center;
	padding-top: 20px;
	font-size: 9px;
	font-weight: normal;
}

.einrück_10 { padding-left: 10px}
.einrück_20 { padding-left: 20px}
.einrück_30 { padding-left: 30px}

/*Tabelle*/
.Tab_Kontakt {
	background: #EAECED;
	margin-left: 20px;
}

.Tab {
	background-color: #EAECED;
	width: 680px;
	border-collapse: collapse;
	margin: 16px auto;
	float: none;
/*	border: 1px solid #3f3f3f;
*/	padding: 2px;
	font-size: 12px

}
	
.Tab th {
	font-weight: bold;
	padding: 4px;
	border: 1px solid #4f4f4f;
}

.Tab td {
	vertical-align: top;
	padding: 4px;
	/*border: 1px solid #6f6f6f;*/
	border: 1px solid #9f9f9f;
}

.Tab tr:hover {
	background-color: #FFD555;

}
      
.Tab_Inhalt {
	padding: 2px 0px 2px 10px }
      
.Tab_Menge {
	text-align: right;
	padding-right: 10px;
    width: 100px; }
      
.Tab_Mass {  width: 35px;}	
      
.Tab_Header {
	background-color: #808080;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	color:#ffffea;
	border-bottom: 1px solid #000
} 


/* LINKs */
a:link,a:visited {
	color: #f90;
	text-decoration: none;
}

a:hover {
	color: #ffb340;
	text-decoration: underline
}

/* LINKs BOX */
a.LinkBox:link, a.LinkBox:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

a.LinkBox:hover { 
color: #f90; 
text-decoration: underline}
