/* Generelle Formatierung */

body
{
	color:#000000;
	font-family:Verdana,arial;
	font-size:10pt;
	overflow-y:scroll;
}

a
{
	color:#000000;
}


.menu {
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	font-size:14pt;
	color:#ffffff;
	cursor:pointer;
	padding-left:10px;
	padding-right:10px;
}

.menu:link  {
	color:#ffffff;
	background-color:transparent;
}

.menu:active {
	color:#000000;
	background-color:#000000;
}

.menu:hover {
	color:#000000;
	background-color:#ffffff;
}

.link
{
	text-decoration:none;
	color:#ffffff;
}
.link:hover {
	color:#000000;
}

table
{
	font-size:11pt;
	text-decoration:none;
}

h1
{
	display:inline;
	color:white;
	filter:Shadow(color=#000000, direction=45);
}

#message
{
	color:red;
	padding-bottom:10px;
	text-align:center;
}

form{
	margin-bottom:0;
	margin-top:10px;
}

#content
{
	//border-top: 10px solid #00547A;
	border-left: 1px solid #00547A;
	border-right: 1px solid #00547A;
	background-color:#ffffff;
	width:880px;
	//left:50%;
	//margin-left:-450px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:400px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

/* folgende anweisung wird nicht vom ie interpretiert */
#content[id] {
 	height:auto;
	min-height:300px;
}

#footer
{
	width:890px;
	//left:50%;
	//margin-left:-450px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:#ffffff;
	border-left: 1px solid #00547A;
	border-right: 1px solid #00547A;
	border-bottom: 10px solid #00547A;
	padding: 3px 0px 3px 10px;
}

#ghost
{
	border-top: 1px solid #00547A;
	//border-right: 1px solid #00547A;
	width:900px;
	left:50%;
	margin-left:-450px;
	position:relative;
}
ghost menu:hover
{
	display:block;
}
#header
{
	border-top: 1px solid #00547A;
	border-left: 1px solid #00547A;
	border-right: 1px solid #00547A;
	width:900px;
	//left:50%;
	//margin-left:-450px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#nav
{
	//border-top: 2px solid #00547A;
	border-left: 1px solid #00547A;
	border-right: 1px solid #00547A;
	padding: 0px 0px 0px 0px;
	width:900px;
	min-height:30px;
	//left:50%;
	margin-left:auto;
	margin-right:auto;
	//margin-left:-450px;
	position:relative;
	background-color:#557EAC;
}


/* TABELLENFORMATIERUNG (Statistikseite) */

#tprotokoll
{
	width:60%;
	border-collapse:collapse;
	left:20%;
	position:relative;
}

#semesteruebersicht
{
	border-collapse:collapse;
	position:relative;
}

#tprotokoll tr td, #semesteruebersicht tr td
{
	border: 1px solid black;
	padding:5px;
	margin:0px;
}


#tprotokoll, #tprotokoll tr, #semesteruebersicht, #semesteruebersicht tr  
{
	padding:0px;
	margin:0px;
}

#trequest, #trequest tr, #trequest tr td
{
	text-align:center;
	padding:5px;
	border: 1px solid black;
	border-collapse:collapse;
}
.leer
{
	background-color:grey;
}

.zeilenName
{
	font-weight: bold;

}

.tueberschrift
{
	font-weight: bold;
	text-align:center;
}

/* NICHT FREIGESCHALTETE PROTOKOLLE (Protokolview) */

.locked 
{
	color:#999999;

}


/* SQL-ABFRAGEN zur Fehlersuche/Programmierhilfe */

#abfragen
{
	color:red;
}

/* Protokolleingabe */
#TEXTAREA
{
	font-family:arial;
	font-size:10pt;
}