﻿BODY, TEXTAREA, SELECT, INPUT, CHECK
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

H1, H2, H3, H4, H5
{
	color: #003366;
}

div
{
	text-align: left;
}


IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.hrnormal
{
	width: 100%;
	color: #FFFFFF;
	background: #FFFFFF;
	height: 2px;
}

a
{
	color: #3333cc;
	text-decoration: none;
}
a:visited
{
	color: #3333cc;
}
a:hover
{
	color: #3333cc;
	text-decoration: underline;
}


a.subnavlink
{
	color: #333399;
	font-size: 8pt;
	text-decoration: none;
}
a.subnavlink:hover
{
	text-decoration: underline;
}


a.subnavlink2
{
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
	line-height: 20px;
}
a.subnavlink2:hover
{
	text-decoration: underline;
}


a.subnavlink3
{
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
	line-height: 20px;
	display: block;
	padding: 3px 10px 3px 16px;
}
a.subnavlink3:hover
{
	text-decoration: underline;
	background-image: url(images/arrow_right_lightblue.png);
	background-repeat: no-repeat;
	background-position: left center;
}



.pbody
{
	margin: 0;
	background-color: #FFFFFF;
}
/*	background: url("images/BannerFill.png") repeat-x 0px 0px;*/

.MenuWhiteSeparator
{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 2px;
	border-bottom: solid 2px #FFFFFF;
}



#menu
{
	/* nothing in here right now */
}

#menu .Item
{
	/* CSS class for non-selected Menu Item */
	color: #003B90;
	border-top: solid 1px #003B90;
	border-left: solid 1px #003B90;
	border-right: solid 1px #003B90;
	background-color: #E8EEF5;
	background-image: none;
	height: 19px;
	width: 160px;
	margin-right: 4px;
	text-align: center;
}
#menu .ItemSelected
{
	/* CSS class for hovering and selected Menu Item             ... which can be split up, of course! */
	color: #FFFFFF;
	background: url("images/buttonbgBlau.png");
	font-weight: bold;
}
#menu .ItemSelectedLE
{
	/* CSS class for selected Menu Item in LernEs */
	color: #FFFFFF;
	background: url("images/buttonbgLE.png");
	font-weight: bold;
}
#menu .ItemHover
{
	background-color: #BFCEE4;
}
#menu a, #menu a:visited
{
	/* CSS classes for standard Links, only valid inside the #menu DIV */
	padding-top: 4px;
	background: transparent !important;
	display: block;
}
#menu a:hover, #menu a:active, #menu a:focus
{
	/* CSS classes for standard Links, only valid inside the #menu DIV */
	text-decoration: none;
	background: transparent !important;
	display: block;
}

.menuleft
{
	/* nothing in here right now */
}
.menuleft .Item
{
	/* CSS class for non-selected Menu Item */
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 8pt;
}
.menuleft .ItemSelected
{
	/* CSS class for hovering and selected Menu Item             ... which can be split up, of course! */
	/* color: #003366; */
	color: #BBBBFF;
	background-color: Transparent;
	font-style: italic;
}
.menuleft .ItemHover
{
}
.menuleft a, .menuleft a:visited
{
	/* CSS classes for standard Links, only valid inside the #menu DIV */
}
.menuleft a:hover, .menuleft a:active, .menuleft a:focus
{
	/* CSS classes for standard Links, only valid inside the #menu DIV */
	text-decoration: underline;
}


/* WIZARD */
.stepNotCompleted
{
	background-color: rgb(153,153,153);
	width: 15px;
	border: 1px solid rgb(153,153,153);
	margin-right: 5px;
	color: White;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	padding: 1px 3px;
}

.stepCompleted
{
	background-color: #4d4d4d;
	width: 15px;
	border: 1px solid #4d4d4d;
	color: White;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	padding: 1px 3px;
}

.stepCurrent
{
	background-color: #e01122;
	width: 15px;
	border: 1px solid #e01122;
	color: White;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 1px 3px;
}

.stepBreak
{
	width: 3px;
	background-color: Transparent;
}

.wizardProgress
{
	padding-right: 10px;
	font-family: Arial;
	color: #333333;
	font-size: 12px;
}

.wizardProgressTitle
{
	padding-right: 10px;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}

.wizardTitle
{
	font-family: Arial;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	vertical-align: middle;
}

table.satz{background-color:silver; width:100%}
table.korr
{
	background-color: #dcdcdc;
	width: 100%;
}
table.aufg{background-color: Teal;width:100%}
font.farbgr{FONT-WEIGHT: bold; FONT-SIZE: 11pt; COLOR:red; FONT-FAMILY: Arial,sans-serif;
				letter-spacing: 2px; font-style:italic;}
				td.LevelLeft {width:12px}
td.LevelCenter {}
td.LevelRight {text-align: right}
div.PanelLevel1 {width: 100%; font-weight:bold; background-color:Silver;}
div.PanelLevel2 {width: 100%; font-weight:bold; background-color:#E0E0E0;}
div.PanelLevel3 {width: 100%; font-weight:bold; background-color:White;}

.AnmHelp
{
	padding: 5px;
	background: #307575;
	width: 320px;
	color: #FFFFFF;
	font-size: 11px;
}
.AnmBox
{
	background-position: #D3D3E2;
	background: #EAEAEA;
	height: 30px;
	/*width: 450px;*/
	width: 75%;
	color: #000099;
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	vertical-align: top; 
}
.AnmDetail
{
	background-position: #D3D3E2;
	background: #EAEAEA;
	height: 30px;
	width: 100px;
	color: #000099;
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}
.AnmFett
{
	color: #000080;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.IntraBox
{
	background-position: #EAEAEA;
	background: #EAEAEA;
	color: #000099;
	font-size: 12px;
	font-weight: bold;
	height: 80px;
}
.IntraBox2
{
	padding: 4px;
	background-position: #EAEAEA;
	background: #EAEAEA;
	color: #000099;
	font-size: 11px;
	font-weight: normal;
}
/* Styles für Tabellen in Teilnehmeranzeige.aspx*/

.Kurstabelle_Header
{
	background-color: #BBDDFF;
	color: #000080;
	font-weight: bold;
	text-align: center;
	line-height: 22px;	
}
.Kurstabelle
{
	padding: 12px;
	background-color: #FFFFDF;
	line-height: 25px;
	color: #003399;
	font-weight: bold;
}
.Kurstabelle_AltRow
{
	background-color: #E6E6E6;
	line-height: 25px;
	color: #003399;
	font-weight: bold;
}
.Kurstabelle_Item
{
	padding-left: 10px;
}
.Hefttabelle_Header
{
	background-color: #A3B6E9;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
	line-height: 18px;
	vertical-align: middle;
}
.Hefttabelle_Row
{
	margin: 30px;
	background-color: #FFFFDF;
	line-height: 16px;
	font-size: 10px;
	color: #0033CC;
}
.Hefttabelle_AltRow
{
	background-color: #E9E9E9;
	line-height: 16px;
	font-size: 10px;
	color: #0033CC;
}
.Hefttabelle_Item
{
	padding-left: 10px;
}
.Hefttabelle_Item_2
{
	text-align: right;
	padding-right: 23px;
}
.Hefttabelle_Item_3
{
	text-align: center;
}
.testhg2
{
	background-position: #9988FF;
	background: #CBCBDC;
	height: 250px;
	width: 30px;
	color: #FFFFFF;
}

