body,div,span,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input,textarea,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{line-height:1;color:#000;background:#fff}a{color:inherit;}ol,ul{list-style:none}strong{font-weight:bold;}em{font-style:italic;}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}*{ padding:0px; margin:0px; }

body
	{
	width:100%;
	height:100%;
	background-attachment:fixed;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-position:top left;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:15px;
	line-height:18px;
	}

#layer_oben
	{
	background-image:url(../images/layer_oben.png);
	background-repeat:no-repeat;
	width:760px;
	height:70px;
	}
	
#layer
	{
	width:760px;
	background-image:url(../images/layer_bg.png);
	background-repeat:repeat-y;
	}

#layer_unten
	{
	background-image:url(../images/layer_unten.png);
	background-repeat:no-repeat;
	width:760px;
	height:72px;
	}

.clear
	{
	clear:both;
	}


#sidebar
	{
	float:left;
	width:200px;
	}

#content
	{
	float:left;
	width:500px;
	padding-left:10px;
	}

.box_oben
	{
	background-image:url(../images/box_oben.png);
	width:200px;
	height:11px;
	}

.box_bg
	{
	background-image:url(../images/box_bg.png);
	background-repeat:repeat-y;
	width:200px;
	text-align:left;
	}

.box_unten
	{
	background-image:url(../images/box_unten.png);
	background-repeat:no-repeat;
	background-position:top;
	width:200px;
	height:11px;
	}

.content_oben
	{
	background-image:url(../images/content_oben.png);
	width:500px;
	height:11px;
	}

.content_bg
	{
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
	width:480px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	}

.content_bg a
	{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	}
	
.content_bg a:hover
	{
	color:#ea262a;
	font-weight:bold;
	text-decoration:none;
	}

.content_bg ul
{
	line-height:20px;
	padding-left:20px;
}

.content_bg ul li
{
	list-style-type:disc;
}

.content_unten
	{
	background-image:url(../images/content_unten.png);
	background-repeat:no-repeat;
	background-position:top;
	width:500px;
	height:11px;
	}

#fullmenu ul 
	{
	width:198px;
	list-style:none;
	letter-spacing:1px;
	font-weight:bold;
	color:#FFF;
	}

#fullmenu ul li 
	{
	line-height:25px;
	}

#fullmenu ul li a 
	{
	text-decoration:none;
	display:block;
	padding-left:15px;
	}

#fullmenu ul li a:hover 
	{
	background-image:url(../images/spacer.png);
	text-decoration:none;
	display:block;
	padding-left:15px;
	}

#fullmenu ul li a.aktiv 
	{
	text-decoration:none;
	background-image:url(../images/spacer.png);
	display:block;
	padding-left:15px;
	}

#fullmenu ul li a:hover.aktiv 
	{
	text-decoration:none;
	background-image:url(../images/spacer.png);
	display:block;
	padding-left:15px;
	}

#fullmenu ul li.submenu {}

#fullmenu ul li.submenu ul li {}

#fullmenu ul li.submenu ul li a 
	{
	padding-left:25px;
	}

#fullmenu ul li.submenu ul li a:hover {
	padding-left:25px;
	}

#fullmenu ul li.submenu ul li a.aktiv 
	{
	padding-left:25px;
	}

#fullmenu ul li.submenu ul li a.aktiv:hover 
	{
	padding-left:25px;
	}



