html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	}

body {
	background: url('../img/background.jpg') bottom repeat-x fixed #FFFFFF;
	height: 100%;
	margin: 0px;
	text-align: center;
	}

p, td, ul {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	}

h1 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
	}
	
a {
	color: #333333;
	text-decoration: underline;
	}

#page {
	background: #FFFFFF;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	}
	
#head {
	background: #D20000;
	height: 180px;
	width: 900px
	}
	
#left {
	background: #FFFFFF;
	float: left;
	margin-top: 16px;
	width: 200px;
	}

/* ********************************************************************************* */
/* Menue links */

ul#menuLeft {
	color: #AFAFAF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 13px;
	padding-left: 0px;
	line-height: 17px;
	list-style-type: none;	
	text-align: right;
	border-top: 1px #D2D2D2 solid;
	}

ul#menuLeft	li {
		border-bottom: 1px #D2D2D2 solid;
		overflow: hidden;
	}

ul#menuLeft img {	
	margin: 3px 3px 3px 0px; vertical-align: middle;
	}
	
ul#menuLeft a, ul#menuLeft ul.sub li a {
	color: #5F5F5F;
	text-decoration: none;
	}

ul#menuLeft li.selected a, ul#menuLeft ul.sub li.selected a {
	color: #D20000;
	text-decoration: none;
	}	

ul#menuLeft a:hover, ul#menuLeft ul.sub a:hover {
	color: #D20000;
	}
	
ul#menuLeft ul.sub li {
	border: none;
	color: #888888;
	font-weight: normal;
	list-style-type: none;	
	padding-top: 1px;
	}

/* ********************************************************************************* */
/* Inhalt */
	
#content {
	float: left;
	margin: 16px 17px 0px 17px;
	width: 489px;
	}

/* ********************************************************************************* */
/* Menue oben */
	
#content ul#menuTop {
	color: #AFAFAF;
	font-size: 14px;
	height: 21px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 41px;
	padding-left: 0px;
	list-style-type: none;	
	}

#content ul#menuTop li {
	float: left;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#content ul#menuTop a {
	color: #5F5F5F;
	text-decoration: none;
	}

#content ul#menuTop a:hover {
	color: #D20000;
	}

#content ul#menuTop li.selected a {
	color: #D20000;
	}

#content div#menuTopUnderline {
	background: #D2D2D2;
	height: 1px;
	margin-bottom: 28px;
	margin-top: 0px;
	overflow: hidden;
	}

#content p, h1 {
	margin-bottom: 20px;
	}

#content li {
	margin-left: -22px;
	line-height: 120%;
	}

#content table.infoTable td {
	padding: 0px 10px 20px 0px;
	vertical-align: top;
	}

p.iconDownload {
	float: left;
	margin-right: 30px;
	}
		
.iconDownload img {
	margin-right: 10px;
	vertical-align: middle;
	}


#content #registration td {
	padding: 1px 1px 1px 1px;
	}

#content #registration .title {
	background: #D20000;
	color: #ffffff;
	font-weight: bold;
	}
	
#content #registration input {
	border: 1px solid #B2B2B2;
	font-size: 11px;
	width: 250px; 
	}
	
#content #registration select {
	border: 1px solid #B2B2B2;
	font-size: 11px;
	width: 250px; 
	}
	
#content #registration .smallSize {
	width: 100px;
	}
	
#content #registration table.sub td.col1 {
	width: 25px;
	}

#content #registration table.sub td.col1 input {
	width: auto;
	}

#content #registration table.sub td.col2 {	
	width: 130px;
	}

#content #registration table.sub td.col3 {	
	width: 50px;
	text-align: right;
	}	


#content #registration table.sub td.col4 {	
	padding-left: 10px;
	padding-right: 5px;
	}	
	

#content #registration table.sub td.col5 {	
	text-align: right;
	}	
	
#content .topics {
	font-size: 12px;
	}
	
#content .topics li {
	line-height: 18px;
	}

/* ********************************************************************************* */
/* Rechter Bereich */

	
#right {
	float: left;
	margin-top: 16px;
	width: 177px;
	}

/* ********************************************************************************* */

div#foot {
	clear: both;
	height: 25px;
	}