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

Changes:
17.01.07 - Erstellung CSS Datei mit Seitenstruktur und Grundelementen

*/






/* === Prozess-Bar ==================================== */
	
#main_progress ul {
	list-style-type: none;
	margin-top: 10px;
	padding: 0;
/*	border: 1px solid black; */
	width: 150px;
	text-decoration: none;
}

#main_progress ul li {
	padding: 0 2px 0 0px;
	color: #000;
}

#main_progress ul li.step1, li.step2, li.step3, li.step4 {
	padding-left: 0px;
}

#main_progress ul.subklasse {
	list-style-type: none;
	margin: 0px;
	padding: 3px 0 20px 0;
	text-align: right;
	width: 130px;
}

#main_progress ul.subklasse li.titel {
	text-align: left;
	line-height: 17px;
	border-bottom: 1px solid #D8D8D8;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
#main_progress ul.subklasse li {
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 20px 0 0;
	line-height: 17px;
	color: #C0C0C0;
	font-size: 11px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 2px;
}
#main_progress ul.subklasse li.empty {
	background-image: none;
}
#main_progress ul.subklasse li.done {
	background-image: url(../img/ok_16x16.gif);
}
#main_progress ul.subklasse li.wait {
	background-image: url(../img/time_16x16.gif);
}
#main_progress ul.subklasse li.edit {
	background-image: url(../img/edit_16x16.gif);
}
#main_progress ul.subklasse li.show {
	background-image: url(../img/graph2_16x16.gif);
}
#main_progress ul.subklasse li.download {
	background-image: url(../img/save_16x16.gif);
}
#main_progress ul.subklasse li.getliste {
	background-image: url(../img/save_16x16.gif);
}
#main_progress ul.subklasse li a {
	padding: 0 20px 0 0;
	text-decoration: none;
	display: block;
	color: #000;
	width: 110px;
	margin-top: 0px;
	border-bottom: 0px solid #a7221d;
}
#main_progress ul.subklasse li a:hover {
	border-right: 2px solid #a61b1e;
}


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

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

	.center {
		text-align: center;
	}
	
	a:link, a:visited	{ 
		color: #00275B;  
		text-decoration: underline;
	}
	
	a:hover, a:active	{
		text-decoration: none;
	}

	h1 {
		color: #000;
		font-size: 17px; 
		font-weight: none;
		margin: 0 0 10px 0;
	}
	
	h2 {
		color: #000;
		font-size: 14px; 
		font-weight: none;
		margin: 0 0 10px 0;
	}
	
	h3 {
		color: #000;
		font-size: 13px; 
		font-weight: none;
		margin: 0 0 10px 0;
	}
	h3.tab {
		margin-left: 30px;
	}
	h3.red {
		font-size: 15px;
		border: 2px solid red;
		padding: 4px;
		width: 300px;
	}
	h3.black {
		font-size: 15px;
		border: 2px solid black;
		padding: 4px;
		width: 450px;
		margin-top: 40px;
	}

	h4 {
		color: #808080;
		font-size: 10px;
		margin: 0 0 10px 0;
		padding-top: 2px;
		padding-bottom: 2px;
		border-bottom: 1px dotted #000;
	}
	
	h5 {
		color: #000;
		font-size: 11px;
		margin: 0 0 10px 0;
	}
	
	.fehler	{
		color: #FF0000;
		font-weight: bold;
	}

	.fehlerFeld	{
		color: #DF1F1F;
		background: #FFE8E0 url("../img/error_16x16.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;
	}	


	.kontext_fehler	{
		color: #DF1F1F;
		background: #FFE8E0 url("../img/error_16x16.gif") no-repeat 10px 10px;
		border: 1px solid #DF1F1F;
		padding: 5px 5px 5px 35px;
		width: 400px;
	}	
	
	.kontext_ok	{
		color: #209830;
		background: #EFF7EF url("../img/ok_16x16.gif") no-repeat 10px 5px;
		border: 1px solid #209830;
		padding: 5px 5px 5px 35px;
		width: 400px;
	}	
	.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;
	}
	
	p.normal {
		width: 500px;
	}
	p.right {
		text-align: right;
		float: right;
	}

	p.small {
		font-size: 10px;
	}
	p.error {
		font-size: 12px;
		color: red;
		font-weight: bold;
	}
	
	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; }
	
	table.helpdiv {
		font: 11px Arial, Verdana, Tahoma ;
		text-align: center;
	}
	
	p.box {
		border: 1px solid #BFBFBF;
		font-size: 13px;
		font-weight: bold;
		padding: 15px;
		width: 250px;
		text-align: center;
	}
	.box {
		border: 1px solid #6A6A6A;
		font-size: 13px;
		font-weight: normal;
		padding: 10px;
		width: 270px;
		text-align: left;
		font-size: 11px;
	}
	p.box_large {
		border: 1px solid #BFBFBF;
		font-size: 13px;
		font-weight: bold;
		padding: 15px;
		width: 400px;
		text-align: center;
	}
	
	.mailchg {
		width: 180px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	p.red_box {
		border: 2px solid red;
		padding: 4px;
		margin-bottom: 10px;
	}
	
/* === Form: elements ==================================== */

	textarea, input, select {
		background: #E6E6E6;
		border: 1px solid #000;
		color: #000;
		font:  12px Arial, Verdana, Tahoma ;
		margin: 0px;
		padding: 1px;
	}
	
	input.small { width: 50px; }
	
	select.select {
		background: #fff;
		border: 1px solid #000;
		font:  10px Arial, Verdana, Tahoma ;
		margin: 0px;
		padding: 0px;
		width: 30px;
	}
	
	input.radio, input.checkbox {
		background: none;
		border: 0px solid #000;
		font:  12px Arial, Verdana, Tahoma ;
		margin: 1px;
		padding: 3px;
	}
	
	input:focus, textarea:focus {
		background: #fff;
		border: 1px solid #686868;
	}	
	
	.btn_form {
		border: 0px solid #000;
		background-color: transparent;
	}
	
	input.download {
		background-image:url(../img/save_16x16.gif);
		background-repeat:no-repeat;
		background-position: 5px 5px;
		padding: 5px;
		width: 350px;
	}
	
	input.download_neu {
		background-image:url(../img/save_16x16.gif);
		background-repeat:no-repeat;
		background-position: 5px 5px;
		padding: 5px;
		width: 180px;
	}
	
	form.input input {
		background-color: #acd7ff;
	}


/* ===  Anmeldung ==================================== */

	.user {
		padding: 0;
		margin: 0;
	}
	.user input.textfeld {
		padding-top: 0px;
		font: 10px Arial, Verdana, Tahoma;
		width: 70px;
		height: 12px;
		padding: 1px;
		margin: 0px;
	}
	.user input.button {
		padding-top: 0px;
		font: 10px Arial, Verdana, Tahoma;
		width: 74px;
		height: 17px;
		padding: 1px;
		margin: 0px;
	}
	.user td {
		font: 10px Arial, Verdana, Tahoma;	
		color: #777;
	}
	.user p {
		font: 10px Arial, Verdana, Tahoma;	
		color: #777;
	}

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

	.klasse {
		margin: 10px 0 0 0px;
		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;
		font: 13px Arial, Verdana, Tahoma;
		text-align: center;
	}
	table.login input.button {
		padding-top: 0px;
		font: 12px Arial, Verdana, Tahoma;
		width: 102px;
		height: 22px;
		padding: 1px;
		margin: 0px;
	}

	fieldset {
		padding: 5px;
		margin-bottom: 5px;
	}

	fieldset p {
		margin-top: 20px;
	}
	
	fieldset legend {
		font: 15px Arial, Verdana, Tahoma;
		font-weight: bold;
	}

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

	table.prolist {
		border: 1px solid #BFBFBF;
		width: 400px;
	}

	table.prolist td.pronew {
		vertical-align: center;
		text-align: center;
		background-color: #E6E6E6;
		width: 50px;
	}
	table.prolist td.proakt {
		vertical-align: center;
		text-align: center;
		background-color: #DDFFDD;
		width: 50px;
	}
	table.prolist td.proend {
		vertical-align: center;
		text-align: center;
		background-color: #FFDDDD;
		width: 50px;
	}
	table.prolist td.titel {
		font-size: 13px;
		font-weight: bold;
		padding: 5px;
		border-bottom: 1px solid #BFBFBF;
	}
	table.prolist td.info {
		font-size: 11px;
		padding: 5px;
	}
	table.prolist td.btn {
		text-align: right;
		padding: 5px;
	}

	table.prolist input {
		height: 23px;
		background: #E6E6E6;
		border: 1px solid #ccc;
		color: #000;
		font:  13px Arial, Verdana, Tahoma ;
		margin: 0px;
		padding: 1px;
	}
	table.prolist input:hover {
		background-color: #FFF;
	}
	
	
	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;
	}


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

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

	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;
	}
	table.klassenauswahl input:hover {
		background: #FFF;
	}

