﻿body {
	margin:0px;
	background-color:#292929;
	color:white;
	font-family:Arial, Helvetica, Sans-Serif;
}

h1{
	font-size:16px;
	margin-left:5px;
	margin-bottom:0px;
	margin-top:0px;
}

h2{
	font-size:14px;
	margin-left:5px;
	margin-bottom:0px;
	margin-top:0px;
}

p{
	font-size:12px;
	margin-left:5px;
	margin-top:0px;
}


img {
	border:0px;
}



.a2bereiche {
	width:271px;
	height:151px;
}

.topspacer {
	height:150px;
}

.overviewright {
	background-position: left;
	background-image: url('images/right_top.jpg');
	background-repeat: no-repeat;
}
.overviewleft {
	background-position: right;
	background-image: url('images/left_top.jpg');
	background-repeat: no-repeat;
}

.bottomright {
	background-image: url('images/right_bottom.jpg');
	background-repeat: no-repeat;
	height:63px;
}

.bottomleft {
	background-position: right top;
	background-image: url('images/left_bottom.jpg');
	background-repeat: no-repeat;
	height: 63px;
}

.bottomcenter {
	background-image: url('images/center_bottom.jpg');
	background-repeat: no-repeat;
	height:63px;
	width:542px;
}


