body {font-family: verdana,arial,helvetica,sans-serif;font-size:12px;}
h1 {font-size:14px}
h2 {font-size:12px}
h4 {font-size:12px}
h6 {font-size:12px;font-weight:bold;color:#660000;}

p {font-size:12px;line-height:16px;}
td {font-size:12px;line-height:16px;}
form {font-size:12px;line-height:16px;}
a 	{
	color:#666666;
	text-decoration:none;
	}

a:hover {
	color:#cc3300;
	text-decoration:none;
	}

.menu1{
	font-size:12px;
	font-weight:bold;
	color::333333;
	list-style-type:none;
	text-decoration:none;
	text-align:right;
	line-height:22px;
	}
	
.menu2{
	font-size:11px;
	font-weight:100;
	color:#333333;
	list-style-type:none;
	text-decoration:none;
	text-align:right;
	margin-left:-10px;
	line-height:14px;
	}


#titel{
	position:fixed;
	top:0px;
	margin-left:20px;
	margin-top:35px;
	width:600px;
	height:40px;
	z-index:600;
	font-size:30px;
	font-weight:bold;
	color:#666666;
	}
	
#spracheumbra {
	position:fixed;
	top:120px;
	margin-left:0px;
	width:200px;
	height:20px;
	z-index:600;
	text-align:left;
	padding-left:20px;
	font-size:10px;
	}

#datum{
	font-size:9px;
	font-weight:100;
	}

#rahmen{
	height:600px;
	width:100%;
	display:block; 
	overflow:auto;
	position:absolute;
	margin-top:120px;
	margin-left:220px;
	z-index:600;
	}

#inhalt {
	float:left;
	width:55%;
	padding-left:25px;
	padding-bottom:10px;
	padding-right:5px;
	padding-top:0px;
	font-size:0.9em;
	border-left-color:#666666;
	border-left-style:solid;
	border-left-width:1px;
	}

/* hier folgt das wirklich Wichtige ;) */
body {
	background-color:#ffffff;
	margin:0; /* margin:0 und padding:0 sind notwendig um die "blinde" Scrollleiste im IE zu entfernen */
	padding:0;
}

body>#kopf {position:fixed;}   /* wird von allen Browsern au&szlig;er IE unterst&uuml;tzt */

#kopf {
	left:0;
	top:0;
	width:100%;
	height:180px;
	z-index:4;
	}

#sprache {
	position:fixed;
	top:0px;
	margin-left:220px;
	margin-top:18px;
	padding-left:25px;
	width:200px;
	height:20px;
	}
	
#logo {
	position:fixed;
	top:0px;
	margin-left:78%;
	margin-top:15px;
	float:left;
	padding-top:5px;
	padding-left:5px;
	width:82%;
	height: 320px;
	}

#bild {
	position:fixed;
	top:335px;
	margin-left:78%;
	margin-top:15px;
	float:left;
	padding-top:5px;
	padding-left:5px;
	width:18%;
	}

#menu {
	background-color:#ffffff;
	position:fixed;
	font-weight:bold;
	top:175px;
	margin-left:0px;
	padding:5px;
	text-align:right;
	width:200px;
	padding-top:0px;
	}


	
body>#inhalt { /* wird von allen Browsern au&szlig;er IE unterst&uuml;tzt */
	position:static;
}

body>#referenz { /* wird von allen Browsern au&szlig;er IE unterst&uuml;tzt */
	position:static;
}

body>#rahmen { /* wird von allen Browsern au&szlig;er IE unterst&uuml;tzt */
	margin-top:180px;
}

