/*  
Theme URI: css/style.css
Description: ISQ-Portal CSS-Lyout/Design
Version: 1.0
Author: Sebastian Bosse

Changes:

*/

/* === Prozess-Bar ==================================== */

ul.verlauf {
	list-style-type: none;
	text-align: left;
	margin-bottom: 25px;
}
ul.verlauf li {
	padding-right: 20px;
	height: 24px;
	font-size: 12px;
	border-bottom: 1px solid #D8D8D8;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	text-align: right;
}
ul.verlauf li a {
	
}
ul.verlauf li a:hover {
	
}
ul.verlauf li.titel {
	font-weight: bold;
	text-align: left;
}
ul.verlauf li.getliste {
	background-image: url(../img/save_16x16.gif);
}
ul.verlauf li.empty {
	background-image: url(../img/user3sw_16x16.gif);
	color: #C0C0C0;
}
ul.verlauf li.done {
	background-image: url(../img/ok_16x16.gif);
	color: #C0C0C0;
}
ul.verlauf li.wait {
	background-image: url(../img/time_16x16.gif);
	color: #C0C0C0;
}
ul.verlauf li.edit {
	background-image: url(../img/edit_16x16.gif);
}
ul.verlauf li.show {
	background-image: url(../img/graph2_16x16.gif);
}
ul.verlauf li.download {
	background-image: url(../img/save_16x16.gif);
}


/* === General ==================================== */

	*	{
		padding: 0;
		margin: 0;
	}
	
	table, p {
		font-size: 12px;
		margin-bottom: 15px;
		font-family: Verdana, Arial, Tahoma;
	}		

	.center {
		text-align: center;
	}
	
	h3 {
		color: #000;
		font-size: 12px; 
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	h3.tab {
		margin-left: 30px;
	}

	h4 {
		color: #808080;
		font-size: 10px;
		margin: 0 0 15px 0;
		padding-top: 2px;
		padding-bottom: 2px;
		border-bottom: 1px dotted #000;
	}
	
	h5 {
		color: #000;
		font-size: 11px;
		margin: 0 0 10px 0;
	}
	
	p.normal {
		width: 500px;
	}
	p.right {
		text-align: right;
		float: right;
	}

	p.small {
		font-size: 10px;
		line-height: 13px;
	}
	p.error {
		font-size: 12px;
		color: red;
		font-weight: bold;
	}
	p.achtung {
		border: 1px solid #a8221a;
		padding: 5px;
	}
	
	img {
		border: 0px;
	}
	img.valign
	{
		vertical-align:middle;
	}
	img.helpimg
	{
		border: 1px solid black;
	}

	input.disabled {
		color: #646464;
	}

	p.hilfe {
		margin-top: 5px;
		text-align: right;
		float: right;
	}
	
	label { cursor:pointer; }
	
	.left { float: left; }
	.right { float: right; }

	.mail_ok	{
		background: url("../img/ok_16x16.gif") no-repeat;
		padding: 0px 0px 0px 35px;
		color: #000;
		font-weight: bold;
	}	

	p.box {
		border: 1px solid #BFBFBF;
		font-size: 13px;
		font-weight: bold;
		padding: 15px;
		width: 250px;
		text-align: center;
	}
	.box {
		border-top: 1px solid black;
		border-right: 2px solid black;
		border-bottom: 2px solid black;
		border-left: 1px solid black;		
		font-size: 13px;
		font-weight: normal;
		padding: 10px;
		width: 270px;
		text-align: left;
		font-size: 11px;
	}
	p.box_large {
		border: 1px dotted #BFBFBF;
		font-size: 13px;
		font-weight: bold;
		padding: 10px;
		width: 380px;
		text-align: center;
	}
	
	#content a.img_link { 
		border: 0px;
	}
	
