* {
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
}
img {
	border: none;
}

body {
	width:100%;
	height:100%;
	background-color: #ceced0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #6f6f6f;
}

#background {
	position:absolute;
	min-height:612px;
	min-width:932px;
	width:100%;
	height:100%;
	overflow: hidden;
}
#background #min {
	height:612px;
	width:932px;
	position:absolute;
	top:0px;
}

#center {
	height:572px;
	width:862px;
	position:absolute;
	top:50%;
	left:50%;
	background: #FFF;
	background-image: url(../img/bg_lefttop-corner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 15px 0 15px;
	margin-top:-286px;
	margin-left:-446px;
	overflow: hidden;
}

#header {
	margin: 10px;
	height: 58px;
	width: 842px;
}
#header img {
	float: left;
}

#navigation {
	list-style: none;
	color: #ee6b01;
	font-size: 11px;
	float: right;
	text-align: center;
	width: 621px;
	margin-top: 32px;
}
#navigation li {
	display: inline;
	margin: 2px;
	font-weight: bold;
}
#navigation li a {
	color: #6f6f6f;
}
#navigation li a:hover, #navigation li a:active {
	color: #ee6b01;
}

#content {
	width: 100%;
	height: 534px;
}
#content div.top {
	height: 156px;
	width: 100%;
	overflow: hidden;
}

#title {
	background-color: #f47321;
	background-image: url(../img/bg_orangecorner.jpg);
	background-repeat: no-repeat;
	width: 220px;
	height: 156px;
	float: left;
	color: #FFF;
}
#title p {
	font-size: 16px;
}
#title h1 {
	font-size: 14px;
	margin: 2px 0 0 30px;
}

#motiv {
	float: right;
	width: 642px;
	height: 100%;
}

#content div.bottom {
	height: 338px;
	width: 100%;
}
#content a {
	color: #ee6b01;
}
#content a:hover, #content a:active {
	text-decoration: underline;
}

#links {
	background-color: #e2e3e5;
	width: 220px;
	height: 100%;
	float: left;
	padding: 46px 0 0 0;
}
#links ul {
	margin: 0 20px 0 35px;
	list-style-image: url(../img/bullet_links.jpg);
}
#links a {
	display: block;
	color: #6f6f6f;
}
#links a:hover {
	text-decoration: none;
	color: #ee6b01;
}
#links ul li {
	margin-bottom: 12px;
}
#links ul li span {
	color: #ee6b01;
	font-weight: normal;
	font-size: 12px;
}

#text {
	float: left;
	width: 446px;
	margin: 46px 28px 28px 28px;
}
#text h1 {
	color: #ee6b01;
	font-weight: normal;
	margin-bottom: 24px;
	font-size: 20px;
}
#text h2 {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	margin: -22px 0 24px 0;
}
#text p {
	margin-bottom: 18px;
}

#text form p {
	float: left;
	width: 160px;
	clear: both;
	padding-top: 2px;
}
#text form input {
	float: left;
	width: 200px;
}
#text form input.submit {
	clear: both;
	margin-left: 160px;
	width: 100px;
}

#text #scrolling {
	position: absolute;
	bottom: 5px;
}
#text #scrolling a {
	float: left;
}

#rightcol {
	width: 140px;
	height: 150px;
	float: right;
	margin: 46px 0 0 0;
	background-image: url(../img/bg_rightcol.jpg);
	background-repeat: no-repeat;
}
#rightcol div.top {
	height: 18px;
	width: 100%;
}
#rightcol div.top p {
	color: #ee6b01;
	margin: 2px 0 0 11px;
}
#rightcol div.bottom {
	border: 1px solid #d4d4d7;
	height: 190px;
	width: 138px;
}
#rightcol div.bottom img {
	margin: 16px 10px 4px 10px;
}
#rightcol div.bottom p {
	margin: 10px;
	line-height: 12px;
}

#footer {
	height:572px;
	width:862px;
	position:absolute;
	top:50%;
	left:50%;
	padding: 6px 15px 0 15px;
	margin-top:286px;
	margin-left:-446px;
	overflow: hidden;
}
#footer p.left {
	float:left;
	color: #6f6f6f;
}
#footer p.right {
	float: right;
	color: #FFF;
}

