﻿@CHARSET "UTF-8";

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


html, body {
	min-height: 100%;
}
 /* IE Win < 7 only \*/
 * html #wrap {
 height:100%;
 }
 /* end IE Win < 7 only */

.boddy{
	text-align:center;
	background:#FFF url(/img/beige/css/body_verlauf.gif) bottom repeat-x;
	font-size: 11px;
	font-family:sans-serif, Arial, Tahoma, Geneva, Helvetica;
	}
	
.clear { clear:both; visibility:hidden; height:0; width:0; }

table{
	font-size:12px;
	border-collapse:collapse;
	}
	
.MainHeader{
	float: left;
	clear: both;
}

.Main{
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	
	width:920px;
	height: auto;
	background: url(/img/beige/css/mainNavBeige.jpg) repeat-y;
	float:left;
	position: relative;
	margin-bottom: 30px;
}

.MainNav{
	font-size: 11px;
	text-align: left;
	margin-left: 20px;
	margin-right: 0px;
	float: left;
	width: 160px;
	color: black;
}

.MainContent{
	background:#F1F1F1 none repeat scroll 0 0; height: 100%;
	float: left;
	width:700px;
	height: auto;
	min-height: 600px;
}

.MainFooter{
	float:right;
	text-align: right;	
	width:700px;
	color:#636363;
}

a:link {
	font-size: 11px;
	text-decoration:none;
	color:black;
	}

img{
	display:block;
	border: 0 none;
	}
a:visited {
	font-size: 11px;
	text-decoration:none;
	color:#3971AF;
	}
	

.MainSchattenLinks{
	float: left;
	position: absolute;
	bottom: 0px;
	margin-left: -8px;
}

.MainSchattenRechts{
	float: right;
	position: absolute;
	margin-left: 900px;
	bottom: 0px;
}

.linkerFreiraum{
	float:left; 
	background:#F1F1F1 none repeat scroll 0 0; 
	width: 20px;
}
.register {
	width: 460px;
	}
.Abstand{
	margin-right: 10px;
	margin-left: 10px;
}

