@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:20px;
}
#header {
	/*background-image:url(../tl_files/template/logo.gif);
	background-repeat:no-repeat;
	background-position:left bottom;*/
	text-align:right;
	height:130px;
}
#header a {
	text-decoration:none;
}
#header #logo {
	margin-top:12px;
	float:left;
}
#header .btn_hilfe {
	width:92px;
	height:53px;
	float:left;
	margin:50px 0px 0px 30px;
}
#header .btn_hilfe a {
	width:92px;
	height:53px;
	display:block;
	text-indent:-500em;
	background-image:url(../tl_files/template/btn_hilfe.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#header .btn_hilfe a:hover {
	width:92px;
	height:53px;
	display:block;
	text-indent:-500em;
	background-image:url(../tl_files/template/btn_hilfe_a.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#container {
	/*background-image:url(../tl_files/template/ecke_main.gif);
	background-repeat:no-repeat;
	background-position:left top;*/
	background-color:#FF9900;
	padding-bottom:20px;
}
#Bogen {
	height:50px;
	background-image:url(../tl_files/template/ecke_main.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#FF9900;
}
#main {
	background-color:#FFFFFF;
	margin-right:20px;
	padding:0px 20px 20px 20px;
}
#footer {
	padding:20px 0px 0px 0px;
	clear:both;
}
#footer p {
	margin:0px;
	padding:0px;
}
#footer img {
	padding:0px 30px 20px 0px;
}

