
@import url(header.css);
@import url(navi.css);
@import url(content.css);


html {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	height:100%;
/*	color: #E7EFF7;*/
	background-color: #004493;
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 12px;
	/* IE5 Win */
	/*	voice-family:a "\"
}\"";
voice-family: inherit;
font-size: small;
*/
	}
html>body {
	/* be nice to Opera */
	font-size: 12px;;
}

h1 {
	color: #FFFFFF;
}
h2 {
	color: #FFFFFF;	
}
h1 a,h2 a{
	color: #FFFFFF;
}
h3 {
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#headTitle {
display:none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 250px;
	color: white;
	font: bold 16pt Arial, Helvetica, sans-serif;
	text-align:center;
	z-index:999;
}

#rahmen, #content{
	height:100%;
}

iframe{
	height:100%;
	width:100%;
}

#table_left{
	width:165px;
}

#table_center{
	height:100%;
}