/* === Form: elements ==================================== */

	textarea, input, select {
		background: #E6E6E6;
		border: 1px solid #000;
		font:  12px Arial, Verdana, Tahoma ;
		margin: 0px;
		padding: 1px;
	}
	
	input.radio, input.checkbox {
		background: none;
		border: 0px solid #000;
		font:  12px Arial, Verdana, Tahoma ;
		margin: 1px;
		padding: 3px;
	}
	
	.btn_form {
		border: 0px solid #000;
		background-color: transparent;
	}
	
	input.submit  {
		width: 170px;
		cursor:pointer;
	}
	
	input.long, textarea.long {
		width:300px;
	}

	input.short {
		width:52px;
	}
	
	select.short {
		width: 70px;
	}	

	input.middle {
		width:240px;
	}
	
	select.long {
		width:305px;
	}

	input.middleplus {
		width:240px;
		margin-left: 60px;
	}
	
	
	
	input.download {
		background-image:url(../img/save_16x16.gif);
		background-repeat:no-repeat;
		background-position: 5px 5px;
		padding: 5px;
		width: 350px;
	}
	
	input.button {
		border: 1px solid #a7221d;
		background-color: #FFF;
		width: 100px;
	}

/* === Schritte: Klassenauswahl ==================================== */
	
	.projekt_ALT {
		margin: 5px 0 0 20px;
		font-size: 11px;
		font-weight: bold;
		height: 30px;
	}
	
	.projekt select {
		font: 11px Arial, Verdana, Tahoma;
		width: 100px;
		background-color: #FFF;
	}

	.klasse {
		color: #000;
		font-size: 11px;
		font-weight: bold;
	}
		
	.klasse select {
		font: 11px Arial, Verdana, Tahoma;
		width: 130px;
		background-color: #FFF;
	}
	
	
/* === Login ==================================== */

	table.login td {
		width: 100px;
	}
	
	table.login input {
		height: 20px;
		width: 100px;
		padding-top: 2px;
		padding-bottom: 0px;
		font: 13px Arial, Verdana, Tahoma;
	}



/* === Projektauswahl ==================================== */

	table.projektuebersicht_info {
		width: 760px;
		margin-bottom: 25px;
	}

	table.projektuebersicht_info td.news {
		width:450px; 
		border: 0px; 
		border-bottom: 1px dotted #000; 
		font-size: 12px; 
		padding: 2px; 
		vertical-align: top;
		line-height: 17px;
	}
	table.projektuebersicht_info td.newskurz {
		width:250px; 
		border: 0px; 
		border-bottom: 1px dotted #000; 
		font-size: 11px; 
		padding: 2px; 
		vertical-align: top;
		line-height: 17px;
	}

	table.projektauswahl {
		width: 765px;
		margin-bottom: 25px;
	}

	table.projektauswahl td {
		border-bottom: 1px dotted #000;
		line-height: 25px;
		padding-left: 2px;
	}

	 input.zumProjekt {
		height: 17px;
		background: none;
		border: 0px;
		border-bottom: 1px solid #a7221d;
		color: #000;
		margin: 3px;
	}
	 input.zumProjekt:hover {
		cursor: pointer;
	}
	
	.ok	{
		color: #209830;
		background: #EFF7EF url("../img/ok_12x12.gif") no-repeat 8px 5px;
		border: 1px solid #209830;
		padding: 3px 4px 2px 28px;
		width: 250px;
		font-size: 10px;
		font-weight: bold;
		line-height: 16px;
	}
	
	.fehler	{
		color: #DF1F1F;
		background: #FFE8E0 url("../img/error_12x12.gif") no-repeat 6px 4px;
		border: 1px solid #DF1F1F;
		padding: 3px 4px 2px 28px;
		width: 250px;
		font-size: 10px;
		font-weight: bold;
		line-height: 16px;
	}	
	.hinweis	{
		color: blue;
		background: lightblue url("../img/information_16x16.gif") no-repeat 6px 4px;
		border: 1px solid blue;
		padding: 3px 4px 2px 28px;
		width: 250px;
		font-size: 10px;
		font-weight: bold;
		line-height: 16px;
	}	

	
