body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #a7a8a0;
}

#main {
	width: 89%;
	min-width: 1000px;
	max-width: 1300px;
	height: 100%;
	background-image: url("../img/white_line.jpg");
	background-repeat: repeat-y;
	background-position: right;
}

* html #main {
	background-image: none;
}

#left {
	margin-right: 300px;
	margin-left: 22px;
	min-width: 260px;
}

* html #left {
	margin-left: 0px;
	width: 800px;
}

/* Div-Rechts */
#rechts {
	float: right;
	margin-right: 0px;
	margin: 0px;
	padding: 0px;
}

* html #rechts {
	position: absolute;
	left: 800px;
	float: none;
}

/* Navigation oben */
#topNav {
	margin: 0px;
	padding: 0px;
	margin-left: 21px;
	padding-top: 7px;
	list-style: none;
}

#topNav li {
	display: inline;
	font-size: 12px;
}

#topNav a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 15px;
	margin: 0px;
}

#topNav a:hover {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}

/* Banner */
#banner {
	margin-top: 10px;
	margin-left: 10px;
	height: 250px;
	background-image: url("../img/banner.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid #43443d;
}

#banner h1 {
	margin: 0px;
	margin-left: -32px;
	background-color: #000000;
	color: #ffffff;
	width: 350px;
	padding: 27px 25px 27px 30px;
	padding-left: 57px;
	font-size: 1.1em;
	font-weight: normal;
}

#text {
	background-color: #ffffff;
	margin-left: 10px;
	border-left: 6px solid #dbdbdb;
	border-bottom: 6px solid #dbdbdb;
	padding: 15px;
	font-size: 0.8em;
	line-height: 1.45em;
	min-height: 375px;
}

#text a:hover {
	text-decoration:none;
}

p.text_inhalt {
	margin-top: 17px;
}

p.text_inhalt a:hover {
	text-decoration:none;
}

#text p {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	/*FEHLER*/
	display: inline;
	/*width:auto;*/
	background-color: #111111;
	color: white;
	font-size: 1.3em;
	font-weight: bold;
	line-height:1.3em
}

h3 {
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	padding:0px;
	padding-top:17px;
}

ul.textliste {
	margin-left: 20px;
}

#text label span {
	font-size: 0.8em;
}

#text ul,ol {
	margin-left: 25px;
	margin-bottom: 20px;
}

#text li {
	margin: 0px;
	padding: 0px;
}

/*Bottom-Bereich*/
#bottom {
	text-align: right;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: auto;
	color: #666666;
	font-size: 0.7em;
	font-family: Verdana;
}

#bottom a {
	background-color: #a7a8a0;
	color: #666666;
	text-decoration: none;
}

#bottom a:hover {
	background-color: transparent;
	color: #ffffff;
}

/* Suchbox */
#suchformular {
	margin-top: 5px;
	height: 21px;
	display: block;
	margin-left: -177px;
}

* html #suchformular {
	margin-left: 0px;
	margin-bottom: 6px;
}

#suchformular input {
	font-size: 10px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
}

#suchformular .submit {
	width: 60px;
	background-color: transparent;
	padding: 1px;
	border: 1px solid #DBDBDB;
}

/* Navigation auf der rechten Seite */
#navigation {
	width: 300px;
	background-color: #f7f7f7;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation ul {
	list-style: none;
}

/* Links in der Navigataion */
li.link a {
	font-size: 0.7em;
	color: #475b6a;
	text-decoration: none;
	display: block;
	padding: 7px 5px 7px 9px;
	/*background-color:#aec6d7;*/
	background-color: #f2f4f6;
	border-bottom: 1px dotted #ffffff;
}

li.link a:hover {
	color: #004477;
	background-color: #ffffff;
}

/* Navigation nach Login: �berschrift f�r die ausklappbaren Bereiche */
li.nav_ueberschrift {
	border: 1px solid #d8d8d8;
	font-size: 0.8em;
	margin-top: 14px;
	padding: 0px;
}

li.nav_ueberschrift a {
	background-color: #d8d8d8;
	padding: 4px 5px 4px 23px;
	text-decoration: none;
	background-image: url("../img/navigation_pfeil_rechts.jpg");
	background-repeat: no-repeat;
	display: block;
	color: #888888;
}

li.nav_ueberschrift a:hover {
	background-image: url("../img/navigation_pfeil_unten.jpg");
	color: #757373;
}

