* {
	-webkit-text-size-adjust: none;
}
body {
	text-align:center;
	background-repeat:repeat-x;
	background-color:#0055a4;
	background-image:url(../links/background.gif);
}

#box-top {
	width:100%;
	box-shadow:0 0 5px #000;
	-moz-box-shadow:0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;
	background-color:#777;
	height:38px;
	left:0;
	top:0;
	position:absolute;
}

#wrapper {
	width:900px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
}

#menu-top {
	position:relative;
	height:38px;
	width:900px;
	z-index:100;
}

#menu-top-left {
	left:0;
	top:8px;
	position:absolute;
}

#header {
	position:relative;
	height:168px;
	width:900px;
}

#logo {
	position:absolute;
	top:15px;
}

#body {
	box-shadow:0 0 10px #000;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	overflow:hidden;
	padding:5px;
	background-color:#FFF;
}

#picture {
	height:180px;
	overflow: hidden;
}

#content {
	position: relative;
	width:890px;
	padding-top:60px;
}

#col-1 {
	padding-left:45px;
	padding-bottom:35px;
	float:left;
}

#menu-small {
	position: absolute;
	left: 590px;
	top: 17px;
}

#col-1-content {
	width:495px;
}

#col-2 {
	float:right;
	width:300px;
	padding-top:9px;
	padding-bottom:35px;
	overflow-x: hidden;
}

#col-3 {
	padding-left:45px;
	padding-bottom:35px;
	float:left;
}

#col-3-content {
	width:800px;
}

#col-4 {
	float:right;
	width:300px;
	padding-top:66px;
	padding-bottom:35px;
	overflow-x: hidden;
}

#footer {
	height:40px;
	padding-top:10px;
}

#copyright {
	float:left;
}

#impressum {
	float:right;
}

#copyright p,#impressum p {
	line-height:14px;
	font-size:13px;
	color:#FFF;
}

#copyright p a,#impressum p a {
	text-decoration:none;
	color:#fdc600;
}

#copyright p a:hover,#impressum p a:hover {
	text-decoration:underline;
}