/* === Klassenauswahl ==================================== */

	table.klassenauswahl {
		border-left: 1px solid #BFBFBF;
		border-top: 1px solid #BFBFBF;
		border-right: 1px solid #BFBFBF;
		width: 300px;
	}

	table.klassenauswahl td {
		border-bottom: 1px solid #BFBFBF;
		height: 35px;
	}
	table.klassenauswahl td.status {
		vertical-align: center;
		text-align: center;
		background-color: #DDFFDD;
		width: 50px;
		padding-top: 3px;
	}
	table.klassenauswahl td.titel {
		font-size: 13px;
		font-weight: bold;
		padding: 5px;
	}
	table.klassenauswahl td.info {
		font-size: 11px;
		padding: 5px;
	}
	table.klassenauswahl td.btn {
		text-align: right;
		padding: 5px;
	}

	table.klassenauswahl input {
		height: 23px;
		background: #E6E6E6;
		border: 1px solid #ccc;
		color: #000;
		font:  13px Arial, Verdana, Tahoma ;
		margin: 0px;
		padding: 1px;
		cursor: pointer;
	}
	table.klassenauswahl input:hover {
		background: #FFF;
	}

/* === Tabellen ==================================== */

	table.standard2 {
	}
	table.standard2 td.titel {
		width: 150px;
		text-align:left;
		vertical-align:top;
		padding: 2px;
	}

	table.standard3 {
		width: 760px;
	}
	table.standard3 td {
		border-bottom: 1px dotted #000;
		height: 23px;
	}
	table.standard3 td.titel {
		padding-bottom: 10px;
		font-weight: bold;
		border-bottom: 0px;
	}
	table.standard3 td.datum {
		width: 150px;
	}
	table.standard3 td.projekt {
		width: 350px;
	}
	table.standard3 td.status {
		
	}

	
/* === Klassen ==================================== */
table.tabKlasse {
	width: 350px;
	font-size: 11px;
	border: 1px solid #6A6A6A;
}
table.tabKlasse tr.oddcolor {
	background-color: #eee;
}
table.tabKlasse tr.head {
	background-color: #D8D8D8;
	color: #000;
}
table.tabKlasse td {
	padding: 4px;
}
table.tabKlasse .name {
	width: 50px;
}
table.tabKlasse .anzahl {
	width: 50px;
}
table.tabKlasse .submit {
	width: 200px;
}


/* === Sch�ler ==================================== */
table.standard {
	width: 550px;
	font-size: 11px;
	border: 1px solid #6A6A6A;
}
table.standard tr.oddcolor {
	background-color: #eee;
}
table.standard tr.fehlercolor {
	background-color: #fcc;
}
table.standard tr.head {
	background-color: #D8D8D8;
	color: #000;
}
table.standard td {
	padding: 4px;
}
table.standard td input {
	cursor: pointer;
}
table.standard td.error_border {
	border: 2px solid #FF8080;
	background-color: #FFBFBF;
}

select.dd {
	width: 100px;
	background-color: #fff;
	font-size: 11px;
}
input.dd {
	width: 96px;
	background-color: #fff;
	font-size: 11px;
}

/* === Wizard ==================================== */

#wizard table  {
	text-align:left;
	padding-left:5px;
	border-left:1px solid #6A6A6A;
	border-spacing:0px;
	padding:0px;
}
#wizard table th {
	border-top:1px solid #6A6A6A;
	border-bottom:1px solid #6A6A6A;
	border-right:1px solid #6A6A6A;
	padding-left: 5px;
	padding-right: 5px;
}
#wizard table td {
	border-bottom:1px solid #6A6A6A;
	border-right:1px solid #6A6A6A;
	padding: 5px;
}
#wizard table td input.checkbox {
	margin-top: 7px;
	margin-left: 5px;
	margin-bottom:0px;
}
#wizard table th.bordernone, #wizard table td.bordernone {
	border:none;
}