/* === ProjektSchuldaten ==================================== */

	table.formschulen {
		border-color: #bbbbbb;
		border-style: solid;
		border-width: 1px;
	}

	table.formschulen td.inputfield {
		width: 350px;
		background-color: #FFF;
		padding-left: 5px;
	}

	table.formschulen td.inputfieldright {
		width: 350px;
		background-color: #FFF;
		padding-left: 82px;
	}

	table.formschulen td.titel {
		width: 150px;
		background-color: #D8D8D8;
		text-align:right;
		padding-right: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
		vertical-align:top;
	}

	table.formschulen input.inp6 {
		width: 30px;
	}
	
	table.formschulen textarea, table.formschulen input, table.formschulen select {
		background: #E6E6E6;
		border: 1px solid #ccc;
		color: #000;
		font:  13px Arial, Verdana, Tahoma ;
		margin: 3px;
		padding: 3px;
	}

	table.formschulen input:focus, table.formschulen textarea:focus {
		background: #fff;
		border: 1px solid #ccc;
	}

	table.formschulen input.inp6 {
		width:60px;
	}
	
	table.formschulen input.inp50, table.formschulen textarea.inp50 {
		width:297px;
	}
	
	table.formschulen input.inp44, table.formschulen select.inp44 {
		width:305px;
	}
	
	table.formschulen input.inp44 {
		width:220px;
	}
	
	table.formschulen select.anrede {
		width: 70px;
	}
	
	
