* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
	background-color: #CBCBCB;
	padding: 3px 0px 3px 3px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}

ul {
	list-style: none;
	padding-left: 121px;
}

li {
	font-size: 11px;
	border-bottom: 1px solid #FFFFFF;
}

ol {
	margin-left: 3em;
}

hr {
	background-color:#CBCBCB; /* Mozilla 1.4 */
	color:#CBCBCB; /* IE 6 */
	border: #CBCBCB; /* Opera 7.11 */
	height: 2px; /* in Opera fr die Anzeige ntig, in Mozilla fr die einheitliche Hhe */
}

a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}

a:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #FE6F0F;
}

img {
	border: none;
}

#head {
	position: relative;
	width: 985px;
	height: 96px;
	margin: 0 auto;
}

#container01 {
	position: relative;
	width: 985px;
	height: 210px;
	margin: 0 auto;
}

#timetable {
	width: 305px;
	height: 210px;
	float: right;
	background-image: url(images/bg_timetable.jpg);
}

#courses {
	width: 280px;
	height: 120px;
}

#navigation {
	position: relative;
	width: 985px;
	height: 45px;
	margin: 0 auto;
	background-image: url(images/navigation.jpg);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

#navigation a {
	font-size: 14px;
	color: #FFFFFF;
}

#navigation a:hover {
	text-decoration: none;
	border-bottom: 4px solid #990000;
	padding-bottom: 12px;
}

#naviitems {
	width: 740px;
	height: 33px;
	padding-left: 215px;
	padding-top: 12px;
}

#container02 {
	position: relative;
	width: 985px;
	height: 100%;
	margin: 0 auto;
}

#subnavi {
	width: 195px;
	height: 460px;
	float: left;
	padding-left: 11px;
}

#subnavi ul {
	list-style: none;
	padding-left: 30px;
}

#subnavi li {
	border-bottom: none;
}

#subnavi li a{
	font-size: 14px;
}

#content {
	width: 985px;
	height: 100%;
	float: left;
	background: #CCCCCC url(images/bg_content.jpg) repeat-y;
}

#main {
	width: 470px;
	height: 100%;
	float: left;
	padding-top: 15px;
}

#main ul {
	padding-left: 10px;
}

#main li {
	border-bottom: none;
}

#calendar {
	width: 148px;
	height: 150px;
	float: left;
	padding: 10px 10px 10px 5px;
	margin-left: 120px;
	margin-top: 10px;
	background-color: #EFEFEF;
}

#news {
	width: 143px;
	height: 550px;
	float: right;
	padding: 10px;
	margin-right: 25px;
	margin-top: 15px;
	background-color: #efefef;
}

#border {
	position: relative;
	width: 985px;
	height: 3px;
	margin: 0 auto;
}

#footer {
	position: relative;
	width: 620px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	padding-top: 10px;
	clear: both;
}

#menu {
	width: 600px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	font-weight: bold;
	background: #FFFFFF;
}

#menu a:hover {
}

#footer-corner {
	width: 192px;
	height: 111px;
	clear: left;
	margin-left: 783px;
}

#infobar {
	height: 100px;
	padding: 10px;
	background-color: #f3f3f3;
}

.item-selected {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	font-weight: bold;
	background: #FFFFFF;
}

.left {
	float: left;
}

.timetablemargin {
	margin-left: 121px;
}

.current {
	border-bottom: 4px solid #990000;
	padding-bottom: 12px;
}

.csc-mailform {
	border: none;
}

.csc-mailform-field label {
	float:left;
	clear:both;
	display:block;
	width:120px;
	padding-left:10px;
	margin-bottom:10px;
}

.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
	float:left;
	display:block;
	width:330px;
	border: 1px solid #CCCCCC;
	background:#FFFFFF;
	padding:1px;
	margin-bottom:10px;
}

.csc-mailform-submit {
/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
	margin-left: 130px;
	clear: both;
	color: #990000;
	font-weight: bold;
}

.mailform-submit {
	clear: both;
	color: #990000;
	font-weight: bold;
}

input[type=hidden]
/* Bug des FireFox beseitigen: Versteckte Felder werden trotzdem angezeigt */
{
    display: none !important;
}

