* {
	font-family:Arial,sans-serif;
	font-size:12px;
	color:black;
}

body {
	margin:0px;
	padding:0px;
	background-color:white;
}

img {
	margin:0px;
	border-style:none;
	border-width:0px;
	vertical-align:top;
}

#head {
	height:71px;
	background-image:url(./bilder/head_gradient_bg.gif);
	background-repeat:repeat-y;
	background-color:#d9b287;
	white-space:nowrap;
}

#a_logo {
	margin-left:470px;
}

#separator {
	background-image:url(./bilder/separator_bg.gif);
	background-repeat:repeat-x;
}

#left_gradient {
	width:117px;
	height:640px;
	background-image:url(./bilder/left_gradient_bg.gif);
	background-repeat:repeat-x;
	background-color:#da2e29;
	border-top:1px solid #8b0304;
	border-bottom:1px solid #da2e29;
	
}

#content {
	position:absolute;
	left:125px;
	top:135px;
	width:788px;
	height:640px;
	background-image:url(./bilder/content_bg.gif);
	background-repeat:no-repeat;
	border:1px solid #da2e29;
}
