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

* {
	margin:0px;
	}

body, html {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:14px;
	line-height:1.4em;
	}
	
#Master {
	margin:10px auto auto auto;
	width:903px;
	height:650px;
	padding:0px;
	}
.Master_1 {
	background-image:url(img/bg_1.gif);
	background-repeat:no-repeat;
	}
.Master_2 {
	background-image:url(img/bg_2.gif);
	background-repeat:no-repeat;
	}
.Master_3 {
	background-image:url(img/bg_3.gif);
	background-repeat:no-repeat;
	color:#555;
	}
	
#Content-left {
	width:152px;
	float:left;
	padding-top:15px;
}

#Content-right {
	width:750px;
	float:right;
}

#Logo {
	background-image:url(img/logo.gif);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	left:550px;
	width:279px;
	height:70px;
	}
	
.Menu {
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	padding-left:52px;
	padding-top:10px;
	height:30px;
	background:url(img/komma.gif) 20px 0px;
	background-repeat:no-repeat;
	line-height:1em;
	}
.active {
	background-position:125px 0px!important;
	}
.Menu a:link, a:hover, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
#impressum {
	position: relative;
	width:210px;
	top:470px;
	left:10px;
	font-size:10px;
	z-index:10;
	}
#impressum a {
	color:#999;
}
	
td {
	vertical-align:top;
	}