/* Globale Schrift */
*
{
	font-family:verdana, sans-serif;
	font-size:10px;
	color:#000000;
}

a
{
	text-decoration:none;
	color:#6D6E67;
}

a:hover
{
	text-decoration: underline;
	color:#000000;
}

/* Allgemeiner Hintergrund */
body 
{
	background-color:#C0C2B6;
}

/* 1. Menü */
#menu1
{
	position:absolute;
	left:15px;
	top:15px;
	width:760px;
	height:30px;
	z-index:1;
	background-color:#FFFFFF;
}

#menu1menu
{
	margin:10px;
	float:left;	
}

#menu1menu a.active
{
	color:black;
}

#menu1sprache
{
	margin:6px;
	padding:4px 10px 4px 10px;
	float:right;
	background-color:#6D6E67;
}

#menu1sprache a
{
	color:#FFFFFF;
}
/*
#menu1menu a:link,
#menu1menu a:active,
#menu1menu a:visited
{
	color:#000000;
}

#menu1menu a:hover
{
	color:#000000;
	text-decoration: underline;
}
*/
/* 2. Menü mit Logo */
#menu2
{
	position:absolute;
	left:15px;
	top:55px;
	width:760px;
	height:120px;
	z-index:1;
	background-color:#FFFFFF;
}

#menu2logo
{
	position:relative;
	left:15px;
	top:15px;
	width:181px;
	z-index:2;
	text-align:left;
}

#menu2menu
{
	bottom:15px;
	width:515px;
	z-index:99;
	float:right;
}

#menu2menu a
{
	font-size:12px;
	font-weight:bold;
}

#menu2menu a.active
{
	font-size:12px;
	font-weight:bold;
	color:black;
}

/* Inhaltsbereich */
#body1
{
	position:absolute;
	left:15px;
	top:185px;
	width:760px;
	min-height:400px;
	z-index:1;
	background-color:#FFFFFF;
	overflow-x: visible;
}

#body1links
{
	width:221px;
	float:left;
}

#body1rechts
{
	width:515px;
	float:right;
	overflow-x: visible;
}

#body1rechtsfooter
{
	width:500px;
	float:right;
	margin-top:15px;
	margin:15px;
	text-align:right;
}

#body1logo
{
	text-align:center;
}

/* Contentbereich für die einfache Anzeige */
#body1detail
{
	background-color:#FFFFFF;
	padding:10px;
}

#body1detailrechtsfooter
{
	text-align:right;
}

/* Contentbereich */
#body1content
{
	width:505px;
	float:left;
	margin-top:10px;
}

/* Menübereich Grafik + Text */
#body1menu0balken
{
	position:relative;
	height:27px;
	margin-bottom:8px;
	z-index:80;
	background-repeat:no-repeat;
	background-image:url(graphics/studieninteressierte-balken.png);
}

#body1menu1balken
{
	position:relative;
	height:27px;
	margin-bottom:8px;
	z-index:80;
	background-repeat:no-repeat;
	background-image:url(graphics/studierende-balken.png);
}

#body1menu2balken
{
	position:relative;
	height:27px;
	margin-bottom:8px;
	z-index:80;
	background-repeat:no-repeat;
	background-image:url(graphics/berufseinsteiger-balken.png);
}

#body1menu3balken
{
	position:relative;
	height:27px;
	margin-bottom:8px;
	z-index:80;
	background-repeat:no-repeat;
	background-image:url(graphics/erfahrene-lehrer-balken.png);
}

#body1menu0
{
	position:relative;
	height:102px;
	margin-bottom:8px;
	z-index:80;
	background-repeat:no-repeat;
	background-image:url(graphics/studieninteressierte-normal.png);
}

#body1menu1
{
	position:relative;
	height:102px;
	margin-bottom:8px;
	z-index:80;
	background-repeat:no-repeat;
	background-image:url(graphics/studierende-normal.png);
}

#body1menu2
{
	position:relative;
	height:102px;
	margin-bottom:8px;
	z-index:80;
	background-repeat:no-repeat;
	background-image:url(graphics/berufseinsteiger-normal.png);
}

#body1menu3
{
	position:relative;
	height:102px;
	margin-bottom:8px;
	z-index:80;
	background-repeat:no-repeat;
	background-image:url(graphics/erfahrene-lehrer-normal.png);
}

#bildmenutext
{
	position:absolute;
	left:10px;
	bottom:1px;
	width:200px;
	height:20px;
	z-index:90;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}

#body1menu a, #body1menu a:hover
{
	text-decoration:none;
	cursor:pointer;
}

/* Überschrift 1 */
h1
{
	font-size:12px;
	font-weight:bold;
}

/* Überschrift 2 */
h2
{
	font-size:11px;
	font-weight:bold;
}

/* Überschrift 3 */
h3
{
	font-size:10px;
	font-weight:bold;
}

/* Überschrift 4 */
h4
{
	font-size:10px;
	/* font-weight:bold; */
	font-weight:normal;
	color:#6D6E67;
}

/* Normaler Text */
p
{
	font-size:10px;
	/*margin:14px;*/
}

ul, li
{
    margin: 0 0 0 10;
    padding: 0;
}

/* Kommentar */
small
{
	font-size:9px;
}

/* Tests */
.testnummer
{
	font-size:22px;
	color:#FFFFFF;
	background-color:#B1C7D2;
	text-align:center;
	vertical-align:middle;
	width:30px;
}

.flash
{
  position: absolute;
	left: 230px;
}
.testfrage
{
	font-weight:bold;
}

/* Tippblock (im Detailfenster) */
div.texttipp 
{
	border-top:1px dotted #6D6E67;
	border-bottom:1px dotted #6D6E67;
	padding-top: 10px;
}

div.texttipp p
{
	background-repeat:no-repeat;
	background-image:url(graphics/pfeile.gif);
	background-position:0px 3px;
	padding:0 0 10px 0;
	padding-left:25px;
}

.testleerezelle
{
	height:1px;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}

/* Text bei der Auswertungstabelle */
.textheadersmall
{
	font-size:9px;
	text-align:center;
}

/* Text bei der Auswertungstabelle */
.header16
{
	font-size:16px;
	text-align:center;
}

/* Text ohne Unterstrich im Link ausgeben */
.kurztexta
{
	text-decoration:none;
}

.tablelogo
{
	width:99%;
	border:5pt solid #FFFFFF;
}

/* Wg. vermutlichen Bug im FF */
.weisseschrift
{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}

.linklist {margin-bottom: 2px;margin-top: 5px;}

img.screenx {
	display: inline;
}

img.printx {
	display: none;
}