html,body {
	margin:0;
	padding:0;
	height:100%;
	/* needed for container min-height */
	font-family : Arial, Helvetica, sans-serif;
	text-transform : none;
	color : black;
	font-size : 13px;
	background-color : #E89909;
}

div#container {
	position:relative;
	/* needed for footer positioning*/
	margin:0 auto;
	/* center, not in IE5 */
	width:900px;
	height:auto !important;
	/* real browsers */
	height:100%;
	/* IE6: treaded as min-height*/
	min-height:100%;
	/* real browsers */
	background-image : url(backmain.jpg);
	background-repeat : repeat-y;
	background-position : top center;
}

div#header {
	padding:0em;
}

div#content {
	padding:0em 0em 5em; /* bottom padding for footer */
}

div#footer {
	position:absolute;
	width:100%;
	background-image : url(bottom.jpg);
	background-repeat : no-repeat;
	background-position : center;
	bottom:0; /* stick to bottom */
}

A, A:ACTIVE, A:LINK, A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #000000;
	text-decoration : underline;
}

A.menu, A.menu:LINK, A.menu:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #000000;
	text-decoration : none;
}

A.menu:HOVER, A.menu:ACTIVE{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #C5880B;
	text-decoration : none;
}

TABLE, TD, TR {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : Black;
}

.titel {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	color : #C5880B;
	font-weight : bold;
}

INPUT, TEXTAREA{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : Black;
	border-bottom : 1px solid #C5880B;
	border-left : 1px solid #C5880B;
	border-top: 1px solid #C5880B;
	border-right: 1px solid #C5880B;
}


