body {
	background: #e5e5e5;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px; 
	color: #333;
}

#center {
	background-image:url(images_basics/bg_main.gif);
	background-repeat:no-repeat;
	background-color:#e5e5e5;
	border:0px solid;
	width: 934px;
	height: 708px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -467px;
	margin-top: -354px;
} 

#header {
	height: 31px;
	text-align: left;
	padding: 90px 0 0 10px;
	margin: 0px;
}

p {
	margin-bottom:10px;
	margin-top:0px;
}

h1 {
	font-size: 14px; 
	font-weight: bold;
	line-height: 18px; 
	width: 270px;
	color: #e20026;
	margin:7px 0 10px 0;
	padding:0;
}

h2 {
	font-size: 11px; 
	font-weight: normal;
	text-transform:uppercase;
	line-height: 18px; 
	width: 270px;
	color: #999;
	margin:12px 0 0px 0;
	padding:0;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

#right {
	float: none;
	margin:0 0 0 240px;
	padding: 7px 17px 17px 17px;
}

#right img {
  	border: 0px solid #FFF;
  	margin:0;
	float:right;
}

#right p {
	margin-bottom:10px;
	margin-top:0px;
	width: 270px;
}

#left {
	float: left;
	width: 223px;
	margin: 0;
	padding: 7px 0 0 17px;
	line-height:22px;
	}
#left img {
	margin-bottom:17px;
	border:0;
}
	
#left a {
  	padding: 0 0 0 14px;
	text-transform:uppercase;
	color: #666;
  	text-decoration: none;
}
#left a:hover {
  	color: #e20026;
  	text-decoration: none;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	float: left;
}

#menu {  
	width:100%;
	text-transform:uppercase;
	font-size:12px;
	font-weight: normal;	
}

#menu ul li { 
	display: inline; 
}

#menu ul li a {
	margin:0 15px 0 0;
	color: #666;
	float:left;
}

#menu ul li a:hover { 
	color: #e20026; 
	text-decoration:none;
}

#footer_left {
	position:absolute; bottom:0px; left:0px;;
	font-size:9px;
	width: 924px;
	padding: 10px 0 0 10px;
	text-align:left;
	float: left;
	color:#999;
}
.footer_red {
	font-size:9px;
	font-weight: bold;
	text-transform:uppercase;
	color:#e20026;
}
#footer_right_!!!!!!!! {
	position:absolute; bottom:0px; right:0px;
	font-size:9px;
	font-weight: bold;
	text-transform:uppercase;
	width: 387px;
	padding: 10px 10px 0 0;
	text-align:right;
	float: left;
	color:#e20026;
}

/* -----------formular--------------------------- */

.formlabel {width:75px; padding:5px 0 2px 0;}
.formfield {width:180px; padding:5px 0 2px 0;}
.formfield input{width:180px; border:0px solid #079D80;  height:16px;}
.formfield textarea{width:180px; height:60px; border:0px solid #079D80;}
.formsubmit input {margin-top:10px; width:60px; height:20px; border:0px solid #FFF; background-color:#e20026; color:#FFF;}
.formreset input  {margin-top:10px; width:90px; height:20px; border:0px solid #FFF; background-color:#e20026; color:#FFF;}
