@import url(ui.all.css);

html,body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #A8CBDD;
	color: #004666;
	font-size: 12px;
	background-image: url(../_img/hg_1x66.gif);
	background-repeat: repeat-x;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #004666;
	font-size: 12px;
}

.tabelle th {
	text-align: center;
	background-color: #004666;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #ffffff;
	padding: 5px;
}

.tabelle td {
	background-color: #ffffff;
	color: #004666;
	border: 1px solid #004666;
	padding: 5px;
}

a {
	color: #004666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

h1 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	margin-bottom: 4px;
	font-size: 16px;
	color: red;
	font-weight: bold;
}

h3 {
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}

.rot {
	color: red;
}

/* Formulare */
input,select {
	border: 1px solid #004666;
	font-size: 11px;
	color: #000000;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #004666;
	font-size: 11px;
	color: #000000;
}

.bezeichnung {
	width: 150px;
	float: left;
	margin-bottom: 5px;
}

.frmTextLinks {
	width: 130px;
	height: 16px;
	text-align: right;
	float: left;
	padding-right: 4px;
}

.breaker {
	clear: both;
}

.button {
	color: white;
	background-color: red;
	font-weight: bold;
	padding: 2px;
}

.button_blau {
	color: white;
	background-color: #004666;
}

/* Listen */
ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 10px;
}

.textbox {
	width: 750px;
}

/* Positionierung */
#kopfbereich {
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 500px;
}

#infoBox {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 169px;
	height: 625px;
	border-right: 1px solid #004666;
	padding-top: 85px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 11px;
	line-height: 100%;
}

#namenBox {
	position: relative;
	top: -60px;
	line-height: 120%;
}

#contentBox {
	position: absolute;
	top: 80px;
	left: 190px;
}

#footer {
	position: absolute;
	bottom: 10px;
	left: 190px;
}

#logo {
	position: absolute;
	top: 0px;
	right: 0px;
}

#menue {
	position: relative;
	margin-left: 145px;
}

#menue ul {
	font-size: 12px;
	font-weight: bold;
	list-style-image: url(../_img/list_pfeil.gif);
}

#menue a {
	text-decoration: none;
}

#menue img {
	display: block;
	border: 0;
	margin-bottom: 10px;
}

#buttonsLinks {
	float: left;
	width: 350px;
}

#buttonsRechts {
	float: left;
	width: 300px;
}

/* SPRY-Definitionen */ /* SpryValidationSelect */
.selectRequiredMsg,.selectInvalidMsg {
	display: none;
}

.selectRequiredState .selectRequiredMsg,.selectInvalidState .selectInvalidMsg
	{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}

.selectValidState select,select.selectValidState {
	background-color: #B8F5B1;
}

select.selectRequiredState,.selectRequiredState select,select.selectInvalidState,.selectInvalidState select
	{
	background-color: #FF9F9F;
}

.selectFocusState select,select.selectFocusState {
	background-color: #FFFFCC;
}

/* SpryFormValidationTextarea */
.textareaRequiredMsg,.textareaMinCharsMsg,.textareaMaxCharsMsg,.textareaValidMsg
	{
	display: none;
}

.textareaRequiredState .textareaRequiredMsg,.textareaMinCharsState .textareaMinCharsMsg,.textareaMaxCharsState .textareaMaxCharsMsg
	{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}

.textareaValidState textarea,textarea.textareaValidState {
	background-color: #B8F5B1;
}

textarea.textareaRequiredState,.textareaRequiredState textarea,textarea.textareaMinCharsState,.textareaMinCharsState textarea,textarea.textareaMaxCharsState,.textareaMaxCharsState textarea
	{
	background-color: #FF9F9F;
}

.textareaFocusState textarea,textarea.textareaFocusState {
	background-color: #FFFFCC;
}

.textareaFlashState textarea,textarea.textareaFlashState {
	color: red !important;
}

/* SpryFormValidationTextfield */
.textfieldRequiredMsg,.textfieldInvalidFormatMsg,.textfieldMinValueMsg,.textfieldMaxValueMsg,.textfieldMinCharsMsg,.textfieldMaxCharsMsg,.textfieldValidMsg
	{
	display: none;
}

.textfieldRequiredState .textfieldRequiredMsg,.textfieldInvalidFormatState .textfieldInvalidFormatMsg,.textfieldMinValueState .textfieldMinValueMsg,.textfieldMaxValueState .textfieldMaxValueMsg,.textfieldMinCharsState .textfieldMinCharsMsg,.textfieldMaxCharsState .textfieldMaxCharsMsg
	{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}

.textfieldValidState input,input.textfieldValidState {
	background-color: #B8F5B1;
}