/* === Klassen ==================================== */
table.tabKlasse {
	width: 400px;
	font-size: 11px;
	border: 1px solid #6A6A6A;
}
table.tabKlasse tr.oddcolor {
	background-color: #eee;
}
table.tabKlasse tr.head {
	background-color: #D8D8D8;
	color: #000;
	font-weight: bold;
}
table.tabKlasse td {
	padding: 4px;
}
table.tabKlasse .name {
	width: 70px;
}
table.tabKlasse .anzahl {
	width: 30px;
}
table.tabKlasse .submit {
	width: 300px;
}
table.tabKlasse .submit:hover {
	background-color: #fff;
}
table.tabKlasse .inactive {
	color: #808080;
}


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

.dd {
	width: 120px;
	background-color: #fff;
	font-size: 11px;
	z-index:10;
	position: relative;
}
.dd_small {
	width: 75px;
	font-size: 11px;
	z-index:10;
	position: relative;
}
.txt {
	width: 95px;
	background-color: #fff;
	font-size: 11px;
}



	
/* === Ergebnis-Eingabe der Schüler ==================================== */

	
	.DIVeingSchuelerSmall {
		margin: 1px;
		padding: 0px;
		border-top: 1px solid #646464;
		border-right: 3px solid #646464;
		border-bottom: 3px solid #646464;
		border-left: 1px solid #646464;
		width: 350px;
	}
	
	table.eingSchuelerSmall {
		margin: 0px;
		padding: 0px;
	}
	
	table.eingSchuelerSmall td {
		text-align: center;
		padding: 1px;
	}
	table.eingSchuelerSmall td.nummerWait {
		font-size: 18px;
		font-weight: bold;
		vertical-align: center;
		text-align: center;
		width: 40px;
	}
	table.eingSchuelerSmall td.nummerWaitIntern {
		font-size: 14px;
		font-weight: bold;
		vertical-align: center;
		text-align: center;
		width: 60px;
	}
	table.eingSchuelerSmall td.sex {
		width: 30px;
		/*border-right: 1px solid #BFBFBF;*/
	}
	table.eingSchuelerSmall td.status {
		width: 40px;
	}
	table.eingSchuelerSmall td.open {
		width: 120px;
	}
	table.eingSchuelerSmall td.erg {
		width: 40px;
	}


	.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; */
	}
	.DIVeingSchuelerLargePP {
		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: 250px; */
	}
	.DIVeingSchuelerLargeDe {
		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: 300px; */
	}
	.DIVeingSchuelerLargeS {
		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: 370px; */
	}
	.DIVeingSchuelerLargeM {
		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: 220px; */
	}
	.DIVeingSchuelerLargeG {
		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: 470px; */
	}

	.DIVeingSchuelerLarge p {
		margin: 0 0 10px 30px;
	}
	.DIVeingSchuelerLargePP p {
		margin: 0 0 10px 30px;
	}
	.DIVeingSchuelerLargeDe p {
		margin: 0 0 10px 30px;
	}
	.DIVeingSchuelerLargeS p {
		margin: 0 0 10px 30px;
	}
	.DIVeingSchuelerLargeM p {
		margin: 0 0 10px 30px;
	}
	.DIVeingSchuelerLargeG p {
		margin: 0 0 10px 30px;
	}
	

	table.eingSchuelerLarge {
		margin: 0px;
		padding: 0px;
	}
	
	table.eingSchuelerLarge td {
		text-align: center;
	}
	table.eingSchuelerLarge td.nummerEdit {
		font-size: 18px;
		font-weight: bold;
		vertical-align: center;
		text-align: center;
		width: 40px;
	}
	table.eingSchuelerLarge td.nummerEditIntern {
		font-size: 14px;
		font-weight: bold;
		vertical-align: center;
		text-align: center;
		width: 60px;
	}
	table.eingSchuelerLarge td.sex {
		width: 30px;
	}
	table.eingSchuelerLarge td.status {
		width: 40px;
	}
	table.eingSchuelerLarge td.open {
		width: 120px;
	}
	table.eingSchuelerLarge td.erg {
		width: 40px;
	}

	
	
	table.dateneingabe {
		margin: 0 0 0 30px;
		padding: 0px;
		width: 400px;
	}
	
	table.dateneingabe td {
		padding: 2px;
		text-align: left;
	}
	table.dateneingabe .inactive {
		color: #808080;
	}


	input.eingabe_bt {
		width: 200px;
	}
	
	table.navi {
		padding: 0px;
		margin: 0px;
	}
	table.navi td.text {
		text-align: center;
	}
	
	/* === Ticket ==================================== */
	