/* Login-feld in rechter Navigation */
#loginlinks {
	padding-left: 10px;
	margin-top: -20px;
}

* html #loginlinks {
	margin-top: 4px;
}

#loginlinks a {
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
	font-size: 0.7em;
	background: none;
}

#loginlinks a:hover {
	color: #a7a8a0;
}

#loginlinks span {
	font-size: 0.7em;
}

/* IMST-Logo */
#imstlogo {
	margin-top: 20px;
	margin-left: -85px;
	position: relative;
}

* html #imstlogo {
	margin-left: -100px;
}

/* Quicklinks (momentan nicht eingeblendet) */
li#quicklinks ul {
	margin: 0px;
	margin-top: 159px;
	margin-bottom: 10px;
	padding: 0px;
	list-style: none;
	/*border:1px solid black;*/
}

li#quicklinks object,embed {
	margin: 0px;
	padding: 0px;
}

li#quicklinks a {
	display: inline;
	margin-left: 0px;
	text-align: right;
	text-decoration: none;
	background-color: #4e4e4e;
	color: #ffffff;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 25px;
	font-size: 0.7em;
	text-transform: uppercase;
	width: 10px;
}

/* "Innovationen machen Schulen Top!"-Text in der rechten Leiste */
	/* (hei�t "Pfadangabe" weil es urspr�nglich Breadcrumbs waren, Idee wurde fallen gelassen) */
#pfadangabe {
	margin-top: 159px;
	padding-top: 10px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 7px;
	background-color: #e1e1e1;
}

#pfadangabe h3 {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	margin-bottom: -3px;
}

#pfadangabe p {
	color: #000;
	margin: 7px 0 0 0;
	padding: 0px;
}

/* Sponsorlogos */
#sponsorlogos {
	text-align: center;
	margin-top: 40px;
}

#sponsorlogos li {
	margin-bottom: 10px;
}

fieldset legend {
	background-color: #3c3c3c;
	font-size: 1em;
	color: #ffffff;
	padding: 5px;
}

/* Radiobuttons, die nicht von cake gesetzt werden */
#radio_cakefix {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#radio_cakefix input[type="radio"] {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 9px;
	width: 10px;
	float: none;
}

#radio_cakefix label {
	display: inline;
}

/*Angaben für Projektantrag*/
form.antrag_auswahl_formular fieldset {
	width: 500px;
}

form.antrag_auswahl_formular fieldset legend {
	margin-bottom: 5px;
}

#projektidee { /*Das "Ich-brauche-Hilfe"-Formular */
	font-size: 1.1em;
}

#projektantrag {
	/* F�r die Tabelle, in der das Antragsfomular ausgegeben wird*/
	border-width: 0px;
	margin-bottom: 20px;
	width: auto;
	/*�berschreiben von ckae-generic - sonst klappt das css im ie nicht.*/
}

#kategorie_auswahl {
	/*lästige formatierung, gleich f�r die allererste Seite*/
	padding: 0px;
	margin: 0px;
}

#kategorie_auswahl fieldset {
	/*l�stige formatierung, gleich f�r die allererste Seite*/
	margin-top: 5px;
}

#antragsform {
	margin-bottom: 15px;
}

#projektantrag td {
	border-width: 0px;
}

#projektantrag label {
	font-size: 1em;
	margin-bottom: 4px;
}

#projektantrag textarea {
	font-size: 1em;
	width: 90%;
	display: block;
}

#klassenTable {
	border-width: 0px;
	border-style: solid;
}

#klassenTable td {
	border-width: 0px;
}

#klassenTable input {
	width: 90%;
}

#koordListe {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#strgListe {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#mitarbeiterform input[type=button] {
	width: 200px;
}

#mitarbeiterform input[type=submit] {
	width: 200px;
	font-size: 100%;
}

#mitarbeiterform2 input[type=submit] {
	width: 200px;
	/*font-size:1em;*/
}

#mitarbeiterform label {
	font-size: 1em;
	margin-bottom: 2px;
}

#rnkoord input[type=button] {
	width: 200px;
}

#rnkoord input[type=submit] {
	width: 200px;
	font-size: 100%;
}

#rnkoord2 input[type=submit] {
	width: 200px;
	/*font-size:1em;*/
}

#rnkoord label {
	font-size: 1em;
	margin-bottom: 2px;
}

#ischulart_id { /*select box*/
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
}

