@charset "utf-8";
/* --------- always show mozilla scrollbar --------- */
html {overflow-y: scroll;}




/* --------- special teacher headers --------- */
#teacher_header {
    margin: 0 0 10px 0;
	padding: 0px; 
	height: 95px; 
	width: 902px; 
	cursor:pointer;
    background: url('../images/template/head.jpg') no-repeat;
}
#teacher_header .address {
	float:left;
	clear:none;
	width:530px;
	text-align:left; 
	padding-left:130px; 
	padding-top:35px;


}
#teacher_header h2{
	margin-bottom:6px;
	color:#222222;
	font-size:16px;
}
#teacher_header a{
	color:#444444;
	text-decoration:none;
}
#teacher_header .logo {
	float:left;
	text-align:center;
	width:230px;

}

/* --------- standard layout elements --------- */
#header {
    margin: 0 0 10px 0;
	padding: 0px; 
	height: 95px; 
	width: 902px; 
	cursor:pointer;
    background: url('../images/template/head.jpg') no-repeat;
	}
#langNav 	{ 
    float:right;
	} 

#page {
	margin: 0 auto;
	padding: 0;
	width: 902px;
	}

.demo {
	width: 657px;
	height: 164px;
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	}

.login {
	width: 235px;
	height: 164px;
	float: left;
	clear: right;
	text-align:left;
	padding: 0;
	margin: 0 0 10px 0;
	}
.loginText {
	width: 199px;
	padding: 0;
	margin: 82px 0 0 15px;
	}
	


/* --------- Typography & Colors --------- */

body {
	background: #FFFFFF;
	text-align: center;
	margin: 20px 0 20px 0;
	padding: 0; 
	}

body, p, td, input, textarea, select {
	font-size: 11px; 
	font-family: Verdana, Arial, Sans-Serif;
	color: #3f3f3f;
	}
	
p {
	padding: 0px;
	margin: 0px;
}

a, a:link, a:visited {
	color: #6c8ae4;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #ee131e;
	text-decoration: underline;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	color:#435daa;
	font-size: 18px;
	}

h2 {
	color:#435daa;
	font-size: 12px;
	}

h3 {
	color:#435daa;
	font-size: 11px;
	}


h2.titleFaq {
	/*color:#ee131e;*/
	color:#3f3f3f;
	font-size: 11px;
	padding-top:8px;
	padding-bottom:6px;
	}

.bold {
font-weight:bold;
}
.white{
	color:#FFFFFF;
}
.blue{
	color:#435daa;
}
.blueBold{
	color:#435daa;
	font-weight: bold;
}
.blueLight{
	color:#6c8ae4;
}
.blueLightBold{
	color:#6c8ae4;
	font-weight: bold;
}
.red{
	color:#ee131e;
}
.redBold{
	color:#ee131e;
	font-weight: bold;
	font-size:14px;
}

#footerBoxText, #footerBoxText a {
	font-size: 10px;
	color: #3f3f3f;
	text-align:left;
	text-decoration:none;
}

#footer2, #footer2 a{
	font-size: 10px;
	color:#b2b2b2;
	text-align:left;
	text-decoration:none;
}

.loginTextTab{
	font-size: 10px;
	font-weight: bold;
	color:#ececec;
	text-align:left;
}

.appText {
	color: #787878;
	font-size: 9px;
	line-height:100%;
}

a.ankerLink, a.ankerLink:link, a.ankerLink:visited {
	color: #6c8ae4;
	font-size: 9px; 
	text-decoration: none;
}
a.ankerLink:hover, a.ankerLink:active {
	color: #ee131e;
	font-size: 9px;
	text-decoration: none;
}

.appLink, a.appLink, a.appLink:link, a.appLink:visited, a.appLink:hover, a.appLink:active {
	color: #787878;
	font-weight: bold;
	text-decoration: none;
}





/* --------- Message boxes --------- */
.info_text {
	color:red;
	display:block;
	background-color:#F5F5F5;
	padding:10px;
}
.error_text {
	color:red;
	display:block;
	border:1px solid red;
	background-color:#EEEEEE;
	padding:20px;
	font-size:16px;
}
.debug_text {
	background-color:#EEEEEE;
}


/* --------- List-Tables Styles --------- */
.selecttable {
	border-collapse:collapse;
}
.selecttable td {
padding:3px;
}
.selectable_row {
	cursor:pointer;
}
.selectable_row:hover {
	background-color:#FFFFFF;
}
.listtable_row:hover {
	background-color:#FFFFFF;
}
.total_table_row td{
	border-top:1px solid gray;
	border-bottom:1px double gray;
	font-weight:bold;
	font-style:italic;
}
thead{
	font-weight:bold;
	background-color:#F5F5F5;
}
thead td{
	border-bottom:1px solid gray;
}


/* --------- Content-Tables Styles --------- */
.contenttable {
	border-collapse:collapse;
}
.contenttable td{
	padding:2px;
	margin:1px;
	border:0;
}



/* --------- Navigation Link Styles --------- */
.navlink {
	font-weight:bold;
	display:inline;
	width:80px;
	background-repeat:no-repeat;
	background-position:0 50%;
	padding-left:18px;
	font-size:12px;
}
.back {
	background-image:url(../images/arrow_back.png);
	padding-left:14px;
}
.forward {
	background-image:url(../images/arrow_forward.png);
	padding-left:15px;
}
.delete {
	background-image:url(../images/delete.gif);
	margin:0px;
}
.edit {
	background-image:url(../images/edit.gif);
}
.details {
	background-image:url(../images/details.gif);
}
.add {
	background-image:url(../images/add_file.png);
}
.excel {
	background-image:url(../images/filetypes/xls.png);
}