ul.ticket {
	list-style-type: none;
	margin-left: -10px;
	width: 180px;
	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;
	}
	
ul.ticket li a:hover {
	border-right: 5px solid #a61b1e;
}


/* ===  Mitteilung kurz ==================================== */

.mitteilung {
	margin-bottom: 15px;
	width: 250px;
	border-left: 1px dotted #6A6A6A;
	border-right: 1px dotted #6A6A6A;
	border-top: 1px dotted #6A6A6A;
	border-bottom: 1px dotted #6A6A6A;
	/*	background-color: #eee; */
	padding: 0px;
	max-height: 180px;
	
}
.mitteilung h4 {
	color: #000;
	font-size: 11px;
	border-bottom: none;
	font-weight: bold;
	background-color: #eee;
	text-align: center;
}
.mitteilung h5 {
	color: #000;
	font-size: 10px;
	padding-right: 5px;
	margin: 0px;
	font-weight: normal;
	text-align: center;
	font-style:italic;
}
.mitteilung .text {
	font-size: 11px;
	padding: 5px;
}

/* ===  News Mitteilung ==================================== */

.news {
	margin-bottom: 15px;
	width: 500px;
	border: 1px solid #6A6A6A;
	padding: 5px;
	background-color: #fff;	
}
.news h3 {
	color: #000;
	font-size: 12px;
	border-bottom: none;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
}

/* ===  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;
	}	


