html{color:#000;background:url(../images/bg.jpg) repeat-x #4395e6;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

* {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

a{
	color:#000000;
}
a:hover{
	color:#000000;
}

#container {
	width:970px;
	margin:auto;
	position:relative;
	background:#fff;
	border:5px solid #73b6f7;
}

#head {
	height:90px;
	position:relative;
	padding:10px 10px 0px 10px;
}

#foot {
	position:relative;
	height:60px;
	background:#ccc;
	margin-top:10px;
}

#content {
	position:relative;
	
}

	#left {
		position:relative;
		width:160px;
		float:left;
		margin-left:10px;
		padding-top:10px;
	}
	#mid {
		position:relative;
		width:610px;
		float:left;
		padding:10px;
	}
	#right {
		position:relative;
		float:left;
		width:160px;
		padding-top:10px;
	}


#top_nav li{
	float:left;
	background-color:#CC0000;
	width:64px;
	padding:5px;
	text-align:center;
	border-left:1px solid #FFFFFF;
}

#top_nav li a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}

#top_nav li .aktiv{
	text-decoration:underline;
}

#logo { height:90px; width:200px; float:left;}
#ad_head { width:728px; height:90px; background:#1f1f1f; float:right; }
#ad_right { width:160px; height:600px; }

#navi { padding:10px; }
#navi li { list-style:url(../images/navicon.jpg) inside; padding:5px 0;  }
#navi li ul li { padding-left:20px; }
#navi li a { color:#fff; font-size:12px; font-weight:bold; text-decoration:none; padding:7px 0; }
#navi li a:hover { text-decoration:underline; }

#content_top { margin-bottom:10px;  }
#content_left { float:left; width:300px; margin-right:10px; }
	#content_left img { border:1px solid #000; height:100px; width:90px; display:block; float:left; margin:5px; }
	#content_left h2 { font-weight:bold; margin-bottom:10px; }
	#content_left p { color:#333; }
	#content_left a.link { position:absolute; bottom:0px; right:0px; padding:10px; color:#000; font-weight:bold; }
	
#content_right { float:left; width:300px; }
#loginbox input { width:90%; border:1px solid #ff5b5b; font-size:11px; padding:3px; margin-bottom:3px; }
#loginbox label { font-size:9px; color:#fff; }
#loginbox .loginbutton { background:#fff; width:140px;}
#loginbox .registbutton { background:#fff; width:75px; }
#contentad { margin-bottom:10px; }

	
.clear { clear:both; }


.box { background: #e3e3e3 url(../images/bx_tl.jpg) no-repeat;position: relative;padding: 5px;height: auto; margin-bottom:10px; }
#navibox { background: #cc0000 url(../images/tl.jpg) no-repeat;position: relative;padding: 5px; margin-bottom:10px; }
#googlebox { background: #e3e3e3 url(../images/bx_tl.jpg) no-repeat;position: relative;padding: 5px;height: 300px; margin-bottom:10px;}
#loginbox { background: #cc0000 url(../images/tl.jpg) no-repeat;position: relative;padding: 5px; margin-bottom:10px; }
span.bx-top-right, span.bx-bottom-left, span.bx-bottom-right { position: absolute;width: 5px;height: 5px;display: block; }
span.bx-top-right { background: url(../images/bx_tr.jpg) no-repeat;top: 0;right: 0; }
span.bx-bottom-left { background: url(../images/bx_bl.jpg) no-repeat;bottom: 0;left: 0; }
span.bx-bottom-right {	background: url(../images/bx_br.jpg) no-repeat;bottom: 0;right: 0; }
span.box-top-right, span.box-bottom-left, span.box-bottom-right { position: absolute;width: 5px;height: 5px;display: block; }
span.box-top-right { background: url(../images/tr.jpg) no-repeat;top: 0;right: 0; }
span.box-bottom-left { background: url(../images/bl.jpg) no-repeat;bottom: 0;left: 0; }
span.box-bottom-right {	background: url(../images/br.jpg) no-repeat;bottom: 0;right: 0; }







#nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}
#nav li {
	position: relative;
	width:180px;
	z-index:1000;
	list-style:none;
}
#nav li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}
#nav li a {
	display: block;
	text-decoration: none;
	background: #fff; /* IE6 Bug */
	padding: 0px;
	padding:2px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
}

/* Styles for Menu Items */


#nav li:hover ul, #navi li.over ul { display: block; } /* The magic */


sup{
	font-size:9px;
}