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

/*Basis Layout*/

* {
	top:0px;
	left:0px;
	margin:0;
}

html, body {
	height:100%;
}

body {
	top:0px;
	left:0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color:#ffffff;
	font-size:11px;
	background-image:url(bilder/bg.jpg);
	background-repeat:repeat;
	background-position:center;
}

#container {
	position:absolute;
	top:200px;
	left:0;
	right:auto;
	width:960px;
	height:310px;
	clear:both;
	background-image:url(bilder/container_bg.png);
	background-repeat:no-repeat;
	background-position:right;
	
}

#logo {
	position:absolute;
	left:60px;
	top:50px;
	
}

#textlinks {
	position:absolute;
	left:350px;
	top:105px;
	width:250px
	
}

#textrechts {
	position:absolute;
	left:60px;
	top:105px;
	
}

#fussnavi {
	position:absolute;
	left:460px;
	top:230px;
	height:auto;
	width:auto;
	vertical-align:text-top;
	font-size:10px;
	
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin-bottom:8px;
}

a:active, a:visited, a:link {
	border:none;
	border-bottom-width:0;
	text-decoration:none;
	color:#ffffff;
	}
	

a:hover {
	border:none;
	border-bottom-width:0;
	text-decoration:none;
	color:#d24f18;
	}

img {
	border:solid 0px;
	
}

<!--[if IE 6]>
#img {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bild.png', sizingMethod='scale');
background:none;
}
<!--[endif]-->