@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}
body {
	/*font-family:"Times New Roman", Times, serif;*/
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height:95%;

}
div#logo {
	position:absolute;
	top:5px;
	left:0px;
	width:10em;
	height:10em;
}
div#kopf_bild {
	position:absolute;
	top:22px;
	right:50px;
	z-index:3;
}

div#navi {
	
}

#navi p {
	margin-left:10px;
}

#navi tabel {
	height:90%;
	table-layout:auto;
	cellspacing:0;
	border-collapse:collapse;
}

div#content {
	position:absolute;
	top:11em;
	left:11em;
	bottom:1em;
	padding-left:1em;
	padding-right:1em;
	height:40em;

/*	width:56em; 
	right:10px;*/
	border-right:double;
	border-bottom:groove;
	border-right-width:8px;
	border-bottom-width:8px;
	border-bottom-color:#00C;
	border-right-color:#00C;
}
#inhalt {
	font-size: 14px;
	font-weight: bold;
	color: #006;
	border-right-width: thick;
	border-bottom-width: thick;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #06C;
	border-bottom-color: #06C;
/*	background-image:url(../images/IQ%20Logo.jpg);
	background-position:center;
	background-repeat:no-repeat
*/

}
.Kopf_Titel {
	font-size: 46px;
	font-weight: bold;
	color: #F96A01;
	text-decoration: none;
}
.Navi_link {
	font-size: 20px;
	font-weight: bold;
	color: #f96a01;
	text-decoration: none;
}
.Navi_link a:link {
	color: #f96a01;
	text-decoration: none;
}
.Navi_link a:visited {
	color: #f96a01;
	text-decoration: none;
}
.Navi_link a:hover {
	color: #ffffff;
	text-decoration: none;
}
.Navi_link a:active {
	color: #f96a01;
	text-decoration: none;
}