#wizard ol {
	padding-left:20px;
	font-size:12px;	
}
#wizard p.success{
	color: green; 
	font-weight: bold;
}		
.nowrap {white-space: nowrap;}


#wizard table.klassen tr.head {
	background-color: #FFF;
} 
	
/* === Ergebnis-Eingabe der Sch�ler ==================================== */

	
	.DIVeingSchuelerSmall {
		margin: 1px;
		padding: 1px;
		border-top: 1px solid #646464;
		border-right: 3px solid #646464;
		border-bottom: 3px solid #646464;
		border-left: 1px solid #646464;
		width: 400px;
	}
	.DIVeingSchuelerMiddle {
		margin: 1px;
		padding: 1px;
		border-top: 1px solid #646464;
		border-right: 3px solid #646464;
		border-bottom: 3px solid #646464;
		border-left: 1px solid #646464;
		width:540px;
	}
	
	.DIVeingSchuelerAbgeschlossen {
		margin: 1px;
		padding: 1px;
		border-top: 1px solid #646464;
		border-right: 3px solid #646464;
		border-bottom: 3px solid #646464;
		border-left: 1px solid #646464;
		width: 440px;
		background-color: #eee;
	}

	.DIVeingSchuelerKeinTest {
		margin: 1px;
		padding: 1px;
		border-top: 1px solid #646464;
		border-right: 3px solid #646464;
		border-bottom: 3px solid #646464;
		border-left: 1px solid #646464;
		width: 440px;
		background-color: #eee;
	}
	
	table.eingSchuelerSmall {
		margin: 0px;
		padding: 0px;
		width: 400px;
	}

	table.eingSchuelerMiddle {
		margin: 0px;
		padding: 0px;
		width: 540px;
	}

	table.eingSchuelerSmall td {
		width: 50px;
		text-align: center;
	}
	table.eingSchuelerSmall td.nummerWait {
		font-size: 17px;
		font-weight: bold;
		vertical-align: center;
		text-align: center;
		width: 30px;
	}
	table.eingSchuelerSmall td.info {
		width: 30px;
	}
	table.eingSchuelerSmall td.info img {
		margin-top: 4px;
	}
	table.eingSchuelerSmall td.wertung1 {
	}
	table.eingSchuelerSmall td.wertung2 {
	}
	table.eingSchuelerSmall td.teilnahme {
		width: 30px;
	}
	table.eingSchuelerSmall td.eingabe {
		width: 30px;
	}
	table.eingSchuelerSmall td.open {
		width: 140px;
	}
	table.eingSchuelerSmall td.wide {
		width: 140px;
		text-align: center;
	}
	table.eingSchuelerSmall td.deleteResult {
		width: 140px;
	}


	.DIVeingSchuelerLarge {
		margin: 1px;
		padding: 1px;
		border-top: 1px solid #646464;
		border-right: 3px solid #646464;
		border-bottom: 3px solid #646464;
		border-left: 1px solid #646464;
		width: 450px;
		height: 520px;
	}

	.DIVeingSchuelerLarge p {
		margin: 0 0 10px 30px;
	}
	
	.DIVeingSchuelerMatheLarge {
		margin: 1px;
		padding: 1px;
		border-top: 1px solid #646464;
		border-right: 3px solid #646464;
		border-bottom: 3px solid #646464;
		border-left: 1px solid #646464;
		width: 530px;
		height: 600px;
	}
	.DIVeingSchuelerDeutschLarge {
		margin: 1px;
		padding: 1px;
		border-top: 1px solid #646464;
		border-right: 3px solid #646464;
		border-bottom: 3px solid #646464;
		border-left: 1px solid #646464;
		width: 600px;
		/* height: 610px; */
	}

	.DIVeingSchuelerMatheLarge p {
		margin: 0 0 10px 30px;
	}
	.DIVeingSchuelerDeutschLarge p {
		margin: 0 0 10px 30px;
	}
	
	table.eingSchuelerLarge {
		margin: 0px;
		padding: 0px;
		width: 330px;
	}
	
	table.eingSchuelerLarge td {
		width: 50px;
		text-align: center;
	}
	table.eingSchuelerLarge td.nummerEdit {
		font-size: 17px;
		font-weight: bold;
		vertical-align: center;
		text-align: center;
	}
	table.eingSchuelerLarge td.eingabe {
		width: 60px;
	}
	table.eingSchuelerLarge td.open {
		width: 120px;
	}

	table.dateneingabe {
		margin: 0 0 0 30px;
		padding: 0px;
	}
	
	table.dateneingabe td {
		width: 30px;
		text-align: center;
	}

	input.eingabe_bt {
		width: 200px;
	}
	
	table.navi {
		padding: 0px;
		margin: 0px;
	}
	table.navi td.text {
		text-align: center;
	}
	
	.showResultsNoJs {
		display:block;
		margin-bottom:0px;
	}
	.hasJs .showResultsNoJs {
		display:none;
	}
	.showResultsJs {
		margin-bottom:0px;
		display:none;
	}
	.hasJs .showResultsJs {
		display:block;
	}

	/* === Ticket ==================================== */
	
	ul.ticket {
		list-style-type: none;
		margin-left: -10px;
		width: 130px;
		padding: 0;
	}
	
	ul.ticket li {
		margin: 0;
		padding: 0;
		line-height: 30px;
		vertical-align: middle;
	}
	
	ul.ticket li a {
		font-size: 10px;
		margin: 0;
		padding: 0 10px 0 10px;  
		color: #000;
		text-decoration: none;
		margin-top: 0px;
		border-bottom: 0px solid #a7221d;
	}
		
	ul.ticket li a:hover {
		border-right: 2px solid #a61b1e;
	}


