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

body {
	background-color: #2a3068;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
}
#wrapper1 {
	float: left;
	height: 100%;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	overflow:hidden;
}
#wrapper2 {
	background-image: url(../images/layout/bg.jpg);
	background-repeat: repeat-y;
	float: left;
	height: 650px;
	width: 900px;
	position: relative;
	margin-left: 50%;
	left: -450px;
	display:inline;
}
#logo {
	background-image: url(../images/layout/logo_delaco.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 150px;
	width: 627px;
	position: relative;
	left: 136px;
	top: 0px;
	background-position: center;
	background-color: #676767;
}
#terug {
	float: right;
	height: 20px;
	width: 150px;
	position: relative;
	top: 10px;
	right: 150px;
	text-align: right;
}
#content {
	float: left;
	height: 450px;
	width: 607px;
	position: relative;
	left: 136px;
	top: 50px;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
	scrollbar-3dlight-color:#B6B6B6;
	scrollbar-arrow-color:#d1d1d1;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#B6B6B6;
	scrollbar-face-color:#B6B6B6;
	scrollbar-highlight-color:#B6B6B6;
	scrollbar-shadow-color:#B6B6B6;
	scrollbar-track-color:#ffffff;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.titel {
	font-weight: bold;
	color: #2A3068;
	letter-spacing: 1px;
}

.bold {
	font-weight: bold;
}
a:link {
	color: #2A3068;
}
a:visited {
	color: #2A3068;
}
a:hover {
	color: #B6B6B6;
}

