body, html {
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../images/BG_administration.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 27px;
	color: white;
}

/*** Standard Elemente ***/
label, input, textarea {
margin-top:4px;
margin-bottom:4px;
	
}
h3 {
	color: #ffaa4f;
}

img  {border:none;}

/*** allgemeines Layout ***/

#wrap {
	margin-left: 0px;
	background-repeat: no-repeat;
}
#top {
	/*background-color:fuchsia;*/
	width: 990px;
	background-repeat:no-repeat;
	background-position:top left;
	/*background:#1d2f46;*/
	height: 30px;
	border-bottom: 2px solid #969b99;
	
}

a {
	color:#ffffff !important;
}


/*** Seitenleiste mit Navigationen ***/

#sidebar {
	position:absolute;
	z-index:2;
	width:250px;
	border-bottom: 1px solid #656c72;
}

/* Navigation */
#logo {
	height: 143px;
	width: 250px;
	float:left;
	
}


#navigation {
	/*background-color:red;*/
	width: 250px;/*background-color:#1d2f46;*/
	float:left;

}

/** Hauptbereich ***/ 

#main {
	margin-left:250px;
	float: left;
	padding: 25px;
	min-height: 800px;
	min-width: 690px;
	border-right: 1px solid #656c72;


	
}
/*** Footer ***/
#footer {
	border-top: 1px solid #656c72;
	clear: both;
	padding: 5px 10px;
	height: 70px;

}
* html #footer {
	height: 1px;
}


/* Clearing */

.clear {
	width: 100%;
	clear: both !important;
	display: inline-block;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clear {
	height: 1%;
}

/** Spezial Admin **/

/* Event-listen */
.event_banner {
	max-height: 80px !important;
	max-width: 80px !important;
}

input.update_button {
border: none !important;
width: 20px !important;	
min-width:20px !important;
background: transparent !important;
box-shadow:none !important;
background-image:url(../images/status.png)!important;
background-repeat:no-repeat !important;
}