/* Standard */
	*{margin:0px; padding:0px; font-family:Verdana; font-size:11px;}
	body {background-color:#000000; color:#FFFFFF;}
	h1{font-size:14px;}
	div.clear{clear:both;}
/* Layout */	
	#mainWrap{margin-top:50px; width:1000px;}
		#menuWrap{float:left; width:180px;}
		#contentWrap{float:left; margin-left:10px; width:600px;}
		#rightWrap{float:left; width:140px; margin-left:10px;}
		#footer {color:#0386E7; width:100%; text-align:center; margin-top:20px;}

/* Menu */
#menuWrap {background:url(/fileadmin/horizon/img/bleep_de/line.gif) left repeat-y; margin-left:20px;}
	#menu{margin-left:15px;}
	#menu a {text-decoration:none; color:#0386E7; line-height:15px;}
	#menu ul.level_1 {list-style:none;}
	#menu ul.level_1 a {font-weight:bold;}
	#menu ul.level_2 {list-style-type:square; margin-left:15px;}
	#menu ul.level_2 a {color:#FFFFFF; font-weight:normal;}

/* Content */
#content{}
	#content div.csc-header {margin-top:20px;}
	fieldset {border:none;}
	legend {font-size:14px; font-weight:bold;}
	label {display:block;width:200px;  margin-top:10px; }
	input {width:200px; border:1px solid #FFFFFF;}
	input.powermail_submit {margin-top:20px; background-color:#0386E7;}
	textarea {width:200px;}
	h1 {font-size:18px; line-height:20px; color:#0386E7;}
	h3 {font-size:14px; line-height:14px; color:#0386E7;}