/* Hintergrund */

.bg {
 background-color:#758C9C;
 padding:0pt;
}

#haupt, #text {
 width:71%;
 padding-left:2%;
 padding-left:2%;
}


/* Überschrift */

.titel, h1 {
 font-family:Courier New, Courier, Serif;
 font-size:24pt;
 font-weight:bold;
 color:#F1F1F1;
 margin: 0px 2pt 5pt 10px;
}

.textseite h1 {	/*Notlösung*/
 color:#555555;
}

.phrase, h2 {
 font-family:Verdana, Arial, sans-serif;
 font-size:8pt;
 font-weight:normal;
 color:#000;
 margin-left:15px;
 margin-top:2pt;
 height:1em;
}

h3 {
 font-family:Verdana, Arial, sans-serif;
 font-size:10pt;
 color:#000;
 margin-left:15px;
 margin-top:2pt;
 height:1em;
}


/* Textkörper */

.wort {
 font-family:Verdana, Arial, sans-serif;
 font-size:10pt;
 font-weight:normal;
 color:#000;
 text-align:justify;
}

.text {
 font-family:Courier New, Courier, Serif;
 font-size:10pt;
 font-weight:normal;
 color:#000;
 text-align:justify;
 width:500px;
 text-indent:15px;
}

#text p {
 font-family:Courier New, Courier, Serif;
 font-size:10pt;
 font-weight:normal;
 color:#000;
 text-align:left;
 text-indent:15px;
}

sup {
 font-size:70%;
}


/* Links */

.bg a:link {
 color:#F1F1F1;
 text-decoration:none;
}

.bg a:visited {
 color:#F1F1F1;
 text-decoration:none;
}

.bg a:hover {
 color:#994646;
 text-decoration:none;
}

.bg a:active {
 color:#994646;
 text-decoration:none;
}


/* Navi-Leiste */

#navi {
 position:fixed;
 top:0px;
 right:0px;
 height:100%;
 width:25%;
 background-color:#B8C5CE;
 padding-left:5px;
 padding-bottom:25%;
 padding-top:25%;
}

#navi p a {
 font-family:Verdana, Arial, sans-serif;
 font-size:8pt;
 color:#000;
 text-decoration:none;
}

#navi p a:link {
 color:#000;
 text-decoration:none;
}

#navi p a:visited {
 color:#000;
 text-decoration:none;
}

#navi p a:hover {
 color:#994646;
 text-decoration:none;
}

#navi p a:active {
 color:#994646;
 text-decoration:none;
}


/* Dynamischer Vorschaubereich */

#vorschau {
 position:fixed;
 top:0px;
 right:0px;
 width:25%;
 height:120px;
 overflow:hidden;
 float:none;
}

#vorschau h3, p {
 font-family:Courier New, Courier, Serif;
 color:#000;
 text-align:left;
 margin-top:0px;
}

#vorschau h3 {
 font-size:10pt;
 margin-bottom:2px;
}

#vorschau p {
 font-size:9pt;
}

.intelligenztest {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: .6em;
	margin-bottom: -.25em;
	line-height: 1em;
	color: #758C9C;
}
.intelligenztest:after {
	content: 't';
	position: relative;
	left: -.6em;
	color: #F1F1F1;
}
a:hover .intelligenztest:after {
	color: #994646;
}