/**
 * Style sheet xBasic
 */
body
{
	margin:0px 0px 0px 77px;
	padding:0px;
}

#wrapper_bg
{
	width:100%;
	height:11px;
	top:90px;
	background-color:#5a709a;
	font-size:0px;
	z-index: 11;
}

#wrapper, #logo_img
{
	margin-left:70px;
}

#wrapper_bg, #logo_img, #header, #left, #footer
{
	position:fixed;
}

#logo_img
{
	width:147px;
	height:142px;
	background-image:url("images/logo_img.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	z-index: 12;
}

#logo_text_de
{
	width:358px;
	height:18px;
	left:235px;
	top:30px;
	position:absolute;
	background-image:url("images/logo_text_de.gif");
	z-index: 0;
}

#logo_text_en
{
	width:486px;
	height:18px;
	left:235px;
	top:30px;
	position:absolute;
	background-image:url("images/logo_text_en.gif");
	z-index: 0;
}

#wrapper
{
	position:absolute;
	z-index: 10;
}

#header
{
	width:845px;
	background-color:#ffffff;
	z-index: 10;
}

#header .inside
{
	top:75px;
}

#left
{
	left:147px;
	z-index: 10;
}

#container
{
	margin-top:150px;
}

#main
{
	margin-left:236px;
}

#wrapper_footer
{
	position:relative;
}

#footer
{
	width:100%;
	bottom:0px;
	padding-left:22px;
	background-color:#5a709a;
	z-index: 11;
}

#footer ul li
{
	float:left;
	margin-right:15px;
	margin-left:15px;
	color:#ffffff;
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Verdana, sans-serif;
}

a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:11px;
	color:#666966;
}

h1, h2, h3, h4, h5, h6
{
	font-size:12px;
	color:#666966;
}

img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h2
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:12px;
}

h1
{
	margin:0em 0em 1em 0em;
	padding:0px 0px 6px 8px;
	background-image:url("images/hline.png");
	background-position:left bottom;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:12px;
}

h3
{
	font-size:11px;
}

h4
{
	font-size:10px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}

a
{
	text-decoration:none;
	color:#f1ab2b;
}

a:hover
{
	text-decoration:underline;
}

.invisible
{
	display:none;
}

span.content_text
{
	display:block;
	padding-left:8px;
}

