#main {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
}

#header {}

#headerTextBlock {
	width:476px;
	float:left;
	padding-top:97px;
}
	.headerBlockNeg{
		width:304px;
		background-color:#900;
		color:#fff;
		padding:3px 2px 3px 4px;
	}
		.headerBlockNegFont {
			font-family: 'Courier New', Courier, mono; 
			font-weight:bold;
			font-size:15px;
			line-height:15px;
		}
		
	.headerBlockPos {
		width:304px;
		color:#900;
	}
		.headerBlockPosFont {
			font-family: Arial, Helvetica, sans-serif;
			font-size:15px;
			line-height:15px;
		}
		
		.headerBlockMonoFont {
			font-family: 'Courier New', Courier, mono;
			font-size:15px;
			line-height:15px;
		}
		
#content {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	text-decoration:none;
}


/*-----------------------*/
/*        spacers        */
/*-----------------------*/
.spacer10 {
	clear:all;height:10px;
}
.spacer20 {
	clear:all;height:20px;
}
.spacer40 {
	clear:all;height:40px;
}
.spacer60 {
	clear:all;height:60px;
}
.spacer10dots {
	clear:all;height:10px;
	border-bottom:#000 1px dotted;
}
.spacer20dots {
	clear:all;height:20px;
	border-bottom:#000 1px dotted;
}

/*-----------------------*/
/*      navigation       */
/*-----------------------*/
.navigation {
	width:103px;
}
	
.navMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	color:#000;
	border-bottom:#000 1px dotted;
	border-left:#000 7px solid;
	text-align:center;
	vertical-align:top;
	width:103px;
	padding-bottom:2px;
}
	.navMain a {
		text-decoration:none;
		color:#000;
	}
	.navMain a:visited {
		color:#5e9191;
	}
	.navMain a:hover {
		color:#900;
	}
	.navMainSelected {
		color:#900;
		font-weight:bold
	}
	
.navSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	color:#000;
}
	.navSub a {
		text-decoration:underline;
		color:#000;
	}
	.navSub a:visited {
		color:#5e9191;
	}
	.navSub a:hover {
		color:#900;
	}
	.navSubSelected {
		color:#900;
		font-weight:bold
	}
	
.navSubSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	color:#000;
}
	.navSub a {
		text-decoration:underline;
		color:#000;
	}
	.navSub a:visited {
		color:#5e9191;
	}
	.navSub a:hover {
		color:#900;
	}
	.navSubSubSelected {
		color:#900;
		font-weight:normal
	}
	
/*-----------------------*/
/*  inside content       */
/*-----------------------*/

/* default is arial 12/15 black */

#content a {
	text-decoration:underline;
	color:#900;
}
#content a:visited {
	color:#5e9191;
}
#content a:hover {
	background-color:#f90;
	color:#000;
}


.red {
	color:#900;
}
.orange {
	color:#f90;
}


.bold {
	font-weight:bold;
}

.it {
	font-style:italic;
}

.small {
	font-size:9px;
}
.big {
	font-size:15px;
}
.verybig {
	font-size:18px;
}

.mono {
	font-family: 'Courier New', Courier, mono;
}

/*-----------------------*/

#bgGrey {
	background-color:#5e9191;
	color:#fff;
	padding: 2px 5px 2px 5px;
}
#bgGrey a {
	text-decoration:underline;
}
#bgGrey a:visited {
	color:#fff;
}
#bgGrey a:hover {
	background-color:#f60;
	color:#000;
}

#bgRed {
	background-color:#900;
	color:#fff;
	padding: 1px 2px 1px 2px;
}
#bgRed a {
	text-decoration:underline;
}
#bgRed a:visited {
	color:#fff;
}
#bgRed a:hover {
	background-color:#f60;
	color:#000;
}

/*-----------------------*/

#indent {
	margin-left:105px;
}
#colLeft {
	float:left;
	width:304px;
}
#colRight {
	margin-left:324px;
}

/*-----------------------*/



/*-----------------------*/
/*      enterform        */
/*-----------------------*/
.formParaHead {
	width:304px;
	background-color:#000;
	color:#fff;
	padding:3px 2px 3px 4px;
}
	.formParaHeadText {
		font-family: 'Courier New', Courier, mono; 
		font-size:12px;
		line-height:15px;
		font-weight:bold;
	}

.errorMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;l
	ine-height:15px;
	color:#900;
}

.inputText {
	width:476px;
	font-family: 'Courier New', Courier, mono; 
	font-size:14px;
	line-height:17px;
	border:#000 1px solid;
}

textarea { /* default: 5-zeilig*/
	width:476px;
	height:85px;
	font-family: 'Courier New', Courier, mono; 
	font-size:14px;
	line-height:17px;
	border:#000 1px solid;
}
	.taz2 {
		height:34px;
	}
	.taz10 {
		height:170px;
	}
	.tabold {
		font-weight:bold;
	}
	.tared {
		color:#900;
	}
	.requ {
		border:#900 1px solid;
	}
.selectText {
	font-family: 'Courier New', Courier, mono; 
	font-size:14px;
	line-height:17px;
}

#submitButton {
	width:206px;
	background-color:#900;
	color:#fff;
	padding:3px 2px 3px 4px;
	font-family: 'Courier New', Courier, mono; 
	font-size:15px;
	font-weight:bold;
	line-height:15px;	
	letter-spacing:1px;
}

#submitButton:hover {
	background-color:#f90;
	color:#000;
}















