/* CONTAINER */
body, html {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background-color:#B9B9B9;
	font-family:Verdana,Geneva,sans-serif;
	font-size:12px;
	color:#757575;
}
#table {
	width:100%;
	height:100%;
}
#main {
	width:870px;
	height: 520px;
	margin: 20px auto;
	padding:50px 70px 50px 60px;
	background: transparent url(/img/vorlage.gif) no-repeat scroll 0 0;
}
#logo img {
	float:right;
}
#topmenu {
	text-align:right;
	padding-bottom: 10px;
	border-bottom: #000 solid 1px;
	margin-top:143px;
}
#sidemenu {
	float: left;
}
#wrapper {
	width: 665px;
	height: 340px;
	background:	transparent url(/img/bg2.jpg) no-repeat scroll left top;
	float:right;
	position:relative;
	/*padding: 0 262px 0 5px;*/
}
#content {
	overflow:auto;
	position: absolute;
	height: 319px;
	width: 403px;
	padding: 8px 0 8px 5px;
	scrollbar-face-color: #757575;
	scrollbar-highlight-color: #EFEFEF;
	scrollbar-shadow-color: #EFEFEF;
	scrollbar-3dlight-color: #EFEFEF;
	scrollbar-arrow-color:  #EFEFEF;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #EFEFEF;
}
#contact {
	float:right;
}
/* ALLGEMEINE FORMATIERUNGEN */
a, ul a:hover, a:hover {
	text-decoration:none;
	color:#757575;
}
a:hover {
	text-decoration:underline;
}
li.activelink a {
	color: #191919;
}
p {
	margin: 12px 0;
}
.grey-dark {
	color:#333;
}
h2 {
	font-size:12px;
	margin: 8px 0;
}
#content th h2 {
	margin-bottom: 0;
}
h1 {
	font-size:14px;
	margin:9px 0 21px 0;
	font-weight: normal;
}
p.contact-data {
	margin: 8px 0;
}
#content th {
	text-align:left;
}
.w-h1 {
	margin: 0 0 20px 0;
}
/* TOPMENÜ */
#topmenu ul {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
}
#topmenu li {
	display:inline;
	margin-left: 44px;
}

/* SIDEMENU */
#sidemenu ul {
	list-style-image:none;
	list-style-type: none;
	margin:0;
	padding:5px 0 0 0;
}
#sidemenu li {
	padding-top:14px;
	margin:0;
}