/* 

Allgemeine, in allen Seiten verwendete Klassendefinitionen 
	

*/


/* Body, helles Grau als Hintergrund */

bodyback {
	background-color:#efefef;
}

/* Basisdefinition für Container */

div {
	border-style:none;
	align:center;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
 	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

/* Container für zentrales Hintergrundbild */

div.backcontainer {	
	width:920px;
	height:670px;
	z-index:1;
}

/* Container für den Arbeitsbereich */

div.workcontainer {
	position:absolute;
	top:1px;
	left:1px;
	width:918px;
	height:668px;
	z-index:2;
}

/* Container für Titel */

div.titlecontainer {
	position:absolute;
	top:14px;
	left:296px;
	width:600px;
	height:50px;
	z-index:3;
 	text-align:right;
	font-size:18pt;
	font-weight: bold;
	font-style:italic;
	color: #ff822d;
}

/* Container für Lernart-Logo */

div.logocontainer  {
	position:absolute;
	top:528px;
	left:861px;
	width:37px;
	height:119px;
	z-index:4;
}

/* Container für Welcome-Text */

div.welcomecontainer {
	position:absolute;
	top:123px;
	left:238px;
	width:354px;
	height:60px;
	z-index:5;
}

/* Container für Homepage-Fotos */

div.homefoto {
	position:absolute;
	top:153px;
	left:320px;
	width:560px;
	height:344px;
	z-index:5;
}

/* Container für Impressum */

div.impressum_main {
	position:absolute;
	top:116px;
	left:269px;
	width:560px;
	height:500px;
	z-index:10;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color: #444444;
}


/* Container für Mailer-Error */

div.mailererror {
	position:absolute;
	top:153px;
	left:320px;
	width:560px;
	height:344px;
	z-index:20;
}


/* Container für das Link-Menu */

div.menucontainer {
	position:absolute;
	top:5px;
	left:5px;
	width:250px;
	height:300px;
	z-index:99;
}

/* Text- und Linkdefinition für das Menü */

.menu {
 	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
	color: #ff822d;
}

a.menu {
	color: #ff822d;
}

a.menu:link 
{ 
	color: #ff822d;
}

a.menu:visited 
{ 
	color: #ff822d;
}

a.menu:hover 
{ 
	color: #ff822d;
	font-weight: bold;

	font-size:15pt;
}

a.menu:active 
{ 
 	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:15pt;
	font-weight: bold;
	font-weight: bold;
	color: #ff822d;
}

/* Text- und Linkdefinition  */

a.active 
{ 
 	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:15pt;
	font-weight: bold;
	font-weight: bold;
	color: #ff822d;
}


/* Linktext Orange und 11 Punkt */

.linktxt {
 	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:11pt;
	color: #ff822d;
}

a.linktxt {
	font-size:12pt;
}

a.linktxt:link 
{ 
	color: #ff822d;
}

a.linktxt:visited 
{ 
	color: #ff822d;
	font-size:12pt;
}

a.linktxt:hover 
{ 
	color: #ff822d;
	font-weight: bold;
}

a.linktxt:active 
{ 
	color: #ff822d;
	font-weight: bold;
}


/* Linktext Orange und 10 Punkt */

a.linktxt10 {
	color: #ff822d;
	font-size:10pt;
}

a.linktxt10:link 
{ 
	color: #ff822d;
}

a.linktxt10:visited 
{ 
	color: #ff822d;
}

a.linktxt10:hover 
{ 
	color: #ff822d;
	font-weight: bold;
}

a.linktxt10:active 
{ 
	color: #ff822d;
	font-weight: bold;
}


.greytext {
	color: #444444;
	font-weight: normal;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

/* Spezialtext für "lernArt"-Elemente im normalen Text */

.orange {
	color: #ff822d;
	font-weight: normal;
}

.b_orange {
	color: #ff822d;
	font-weight: bold;
}


.b_orange_14 {
	color: #ff822d;
	font-weight: bold;
	font-size:14pt;
}



/* Deutsche An- und Abführungszeichen */

q {
	quotes:"\201E" "\201C";
}

/* Vorladen der Bilder der Home-Seite */

.hidepics {
  width:0px;
  height:0px;
  display:none;
}

