@import url("inc/css/menu.css");
@import url("inc/css/typo.css");
@import url("inc/css/layout.css");
@import url("inc/css/form.css");
@import url("inc/css/extension.css");

/* Liste: Copyright Zeile unten */
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

div.text { width:700px; }

/* Text: Rot, bsp bei Werbung */
.text_red {
	color:#204B92;
}

/* Text: Status */
.status {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FF9900;
	margin:0px;
}

.statusBox {
	display:block;
	width:450px;
	border:1px solid #FF9900;
	padding:10px;
	text-align:left;
	margin:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FF9900;
}
.statusBox a {
	font-weight:bold;
	color:#FF9900;
	text-decoration:underline;
}

/* Liste: Titelzeile */
.list_tdtitle {
	border-bottom: 1px #000000 solid; 
	font-weight:bold;
}

/* Liste: normale Zeile */
.list_td {
	
	border-bottom: 1px #000000 solid; 
	padding-right:10px;
}
/* Liste: Zeile offline */
.list_tdOff {
	background-color:#FF9900;
	border-bottom: 1px #000000 solid;
	padding-right:10px;
}

/* Liste: Zeile offline */
.list_tdOff1 {
	background-color:#99FF33;
	border-bottom: 1px #000000 solid;
	padding-right:10px;
}

/* Liste: Zeile offline */
.list_tdOff2 {
	background-color:#3399FF;
	border-bottom: 1px #000000 solid;
	padding-right:10px;
}

.td_banner {
	padding-left:15px;
}

.trenner {
	height:1px;
	width:750px;
	border-top:1px solid #204B92;
	clear:both;
	font-size:0px;
	line-height:0px;
}
.html_code {
	background-color:#FFCC99;
	border:1px solid #FF6600;
	padding:5px;
	width:450px;
	float:right;
	
}

.front_left {
	float:left;
}
.front_right {
	float:right;
}

#contactForm h2 {
	clear:both;
	margin:7px 0px 5px 0px;
	
}

.boxBorderRight {
	border-right:1px solid #204B92;
}

/* Startseite End */

.containing-float:after 
			{
			/* Inhalt pseudo-Element :after;
			 * somit [clear] moeglich	
			 */
			content: ".";
			 
			/* [content] verbergen;
			 */
			visibility: hidden;			
			height:     0;

			/* Block-Level fuer [clear];
			 */
			display: block;
			
			/* [float] clearing;
			 * einbeziehen der Float-Container;
			 */	
			clear: both; 
			}

			
.containing-float 
			{ 
			/* nur IE-Mac; 
			 * wird folgend ueberschrieben 
			 */ 
			display: inline-table; 
			
			/* fuer alle Browser; 
			 * 
			 * verbergen IE-Mac \*/ 
			display: block; 
			/* ende verbergen IE-Mac */ 
			
			
			/* fuer alle Browser; 
			 */    
			height: auto ! important; 
			               
			/* nur fuer IE-Win; 
			 * definierte groeße (height or witdh) 
			 * fuer automatisches einbeziehen 
			 * der Float-Container (auto-clearing); 
			 * 
			 * verbergen IE-Mac \*/ 
			height: 1%; 
			/* ende verbergen IE-Mac */ 
			}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

