/*
 OneByte GmbH - e-Business & Webdesign - www.onebyte.ch
 
 Filename    : web.css
 Created by  : Serkan Tüten (tue@onebyte.ch)
 Purpose     : Stylesheet für Browserdarstellung
 Please note : 
 History     : 09.04.08 tue: Erstentwurf
*/

/* ---------------------------------------------------
   Inhaltsbereich der Seite importieren
   =================================================== */

@import url("editor.css");


/* ---------------------------------------------------
   Global
   =================================================== */
* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color: #fff;
}

#microcontainer {
	width: 600px;
}
#microcontainer #inhaltsbereich {
	margin: 15px 30px;
}

/* ---------------------------------------------------
   Header zuoberst auf der Seite
   =================================================== */
#micro_header { 
	height: 30px;
	text-align: right;
	background-color: #0055A3;
}
#micro_header_blau {
	width: 570px;
	float: right;
	height: 10px;
	background-color: #33B1E7;
}
#micro_header_gruen {
	width: 570px;
	float: right;
	height: 10px;
	background-color: #AECD5C;
}
#micro_header_orange {
	width: 570px;
	float: right;
	height: 10px;
	background-color: #ff9900;
}

/* ---------------------------------------------------
   Fenster schliessen
   =================================================== */
#micro_header a {
	color: #fff;
	text-decoration: none;
	text-align: right;
	margin-right: 15px;
	height: 20px;
	line-height: 20px;
}
#micro_header a:hover, #micro_header a:active {
	text-decoration: underline;
	color: #fff;
}