* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	width:100%;
	height:100%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../lay/bg.jpg);	
	background-attachment: fixed;
}

div.container {
	position:absolute;
	width:1024px;
	min-height:100%;
	
	margin:0 0 0 -512px;
	left:50%;
	
	background-color:#FFFFFF;
	
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
}

/* IE min-height start \*/
* html div.container {
	height: 100%;
}

/* IE min-height stop */
div.header_wrapper {
	position:absolute;
	top:0px;
	left:0px;
	width:1024px;
	height:297px;
	background-image:url(../lay/hea_img.jpg);
	z-index:2;
}

div.footer {
	position:absolute;
	left:0px;
	bottom:0px;
	width:1024px;
	height:403px;
	z-index:0;
}

div.footer_img_left {
	position:absolute;
	left:0px;
	bottom:0px;
	width:299px;
	height:223px;
	background-image:url(../lay/engel_bac.gif);
}

div.footer_img_right {
	position:absolute;
	right:0px;
	bottom:0px;
	width:290px;
	height:403px;
	background-image:url(../lay/engel_rechts_bac.gif);
}

div.content_wrapper {
	position:relative;
	left:0px;
	padding-bottom:30px;
	width:1024px;
	z-index:1;
}

div.column_left{
	float:left;
	display:inline;
	margin-top:297px;
	width:175px;
	height:250px;
	background-image:url(../lay/nav_bac.gif);
	background-repeat:no-repeat;
}

div.content{
	float:left;
	display:inline;
	margin-top:355px;
	width:685px;
	min-height:300px;
}

/* IE min-height start \*/
* html div.content {
	height:300px;
}

div.content_text {
	margin-left:20px;
}

div.sub_nav_wrapper {
	margin-top:60px;
	margin-left:19px;
}

div.sub_nav {
	margin-bottom:7px;
}

div.sub_nav2 {
	margin-left:20px;
	margin-bottom:4px;
}

div.main_nav_wrapper {
	position:absolute;
	bottom:3px;
	left:63px;
	height:94px;
	width:950px;
}

/* IE min-height start \*/
* html div.main_nav_wrapper {
	bottom:-1px;
}

div.float_left {
	float:left;
	display:inline;
}

div.contribute {
	position:absolute; 
	right:10px; 
	top:10px; 
	width:46px; 
	height:46px; 
	background-color:#FFFFFF; 
	z-index:1000; 
	border:1px solid #000000;
}

div {
	font-size:       		13px;
}

p, td {
	font-size:       		13px;
	line-height:			16px;
	margin:0px;
	margin-bottom:			12px;
}

h1 {
	font-size:       		18px;
	margin-bottom:			15px;
	width:100%;
	border-bottom:1px solid #AAAAAA;
}

h2 {
	font-size:       		16px;
	margin-bottom:			10px;
}

h3 {
	font-size:       		14px;
	font-weight:			bold; 
	margin-bottom:			5px;
}

img {
	border:0px;
}

ul {
	margin-bottom:15px;
	padding-left:20px;
	list-style-type:disc;
}

li {
	margin-bottom:5px;
}

input.form, textarea.form {
	border:1px solid #003366;
}

input, textarea {
	border:1px solid #003366;
}

.bold {
	font-weight:bold;
}

span.global_nav_seperator {
	color:#F40019;
	font-size:9px;
}

/* Standardlinks */
a:link, a:visited {
	color:#791E2D;
}

a:hover, a:active {
	color:#791E2D;
}

/* Submenupunkt Links */
a.sub_link, a.sub_link:link, a.sub_link:visited{
	color:					#000000;
	text-decoration:		none;
	font-size:				15px;
	font-weight:         	bold;
}

a.sub_link:hover, a.sub_link:active{
	color:					#D70B0B;
	text-decoration:		none;
	font-size:				15px;
	font-weight:         	bold;
}

a.sub_link_active, a.sub_link_active:link, a.sub_link_active:visited{
	color:					#D70B0B;
	text-decoration:		none;
	font-size:				15px;
	font-weight:         	bold;
}

/* 3rd Level  Links */
a.sub_link2, a.sub_link2:link, a.sub_link2:visited{
	color:					#000000;
	text-decoration:		none;
	font-size:				12px;
}

a.sub_link2:hover, a.sub_link2:active{
	color:					#D70B0B;
	text-decoration:		none;
	font-size:				12px;
}

a.sub_link2_active, a.sub_link2_active:link, a.sub_link2_active:visited{
	color:					#D70B0B;
	text-decoration:		none;
	font-size:				12px;
}

/************ Formatierungen Intro ****************/
div.container_intro {
	position:absolute;
	width:1024px;
	height:394px;
	
	margin:-197px 0 0 -512px;
	left:50%;
	top:50%;
}