html, body{
    background-color:#3c5475;
	padding: 0 3px 15px;
	color:#000000;
	text-align: left;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%
	}
	
#wrapper {
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
}	
	
h1,h2,h3,p{
	margin: 0;
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
p{
	padding: 0 10px 15px;
	color:#000000;
	font-size: 14px;
	font-weight:normal;	
	}

.titleevent{
	padding: 0 10px 15px;
	color:#990000;
	font-size: 16px;
	font-weight:bold;	
	}
	

.linkstyle{
	padding: 0 10px 15px;
	color:#FFFF00;
	font-size: 14px;
	font-weight:bold;
	}


h1{
	font-size: 34px;
	color:#FFFFFF;
	letter-spacing: 1px;
	font-weight:bold;
	line-height: 50px;
	text-align:center;
	}
h2{
	font-size: 22px;
	color:#343750;
	font-weight:normal;
	line-height: 50px;
	text-align:left;
	}

h3{
	font-size: 16px;
	font-weight:bold;
	color:#990000;
	}

div#container{
	width:900px !important;
	width /**/:910px;
    margin: 0 auto;
	padding:3px;
	text-align:left;
	background-color:#000033;
	}
div#header{	
	background:url(../images/tibmed_fries.jpg);
	text-align:center;
	padding: 20px 0;
	margin: 0 0;
	vertical-align: middle;
	width: 900px
	}
div#nav{
	float:left;
	width:140px;
	padding:5px 0;
	margin:3px 0;
	background-color:#c2d1e6;
	}
div#content{
	float:right;
	width:757px;
	padding:0 0;
	margin:3px 0;
	background-color:#ffffff;
	}
div#nav h2{
	font-size: 120%;
	}
	
div#footer{
	clear:both;
	width:900px;
	font-size:14px;
	background-color:#c2d1e6;
	padding:0px 0;
	margin:0px 0;
	text-align:center;
	}
div#footer p{
	color:#3c5475;
	}

