/*
<auth-styles>
*/

#auth_login {
	position: absolute;
	z-index:2;	
	top: 200px;
	left: 10px;
}

#schnellsuche {
	position: absolute;
	z-index:2;	
	top: 100px;
	left: 10px;
}

#auth_changepassword {
	position: absolute;
	top: 200px;
	left: 200px;
	border: 1px solid blue;
	padding: 5px;
}

#siteHeader {
	z-index:2;
	color: #939393;
}

#publicHeaderBack {
	position:absolute;
	width: 100%;
	z-index:2;
	height: 50px;
	background-color: #6e9640;
}

#publicHeader {
	position: absolute;
	top: 8px;
	width: 98%;
	height: 40px;
	text-align:right;
	color: #FFF;
	font-size: 20pt;
	padding-right: 0px;
	z-index:3;	
}

#sideBack {
	position: absolute;
	z-index:1;
	width: 140px;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #bde58a;
}

#portalOverview {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 546px;
	overflow: auto;
}

#kurseUeberschrift {
	width: 447px;
}

#landimpulseLogo {
	position: absolute;
	left: 140px;
	top: 50px;
}

#eventsOverview {
	position: absolute;
	top: 10px;
	left: 571px;
	width: 250px;
	overflow: auto;	
}

.smallSelect {
	border: 1px solid gray;
	width: 54px;
	background-color: #fffcb8;	
}

.shortInput {
	border: 1px solid gray;
	width: 180px;
	background-color: #fffcb8;
	color: #000000;
}

.longInput {
	border: 1px solid gray;
	width: 314px;
	background-color: #fffcb8;
	color: #000000;
}

.plzInput {
	border: 1px solid gray;
	width: 54px;
	background-color: #fffcb8;
	color: #000000;
}

.ortInput {
	border: 1px solid gray;
	width: 205px;
	background-color: #fffcb8;
	color: #000000;
}

.filterSelect {
	border: 1px solid gray;
	width: 200px;
	background-color: #fffcb8;
	color: #000000;
}

.filterSmallSelect {
	border: 1px solid gray;
	width: 121px;
	background-color: #fffcb8;
	color: #000000;
}

.filterLargeSelect {
	border: 1px solid gray;
	width: 340px;
	background-color: #fffcb8;
	color: #000000;
}

.formLabel {
	font-weight: bold;
	background-color:#f3ede0;
	padding: 2px;
	color: #9c9b97;
}

.smallLine {
	font-size:5px;
}

.smallSearchLine {
	font-size:10px;
}

.smallsmallLine {
	font-size:2px;
}


.veranstaltungenHeader {
	background-color: #6f9741;
	color: #FFF;
	padding-left: 3px;
	font-size: 13px;
	font-weight: bold;
}

.veranstaltungenLeftBorder {
	border-left: 2px solid #bde58a;
}

.tableHeader {
	background-color: #bde58a;
	color: #000000;
	padding: 2px;
}

.tableDataRow td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.tableDataRow td a{
	color: #3333CC;
}

.search_input {
	border: 1px solid gray;
	width: 200px;
	background-color: #fffcb8;
	color: #000000;
}

.auth_input {
	border: 1px solid gray;
	width: 110px;
	background-color: #fffcb8;
	color: #000000;
}

.auth_input_submit {
	border: 1px solid gray;
	background-color: #939393;
	color: #FFFFFF;
}

.auth_date_input {
	border: 1px solid gray;
	width: 54px;
}

.auth_failure {
	border-bottom: 2px solid red !important;
	border-left: 2px solid red !important;
}

.auth_mandatory {
	border-bottom: 2px solid black;
	border-left: 2px solid black;
}

.auth_disp_logged_in_user {
	background-color: #FF9933;
}
/*
</auth-styles>
*/

* {
	font-family: arial;
	font-size: 12px;
}

body {
	background-color: #fff;
	margin:0px;
}


h1 {
	background-color: #6f9741;
	color: #FFFFFF;
	font-size: 16px;
	padding: 2px;
}

.tableDataRow td a:link, .tableDataRow td a:active {
	color: #770000;
}
.tableDataRow td a:hover {
	color: #FF6633;
}
.tableDataRow td a:visited {
	color: #770000;
}

a:link, a:active {
	color: #770000;
}

a:hover {
	color: #FF6633;
}

a:visited {
	color: #770000;
}

.gebDatDayClass {
	border: 1px solid gray;
	width: 45px;
	background-color: #fffcb8;
	color: #000000;
}

.gebDatMonthClass {
	border: 1px solid gray;
	width: 45px;
	background-color: #fffcb8;
	color: #000000;
}

.gebDatYearClass {
	border: 1px solid gray;
	width: 55px;
	background-color: #fffcb8;
	color: #000000;
}