/**
 * Common Styles
 */

a {
	color: #D49C00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.white {
	color: #ffffff;
}

a.grey {
	color: #666666;
}

.grey {
	color: #706969;
}

div#header-top {
	color: #ffffff; 
	text-align: right;
}

div#header-top a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

div#left-col {
	color: #cccccc; 
}

div#left-col div.body h1,
div#right-col div.body h1 {
	color: #ffffff; 
	font-size: 1em; 
	font-weight: bold;
	margin: 5px 0 5px 0;
}

div#right-col div.body h1 {
	color: #666666; 	
}

div#left-col div.body strong {
	color: #ffffff; 
}

div#left-col div.body div.button strong,
div#right-col div.body div.button strong {
	color: #706969; 
	font-size: 0.8em;
}

div#right-col div.body strong {
	color: #666666; 
}

div#content strong,
div#content b {
	color: #706969;
}


/**
 * Container für die rotierenden Elemente, 
 * muss evtl noch angepasst werden von der Höhe her
 * (wenn der Text kürzer wird o.ä)
 */
div#rotating_items {
	height: 300px;
	overflow: hidden;
}

div#rotating_items ul,
div#rotating_items li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

a div.button {
	text-decoration: none;
	cursor: hand;
}

/**
 * Tabelle für Kursliste
 */
table.kurse {
	width: 100%;
}

table.kurse tr {
	background-color: #ffffff;
}

table.kurse tr.heading {
	background-color: #0763A8;
}

table.kurse tr.heading td span {
	color: #ffffff;
	font-weight: bold;
}

.even {
	background-color: #efefef;
}	


table.kurse td {
	padding: 3px;
}

table.kurse tr.over {
	background-color: #D99F00;
}

table.kurse tr.over td,
table.kurse tr.over td a {
	color: #fff;
}

ul.check li {
	background-image: url("/images/layout/check2.gif");
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 4px 0 5px 20px;
	list-style: none;
}

form#datum input {
	font-size:9px;
	text-align:center;
	border: 0;
	border-bottom: solid 1px #cacaca;
	background-color: transparent;
	width: 55px;
}

form#datum input.button {
	width: 50px;
	border: 0;
	border: solid 1px #cacaca;
}