option.schultyp_option {
	font-size: 12px;
}

#zeitTable {
	border-width: 0px;
	border-style: solid;
}

#zeitTable input {
	width: 95%;
}

#zeitTable textarea {
	width: 95%;
}

#evaluationTable {
	border-width: 0px;
	border-style: solid;
}

#evaluationTable input {
	width: 95%;
}

#evaluationTable textarea {
	width: 95%;
}

#pleistungTable {
	border-width: 0px;
	border-style: solid;
}

#pleistungTable input {
	width: 95%;
}

#pleistungTable textarea {
	width: 95%;
}

#budget {
	border-width: 0px;
}

#budget td {
	border-width: 0px;
}

#budget span { /*kleine texte in der Budgettabelle*/
	font-size: 0.8em;
	line-height: 1em;
}

#antrag_faecherliste {
	list-style: none;
	margin-left: 10px;
}

#antrag_faecherliste li {
	margin-bottom: 10px;
	display: block;
}

#antrag_faecherliste input {
	width: auto;
	margin-top: 3px;
}

#antrag_faecherliste label {
	display: inline;
}

div.hilfetext {
	font-size: 0.9em;
}

ul.hilfe_ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.rnantrag_gender {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.rnantrag_gender li {
	margin-bottom: 10px;
	display: block;
}

ul.rnantrag_gender input {
	width: auto;
	margin-top: 3px;
	float: none;
}

ul.rnantrag_gender label {
	display: inline;
}

#rnbudgetTable {
	border-width: 0px;
}

#rnbudgetTable td,th,tr {
	border-width: 0px;
}

#bundeslandbudgetTable {
	border-width: 0px;
}

#bundeslandbudgetTable td,th,tr {
	border-width: 0px;
}

/*Druckansicht der Projektanträge*/
table.projektanischt_druck {
	margin-bottom:10px;
	padding:0px;
	border:0px;
}
table.projektanischt_druck td {
	padding:0px;
	border:0px;
}


/*Angaben für "Meine Projekte"*/
li.projektlink a {
	text-decoration: none;
	font-weight: bold;
}

#text a.projektlink_link:hover {
	text-decoration: underline;
}

li.projektlink a:hover {
	text-decoration: underline;
}


li.projektaufgaben {
	list-style: none;
}

/*Bereichskoordinatoren*/
form.projektsuche_formular {
	width: auto;
}

form.projektsuche_formular input[type="text"] {
	width: 80%;
}

#suchtabelle {
	border-width: 0px;
	width: auto;
}

#suchtabelle a {
	text-decoration: none;
	font-weight: bold;
}

#suchtabelle a:hover {
	text-decoration: underline;
}

#suchtabelle tr td {
	border-width: 0px;
}

#suchtabelle ul {
	list-style: none;
	margin-left: 0px;
	font-size: 10px;
	margin-bottom:0px;
}

#suchtabelle ul li {
	margin-bottom: 10px;
	display: block;
}

#suchtabelle ul input {
	width: auto;
	margin-top: 3px;
}

#suchtabelle ul label {
	display: inline;
}

#suchtabelle .filter {
	margin-left:20px;
	margin-bottom:0px;
}

/*Für divs, die in Formularen normal ausgerichtet (d.h. linksb�ndig) sein sollen*/
div.formdiv {
	margin-left: 0px;
	padding-left: 0px;
}

/*Webteambereich*/
#bereichszuordnung {
	list-style: none;
	margin-left: 10px;
}

#bereichszuordnung li {
	margin-bottom: 10px;
	display: block;
}

#bereichszuordnung input {
	width: auto;
	margin-top: 3px;
}

#bereichszuordnung input[type="text"] {
	width: 400px;
}

#bereichszuordnung label {
	display: inline;
}

/* Formatierung f�r die Liste mit Eintr�gen */
#eintraege_liste {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

#eintraege_liste li {
	margin-bottom: 4px;
}

#eintraege_liste li a {
	text-decoration:none;
}

#eintraege_liste li a:hover {
	text-decoration:underline;
}

/*Damit input="file"-Elemente richtig am linken Rand ausgerichtet sind (sind sie n�mlch nicht) */
input.form_file {
	margin-left: 6px;
	margin-bottom: 12px;
	margin-top: 7px;
}

input.button {
	background-color: transparent;
}

/*Neuigketienliste bezieht sich auf das neuigkeitenarchiv.*/
#neuigkeitenliste {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-bottom:25px;
}

