@charset "iso-8859-1";
/* CSS Document */

html { height: 100%;}


body {
	margin:0px;
	height:100%;
	background: url(../img/bg.jpg) top center no-repeat #dbe0e2;
	font: 62.5% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #6c6c6c;
	height: 100%;
}

#navigation {
	width: 960px;
	height: 49px;
	margin: 0 auto;
}

a {
	color: #6c6c6c;
}

a:hover {
	text-decoration: none;
}

#footer a {
	color: #FFF;
}

#sidebar a {
	color: #fff;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #92c1f7;
	}

#footer a:hover, {
	text-decoration: none;
}


.mainnav {
	margin: 0 0;
	padding: 12px 0 0 0px;
}

.mainnav li {
	list-style: none;
	display: inline;
	margin: 0 30px 0 0;
}

.mainnav li a {
	font-size: 1.6em;
	color: #FFF;
	text-decoration: none;
}

.mainnav li a:hover {
	color: #92c1f7;
}

#column {
	width: 960px;
	margin: 0 auto;
	min-height: 650px;
}

#content {
	width: 660px;
	padding-right: 25px;
	float: left;
	font-size: 1.2em;
	margin-bottom: 30px;
}

#sidebar {
	width: 247px;
	height: 585px;
	margin-left: 688px;
	padding-top: 5px;
	padding-left: 25px;
	color: #fff;
	font-size: 1.2em;
}

#sidebar ul {
	list-style: square;
	color: #9ac8fe;
	margin: 0 0;
	padding: 5px 0 0 15px;
}

#sidebar ul li {
	margin: 0 0;
	padding: 1px 0;
}

#sidebar ul li span {
	color: #FFF;
}


#meta {
	width: 652px;
	margin: 20px 0 10px 0;
}

.left {
	width: 300px;
	float: left;
	text-align:justify;
}

.right {
	width: 300px;
	margin-left: 350px;
	text-align:justify;
}

#lastminute {
	margin-top: 30px;
	clear: both;
}

#lastminute h2 {
	margin: 0 0;
}

#timestamp {
	width: 121px;
	height: 129px;
	float: left;
}

#timetext {
	margin-left: 150px;
	width: 500px;
	text-align: justify;
}

#timetable {
	margin: 50px 0 0 0;
	clear: both;
}

.termintable {
	width: 650px;
}

.termintable tr {
	height: 30px;
}

.termintable .nr {
	width: 45px;
	padding-left: 5px;
}

.termintable .datum {
	width: 50px;
}

.termintable .info {
	width: 350px;
	font-weight: bold;
}

.termintable .ort {
	width: 150px;
}

.termintable .status {
	width: 50px;
}

.termintable .grau {
	background-color: #d7d7d7;
}

#footertop {
	height: 40px;
	width: 960px;
	margin: 0px auto 0 auto;
	padding: 0 0;
	clear: both;
}

#footertop ul {
	margin: 0 auto;
	padding: 0 0;
	font-size: 1.4em;
	width: 850px;
}

#footertop ul li {
	list-style: none;
	display: inline;
	text-align: center;
	padding: 15px 0 0 0;
	width: 160px;
	height: 33px;
}

#footertop ul li a {
	list-style: none;
	text-align: center;
	text-decoration: none;
	color: #6c6c6c;
	display: inline-block;
	padding: 12px 0 0 0;
	width: 160px;
	height: 28px;
}

#footertop ul li a:hover {
		background-image: url(../img/footerbar_bg.gif);
}

#footertop ul li a.selected {
		background-image: url(../img/footerbar_bg.gif);
}

#footertop ul li a.selected:hover {
		background-image: none;
}


#footer {
	background: url(../img/footer_bg.jpg) repeat-x #666;
	margin: 0 0;
	padding: 0 0 75px 0;
	font-size: 1.2em;
}

#footer_container {
	width: 960px;
	margin: 0 auto;
	color: #FFF;
}

#footer_container h2 {
	margin: 20px 0 10px 0;
}

#footer_container p {
	text-align: justify;
}

#col1 {
	float: left;
	width: 300px;
	margin: 0px 0 0 0;
	padding-top: 1px;
}

#col2 {
	float: left;
	width: 300px;
	margin: 0px 0 0 30px;
	padding-top: 1px;
}

#col3 {
	width: 300px;
	margin: 0px 0 0 660px;
	padding-top: 1px;
}

.startheadline {
	margin: 5px 0 15px 0;
}


/* =================================================  BEGIN: Forms */

input {
	border: none;
	border-bottom: 1px dashed #bbb;
	background: #fff;
	font: 1.1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#014493;
	padding: 2px;
	margin: 0 0;
	width: 290px;
}

input.meldeform {
	border: none;
	border-bottom: 1px dashed #bbb;
	background: #fff;
	font: 1.1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#014493;
	padding: 2px;
	margin: 0 0;
	width: 290px;
}

input.checkbox {
	border: none;
	background: #fff;
	font: 1.1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#014493;
	padding: 2px;
	margin: 0 0;
	width: 20px;
}

textarea, select {
	border: none;
	background: #fff;
	font: 1.1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#014493;
	padding: 2px;
	margin: 0 0;
	width: 290px;
}

.callback:hover,
.callback:focus {
        background: #eee;
}
.callbacksubmit {
        background: #014493;
        width: 294px;
        color: #fff;
        font-weight: bold;
		margin: 0 0;
}
.callbacksubmit:hover {
        background: #444444;
        cursor: pointer;
}


/* =================================================  END: Forms */