input.textfieldRequiredState,.textfieldRequiredState input,input.textfieldInvalidFormatState,.textfieldInvalidFormatState input,input.textfieldMinValueState,.textfieldMinValueState input,input.textfieldMaxValueState,.textfieldMaxValueState input,input.textfieldMinCharsState,.textfieldMinCharsState input,input.textfieldMaxCharsState,.textfieldMaxCharsState input
	{
	background-color: #FF9F9F;
}

.textfieldFocusState input,input.textfieldFocusState {
	background-color: #FFFFCC;
}

.textfieldFlashText input,input.textfieldFlashText {
	color: red !important;
}

/**************************************************************

	Sortable Table
	v 1.4

**************************************************************/
th {
	background-color: #ccc;
background: #eee url(../_img/_sortableTable/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;
}

tr.tabelle {
	background-color: #f5f5f5;
	padding: 4px;
}

tr.altRow {
	background-color: #fff;
}

td {
	padding: 0 2px;
}

.rightAlign {
	text-align: right;
}

.sortedASC {
	background: url(../_img/_sortableTable/icon-table-sort-asc.png)
		no-repeat 2px 4px #eee;
}

.sortedDESC {
	background: url(../_img/_sortableTable/icon-table-sort-desc.png)
		no-repeat 2px 10px #eee;
}

.tableHeaderOver {
	cursor: pointer;
	color: #354158;
}

/*tr.selected {
	background-color: gold;
	color: #fff;
}*/
tr.over { /*	background-color: #354158;
	color: #fff;
	cursor: pointer; */
	
}

tr.hide {
	display: none;
}

/***************************/
.tableFilter {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 0 10px 0;
}

.tableFilter input {
	border: 1px solid #ccc;
}

.tableFilter select {
	border: 1px solid #ccc;
}

/*************************************************************/
.info {
	background: #f8f8f8;
	color: #666;
	padding: 10px;
	margin-bottom: 0.5em;
	font-size: 91.7%;
}

.note {
	background: #efe;
	color: #040;
	border: 2px #484 solid;
	padding: 10px;
	margin-bottom: 1em;
}

.important {
	background: #ffe;
	color: #440;
	border: 2px #884 solid;
	padding: 10px;
	margin-bottom: 1em;
}

.warning {
	background: #fee;
	color: #400;
	border: 2px #844 solid;
	padding: 10px;
	margin-bottom: 1em;
}

/* tables */
table.tablesorter {
	background-color: #d3dce3;
	margin: 10px 0 15px;
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr th,table.tablesorter tfoot tr th {
	background-color: #D5D5D5;
}

table.tablesorter thead tr .header {	
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #004666;
	background-color: #e6f0ff;
	vertical-align: top;
}

table.tablesorter tbody tr.odd td {
	background-color: #ddd;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}

table.tablesorter thead tr .headerSortDown,table.tablesorter thead tr .headerSortUp
	{
	background-color: #666;
}

table.full {
	width: 100%;	
}

table.full th {	
	background-color: #ccc;
	padding: 4px 4px 4px 14px;
	text-align: left;
	
}
table.full td {
		padding: 0;
	background-color: #d3dce3
}

#semesterfaecher .semesterfach {
 	cursor:  pointer;
 	background-position: 0 3px;
    background-image: url(../_img/icons/arrow_right.png);
	background-repeat: no-repeat;
	padding-left: 18px;
}
#semesterfaecher .bgArrowDown {
background-image: url(../_img/icons/arrow_down.png);	
}
	/**
	*
	* Impromtu
	*
	*/
	.jqifade {
		position: absolute;
		background-color: #aaaaaa;
	}
	div.jqi {
		width: 400px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		position: absolute;
		background-color: #ffffff;
		font-size: 11px;
		text-align: left;
		border: solid 1px #eeeeee;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		padding: 7px;
	}
	div.jqi .jqicontainer {
		font-weight: bold;
	}
	div.jqi .jqiclose {
		position: absolute;
		top: 4px;
		right: -2px;
		width: 18px;
		cursor: default;
		color: #bbbbbb;
		font-weight: bold;
	}
	div.jqi .jqimessage {
		padding: 10px;
		line-height: 20px;
		color: #444444;
	}
	div.jqi .jqibuttons {
		text-align: right;
		padding: 5px 0 5px 0;
		border: solid 1px #eeeeee;
		background-color: #f4f4f4;
	}
	div.jqi button {
		padding: 3px 10px;
		margin: 0 10px;
		background-color: #666;
		border: solid 1px #f4f4f4;
		color: #ffffff;
		font-weight: bold;
		font-size: 12px;
	}
	div.jqi button:hover {
		background-color: #728A8C;
	}
	div.jqi button.jqidefaultbutton {
		background-color: #cc0000;
	}
	.jqiwarning .jqi .jqibuttons {
		background-color: #cc0000;
	}