#neuigkeitenliste li {
	margin-bottom:8px;
}

#neuigkeitenliste a {
	font-weight:bold;
	margin-left:0px;
	margin-right:25px;
	text-decoration:none;
	font-size:1em;
	display:block;
}

#neuigkeitenliste a:hover {
	margin-left:15px;
	text-decoration:underline;
}

#neuigkeitenliste div {
	padding-bottom:15px;
}

#neuigkeitenliste div a {
	display:inline;
	margin:0px;
}

#neuigkeitenliste div a:hover {
	margin:0px;
	text-decoration:underline;
}


/*TODO: wo wird id="neuigkeiten" verwendet?*/
#neuigkeiten {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}

#neuigkeiten li {
	margin-bottom: 8px;
}

#neuigkeiten a {
	margin-left: 15px;
	text-decoration: none;
	font-size: 1.2em;
	display: block;
}

#neuigkeiten a:hover {
	margin-left: 15px;
	text-decoration: underline;
}

li.neuigkeiten_ueberschrift {
	font-weight: bold;
}

#offline_meldung {
	background-color: #ededed;
	border: 1px solid #000000;
	margin-bottom: 18px;
	padding: 10px;
}

#kategorien_liste {
	list-style: none;
	margin-left: 0px;
}

#kategorien_liste li {
	margin-bottom: 7px;
}

#kategorien_liste a {
	text-decoration: none;
	color: #003D4C;
	font-weight: bold;
}

#kategorien_liste a:hover {
	color: #000000;
}

/* Reihenfolgen-�ndern uls */
ul.online_seiten {
	list-style: none;
	margin-left: 15px;
}

ul.online_seiten li {
	padding-bottom: 20px;
}

ul.online_seiten li span {
	display: block;
	width: 450px;
	background-color: #ededed;
	border: 1px solid #d3d3d3;
	padding: 6px;
}

#sortable li {
	margin-bottom: 10px;
}

/*Tabelle im Todo-Controller*/
#todotabelle {
	border-width: 0px;
}

#todotabelle th {
	border-width: 0px;
	background-color: transparent;
	background: none;
	padding: 4px 0px;
	border-bottom: 1px dotted #000000;
	text-align: left;
}

#todotabelle th a {
	display: inline;
	background: none;
	font-weight: bold;
}

#todotabelle tr {
	border-bottom: 1px dotted #000000;
}

#todotabelle td {
	vertical-align: bottom;
	border-width: 0px;
	border-bottom: 1px dotted #000000;
}

#todotabelle form {
	margin: 0px;
	width: auto;
}

#todotabelle form div {
	margin: 0px;
	padding: 0px;
	width: auto;
}

#todotabelle form select {
	font-size: 100%;
}

#todotabelle .submit {
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
	padding: 4px 0px;
}

td.actions { /*überschriebt cake.generic-angabe*/
	text-align: right;
}

/*Tabelle für Kuratoriumssitzung (das meiste aus der TODO-Tabelle übernommen, allerdings einige details geändert*/
#tabelle_kuratorium {
	border-width: 0px;
}

#tabelle_kuratorium th {
	border-width: 0px;
	background-color: transparent;
	background: none;
	padding: 4px 0px;
	border-bottom: 1px dotted #000000;
	text-align: left;
}

#tabelle_kuratorium th a {
	display: inline;
	background: none;
	font-weight: bold;
}

#tabelle_kuratorium tr {
	border-bottom: 1px dotted #000000;
}

#tabelle_kuratorium td {
	vertical-align: top;
	border-width: 0px;
	border-bottom: 1px dotted #000000;
}

#tabelle_kuratorium form {
	margin: 0px;
	width: auto;
}

#tabelle_kuratorium form div {
	margin: 0px;
	padding: 0px;
	width: auto;
}

#tabelle_kuratorium form select {
	font-size: 100%;
}

#tabelle_kuratorium .submit {
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
	padding: 4px 0px;
}

#tp_form {
	font-size:1em;
	list-style:none;
}

.zusatzfelder ul {
	padding-top:5px;
	font-size:11px;
	list-style:none;
}





/*Benutzerdaten ändern*/
#passwort_aendern div {
	padding-left: 0px;
}

/*Institutionen auswahlen*/
#instliste a { /*Beim �ndern von Personendaten*/
	color: black;
	cursor: pointer;
}