/* --------- Formvalidating Styles --------- */

.fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}
input.required, textarea.required {
	border: 1px solid #ffbf2b;
}
input.fake_required {
	width: 324px;
	height: 15px;
	border: 1px solid #ffd60a;
	background-color:#f5f5f5;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color: #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color: #000;
}
.validation-advice {
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #FF3300;
	color: #fff;
	font-weight: bold;
	font-size:12px;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #c8aa00;
	color: #fff;
	font-weight:bold;
	font-size:12px;
}
.form-row{
	clear:both;
	padding: 0.5em;
}
.field-label{

}

/* --------- Autocompleter DIV --------- */

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb946;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
  border-bottom:1px solid gray;
}








/* --------- Diverse Styles --------- */


a img {
	border: none;
	}
img.picRightBorder {
	float:right;
	margin-left:15px;
	/*margin-bottom:10px;*/
	border:#e3e3e3 solid 1px;
	}
img.picBorder {
	border:#e3e3e3 solid 1px;
	}

tr.tabHead{
	height:20px;
	background-color:#bdc9ee;
}
tr.tabOdd{
	background-color:#dfe2eb;
}
tr.tabEven{
	background-color:#d2d8ed;
}

/* gray boxes */


.homeBox {
	width:320px;
	height:89px;
	padding-top:10px;
	padding-left:13px;
	padding-right:10px;
	padding-bottom:10px;
    background: url('../images/template/shop_cdrom_bg_text.gif') no-repeat;
}
.regBox1 {
	width:480px;
	margin-right:10px;
    background: url('../images/template/box_reg_1_top.gif') #e3e3e3 no-repeat;
	float:left;
}
.regBox1Bottom {
	width:480px;
	height:10px;
    background: url('../images/template/box_reg_1_bottom.gif') no-repeat;
}

.regBox2 {
	width:320px;
    background: url('../images/template/box_reg_2_top.gif') #e3e3e3 no-repeat;
	float:left;
}
.regBox2Bottom {
	width:320px;
	height:10px;
    background: url('../images/template/box_reg_2_bottom.gif') no-repeat;
}

.regStepBoxText {
	margin-top:13px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:3px;
}
.regHinweis {
	clear:both;
}


.boxHome {
	width:400px;
    background: url('../images/template/box_home_top.gif') #e3e3e3 no-repeat;
}
.boxHomeBottom {
	width:400px;
	height:10px;
    background: url('../images/template/box_home_bottom.gif') no-repeat;
}



/* Begin Lists */

html>body ul {
         clear:right;list-style:disc;margin:10px 0 10px 10px;padding:0;
	} 

html>body ul li {
         list-style-type:none;margin:0;padding:0 0 4px 10px;background: url('../images/template/arrow_li.gif') no-repeat;
	}

html>body ol li {
	margin: 7px 0 8px 10px;
	}

html>body ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
	

/*	Begin Headers */
h1, h2, h3 {
	margin: 0;
	}
	

/* forms */
form {
	margin:0;
	padding:0;
}

input.form	{
	font-size: 10px; 
	padding-left:2px;
	border:#bdc9ee 1px solid ;
	background-color:#F5F5F5;
}

textarea.form	{
	height:80px;
	border:#bdc9ee 1px solid;
	background-color:#F5F5F5;

}

input.formSearch	{
	padding-top:2px;
	padding-left:5px;
	padding-bottom:2px;
	width:350px;
	border:#bdc9ee 1px solid ;
	background-color:#F5F5F5;
}


input.formVIPcode	{
	padding-top:2px;
	padding-left:5px;
	padding-bottom:2px;
	width:150px;
	border:#bdc9ee 1px solid ;
	background-color:#F5F5F5;
}

input.formAnzShop	{
	font-weight: bold;
	padding-top:2px;
	padding-left:5px;
	padding-bottom:2px;
	width:20px;
	border:#bdc9ee 1px solid ;
	background-color:#F5F5F5;
}

input.required	{
	padding-top:2px;
	padding-left:5px;
	padding-bottom:2px;
	width:320px;
	border:#ffd60a 1px solid ;
	background-color:#F5F5F5;
}
input.requiredPLZ	{
	padding-top:2px;
	padding-left:5px;
	padding-bottom:2px;
	width:50px;
	border:#ffd60a 1px solid ;
	background-color:#F5F5F5;
}
input.requiredOrt	{
	padding-top:2px;
	padding-left:5px;
	padding-bottom:2px;
	width:258px;
	border:#ffd60a 1px solid ;
	background-color:#F5F5F5;
}
input.notrequired	{
	padding-top:2px;
	padding-left:5px;
	padding-bottom:2px;
	width:320px;
	border:#bdc9ee 1px solid ;
	background-color:#F5F5F5;
}

/* --------- Main Page Button display --------- */
.controlpanel_left {
	float:left;

}


.controlpanel_left a{
	display:block;
	float:left;
	height:70px;
	width:130px;
	background-color:#F5F5F5;
	margin:5px;
	text-align:center;
	padding:5px;
	text-decoration:none;
	border:1px solid #F5F5F5;
	color:#000000;
}
.controlpanel_left img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}
.controlpanel_left a:hover{
	border:1px solid #DDDDDD;
	color:#666666;
}


/* --------- teacher edit admin form --------- */
.teacher_edit {
width:100%;
}
.teacher_edit input[type=text] {
width:303px;
}
.teacher_edit input[type=text].required {
width:300px;
}

