/* css bussole*/
body {
	font: 100.01%  "Trebuchet MS", Verdana, Arial, Helvetica,  sans-serif;
	color: Black;
	margin: 0px;
}
p {
	font-size: 100.01%;
	margin-top: 0px;
	line-height: normal;
	}
h1 {
	font-size: 140%;
	font-weight:bold;
	letter-spacing: 2px;
	margin-bottom: 0px;
	color: Blue;
	background-color: transparent;
	}
h2 {
	font-size: 120%;
	font-weight:bold;
	letter-spacing: 2px;
	margin-bottom: 0px;
	background-color: transparent;
}
h3 {
	font-size: 100.01%;
	font-weight:bold;
	font-style:normal;
	letter-spacing: 2px;
	margin-bottom: 0px;
	background-color: transparent;
	}
h4 {
	font-size: 100.01%;
	letter-spacing: 2px;
	margin-bottom: 0px;
	background-color: transparent;
}

/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Tooltips using DFN term tags - hover funktioniert nicht mit IE.6, außer für a (Anchor-Tag) */

dfn{
	position: relative;
	font-style: normal;
	width: auto;
	color: inherit;
}

dfn:hover {
	color: Gray;
}

dfn span {
	display: none;
}

dfn:hover span {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 100;
	color: Gray;
	border: 1px solid Gray;
	background: #FFFFCC;
	font: 10px Comic Sans MS, Arial;
	text-align: left;
	text-decoration: none;
	margin: 3px;
	padding: 3px;
	height: auto;
}

/* Text-Ausprägungen */
	
.hinweisrot {
	color: Red;
}
.hinweis {
	font-size: 95.01%;
	font-style: italic;
	letter-spacing: 1px;
	margin-left: 5%;
	margin-right: 5%;
}	

.toplink {
	color: Blue;
	font-size: 70%;
	font-weight: bold;
}
.navitext {
	font-size: 100.01%;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
}
.navitextunter{
	font-size: 90%;
	font-weight: normal;
	color: #3D3D3D;
	padding: 0px 0px 0px 20px;
}
.indent {
	font-size: 110%;
	margin-left: 5%;
	}	

.spam {
	font-size: 80.01%;
	background-color: transparent;
	color: #4B0082;
	font-style: italic;
	margin-left: 0%;
}	
	
/* Definition spezieller Text-Layouts */	
	
.right {
	text-align: right;
}

.center {
	text-align:  center;
}

.betont {
	letter-spacing: 0px;
	font-weight: bolder;
}
	
.reduziert {
	/*letter-spacing: -1px;*/
	font-weight: lighter;
	font-style: italic;
	font-size: 70.01%;
	color: GrayText;
}	
	
	/* Definition der Links */
a:link {
	font-weight: bolder;
	text-decoration: none;
	color: #0099FF;
	background-color: transparent;
}
a:visited {
	font-weight: bolder;
	text-decoration: none;
	color: #0068AA;
	background-color: transparent;
}
a:hover, a:active {
	text-decoration: underline;
	color: #0099FF;
	background-color: transparent;
	}
	
/* spezifische Boxen */

#logo {
	position: absolute;
	top: 5px;
	left: 10px;
	margin: 0;
	background-color: transparent;
}

#menue {
	position: absolute;
	top: 90px;
	left: 10px;
	margin: 0px;
	border: 0;
	width: 141px;
	background-color: #D3D3D3;
}

#menue a{
	font-weight: normal;
	color: #3D3D3D;
}

#inhalt {
	position: absolute;
	top: 100px;
	left: 220px;
	margin: 0;
	border: 0;
	width: 555px;
	background-color: transparent;
	font-size: 90%;
}
#inhaltText {
	position: absolute;
	margin: 115px 0px 0px 10px;
	left: 220px;
	border: 0;
	width: 655px;
	background-color: transparent;
	font-size: 90%;
}

#detail {
	float: left;
	height: auto;
	width: 600px;
}
#detailtext {
	float: left;
	height: auto;
	width: 350px;
	padding-right: 30px;
	padding-top: 20px;
	text-align: left;
	font-size: 80%;
}
#detaildocs {
	position: relative;
	height: auto;
	width: auto;
	padding-left: 0px;
	padding-top: 150px;
}

#foot{
	position: absolute;
	margin: 300px 0px 0px 00px;
	left: 160px;
	width: 777px;
	background-color: #373737;
	border: medium ridge Silver;
}

#foot table{
   border-spacing: 5px 5px;
}

#foot td{
	padding: 10px 0px 0px 00px;
	color: #F0F0F0;
	font-size: 90%;
	vertical-align: top;
}


/* Definition von Inhaltsverzeichnissen */

.inhaltsverzeichnis{
	position: static;
	width: 550px;
	background-color: transparent;
	font-size: 85.01%;
	font-weight: lighter;
	color: Gray;
}

.inhaltsverzeichnis h1{
	font-weight: bold;
	font-size: smaller;
	color: Gray;
}	

.inhaltsverzeichnis p {
	margin-left: 5%;
	
	}

.inhaltsverzeichnis .hinweis {
	margin-left: 300px;
	float: left;
	font-size: 80.01%;
	font-style: oblique;
}