#ma_instauswahl a { /*Im Projektantrag*/
	cursor: pointer;
}

/*Auflistung der Programme*/
ul.programmliste {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.programmliste  li {
	display: block;
	float: left;
}

ul.programmliste a {
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 190px;
	text-decoration: none;
}

a.zurueck {
	font-size: 0.85em;
	margin-left: 15px;
}

ul.termine {
	list-style: none;
}

ul.termine li {
	margin-bottom: 5px;
}

ul.termine a {
	font-size: 1.2em;
}

ul.termine span {
	font-size: 0.8em;
	margin-left: 9px;
}

ul.verlauf {
	list-style: none;
	background-image: url("../img/navigation_pfeil_unten.jpg");
	background-repeat: repeat-y;
}

ul.verlauf ul {
	list-style: none;
}

ul.verlauf ul li {
	margin-left: 20px;
	margin-bottom: 2em;
	padding: .5em;
	background: #eee;
}

ul.verlauf ul#alt {
	color: #aaa;
}

ul.verlauf ul#aktuell {
	color: #0b5;
}

ul.verlauf ul#neu {
	color: #666;
}

#tabelle_startseite {
	border-width: 0px;
	margin-top: 30px;
	/*width:80%;*/
}

#tabelle_startseite tr td {
	border-width: 0px;
}

#tabelle_startseite a {
	text-decoration: none;
	font-weight: bold;
}

#tabelle_startseite a:hover {
	background-color: #000000;
	color: #ffffff;
}

.impressum {
	margin-left: 20px;
	margin-bottom: 20px;
}

/*Div im Impresusm*/
#fotonachweis {
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 2px;
	color: #101010;
}

/*Formatierung der Listen bei der Workshopanmeldung*/
#ws_personenliste li {
	margin-bottom:5px;
}
#ws_tabelle {
	border-width:0px;
	width:auto;
}
#ws_tabelle tr {
	border-width:0px;
}
#ws_tabelle td {
	border-width:0px;
}
#ws_bestaetigung div {
	margin:0px;
	padding:0px;
}

/* Allgemeine Klassen */
ul.ohneaufzaehlung {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

div.hinweis {
	background-color:#d3d3d3;
	padding:15px;
	text-align:center;
	border:1px solid #a90f0f;
	margin-bottom:14px;
}

div.eingerueckt {
	margin-left: 20px;
}

.randlos {
	border-width: 0px; 	
}

.randlos td {
	border-width: 0px;
}

.hellgrau {
	background-color: #ededed;
}

.fett {
	font-weight: bold;
}

.kursiv {
	font-style: italic;
}

.klein {
	font-size:0.9em;
}

.error {
	border: 1px red solid;
	background-color: 
}

.button {
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-color: #bdbdbd;
	padding: 2px;
	padding-left: 25px;
	border: solid black 1px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	white-space: nowrap;
}

.unobtrusive_button {
	font-size: x-small;
}

a:hover.button {
	background-color: yellow;
}

.ok_icon {
	background-image: url("../img/actions/antrag_edit_ok.jpg");
}

.delete_icon {
	background-image: url("../img/actions/edit-delete.png");
}

.edit_icon {
	background-image: url("../img/actions/edit-find-replace.png");
}

.add_icon {
	background-image: url("../img/antrag_edit_nok.jpg");
}

.create_icon {
	background-image: url("../img/actions/document-new.png");
}

.einreichen_icon {
	background-image: url("../img/actions/go-last.png");
}

.view_icon {
	background-image: url("../img/actions/document-open.png");
}

.gutachten_icon {
	background-image: url("../img/actions/edit-find-replace.png");
}

.empfehlung_icon {
	background-image: url("../img/actions/document-open.png");
}

.antrag_icon {
	background-image: url("../img/actions/document-open.png");
}

#projektinfo {
	background-color: #9d9cbe;/*#8a88cb;*/
	border: 1px blue solid;
	padding: 1em;
	/*padding-left: 110px;*/
	/*background-image: url("../img/projekt_icon.png");*/
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 114px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	margin-bottom:10px;
}
#projektinfo h3 {
	padding:0px;
}
#projektinfo table {
	border-width:0px;
	background-color:#9d9cbe;
	margin-bottom:0px;
}
#projektinfo tr {
	border-width:0px;
	background-color:#9d9cbe;
}
#projektinfo td {
	border-width:0px;
	background-color:#9d9cbe;
}