/* ===  Mitteilungen ==================================== */

	.mitteilung_titel {
		font-size: 13px;
		font-weight: bold;
	}
	p.mitteilung_text {
		padding: 0px 0px 2px 100px;
		margin-bottom: 0px;
		font-size: 12px;
		width: 600px;
		line-height: 15px;
	}
	p.mitteilung_footer {
		line-height: 13px;
		text-align: left;
		font-size: 10px;
		width: 700px;
		margin-bottom: 10px;
		padding-bottom: 4px;
		border-bottom: 1px dotted #000;
	}
	ul.mitteilung_menue {
		list-style-type: none;
		width: 130px;
		line-height: 12px;
	}	
	ul.mitteilung_menue li {
		font-size: 10px;
		font-weight: normal;
	}
	ul.mitteilung_menue li a {
		border-bottom: 1px solid #a7221d;
	}


	.news {
		border-top: 1px solid black;
		border-right: 2px solid black;
		border-bottom: 2px solid black;
		border-left: 1px solid black;		
		margin-bottom: 15px;
		width: 500px;
		padding: 5px;	
	}
	.news h3 {
		color: #000;
		font-size: 12px;
		font-weight: bold;
		background-color: #fff;
		text-align: center;
		padding-bottom: 2px;
		border-bottom: 1px dotted #000;
	}


/* ===  Download  ==================================== */

	ul.unter_menue {
		list-style-type: none;
		width: 130px;
		line-height: 18px;
	}	
	ul.unter_menue li {
		font-size: 12px;
		font-weight: normal;
	}
	ul.unter_menue li a {
		border-bottom: 1px solid #a7221d;
	}	
	
	
/* ===  Hilfe  ==================================== */

	ul.faq {
		margin: 0px 0px 20px 40px;
		font-weight: normal;
		font-size: 12px;
		font-family: Verdana, Arial, Tahoma;
		width: 600px;
	}
	
	ul.faq_schueler {
		margin: 0px 0px 20px 40px;
		font-weight: normal;
		font-size: 12px;
		font-family: Verdana, Arial, Tahoma;
		width: 680px;
	}
	
	h3.faq_h {
		width: 650px;
	}
	
	
