@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: #E7EFF7;
	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: #004A90;
}
h2 {
	color: #004A90;	
}
h1 a,h2 a{
	color: #004A90;
}
h3 {
	color: #004A90;
}

a {
	color: #004A90;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#headTitle {
display:none;
}

#headTitle1 {
	position: absolute;
	left: 160px;
	top: 30px;
	color:#003c6f;
	font:bold 32px arial, helventica;
	letter-spacing: 3px;
}

#headTitle2 {
	position: absolute;
	left: 160px;
	top: 60px;
	color:#003c6f;
	font:bold 24px arial, helventica;
	padding-left:40px;
	letter-spacing: 4px;
	
}


#rahmen{
	height:100%;
}


/* Anpassung der Tabelle */

#content{
	border:none;
	width:100%;
	height:100%;
}

#table_left, #table_right{
	width:150px;
}

#table_center{
	height:100%;
}


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