@CHARSET "ISO-8859-1";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin: 62px auto 30px auto;
	background-color: #3d3b3a;
	color: #262422;
}
img {
	border: 0;
}
p {
	margin: 1em 0;
}
a {
	color: #262422;
}
h1 {
	font-weight: normal;
	font-size: 30px;
	margin: 0 0 1em 0;
}
h2 {
	font-weight: normal;
	font-size: 24px;
	margin: 1em 0 .5em 0;
}
p.sig {
	font-size: 25px;
}
#menu a, h1, h2, p.sig {
	font-family: "caflisch-script-pro";
}

#main {
	position: relative;
	width: 587px;
	margin: 0 auto;
	padding: 320px 64px 46px 64px;
	background: #fff url(../images/bg.gif) repeat-y;
}
#bg_top {
	position: absolute;
	top: 0px;
	left: 0px;	
}
#bg_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;	
}
#line {
	position: absolute;
	top: 280px;
	left: 27px;
	width: 24px;
	height: 1px;
	border-top: 1px solid #262422;
}
#logo {
	position: absolute;
	top: 68px;
	left: 64px;	
}
#menu {
	position: absolute;
	top: 82px;
	left: -133px;
	width: 216px;
	height: 216px;
	background: url(../images/postit.gif) no-repeat;
}
#menu a {
	position: absolute;
}
#menu a#men_home {
	left: 30px;
	top: 46px;
}
#menu a#men_team {
	left: 30px;
	top: 87px;
}
#menu a#men_leistungen {
	left: 30px;
	top: 122px;
}

#address {
	position: absolute;
	top: 57px;
	right: 50px;
	font-size: 11px;
}
#content {
	line-height: 180%;
	padding-bottom: 40px;
}
#content li {
	padding: 0.3em 0;
}
#footer {
	position: absolute;
	width: 631px;
	bottom: 27px;
	left: 42px;
	padding-top: 6px;
	border-top: 1px solid #3d3b3a;
	font-size: 11px;
	text-align: right;
}
#footer a, #address a {
	text-decoration: none;
}
#footer a:hover, #footer a.sel, #address a:hover {
	text-decoration: underline;
}

.colcont {
	width: 568px;
	margin: 0 auto;
	padding-top: 1em;
}
.col {
	float: left;
	width: 125px;
	padding: 0 8px;
	text-decoration: none;
}

.slidebox {
	padding: 3px 0;
}
.slidebox div {
	padding: 5px 0 5px 25px;
}
.slidebox_handle {
	cursor: pointer;
	font-size: 14px;
	background: url(../images/plus.gif) no-repeat 0 10px;
}
.slidebox_handle a {
	border: 0;
}
.slidebox_minus {
	background-image: url(../images/minus.gif);
}

.teambox {
	background-color: #cee09a;
	padding: 15px;
}
.teambox .inner {
	border: 1px solid #afaeae;
	background-color: #fff;
	height: 348px;
	padding-right: 25px;
	line-height: 180%;
	position: relative;
}
.teambox .inner h1 {
	font-size: 30px;
	margin-top: 55px;
	margin-bottom: 0;
}
.teambox .inner div {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 390px;
}

noscript div {
	border: 5px solid #cc1520;
	background-color: #fff;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 100;
	padding: 20px;
	line-height: 200%;
	font-size: 15px;
}
#cookie-disclaimer {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #333;
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	line-height: 160%;
}
#cookie-disclaimer .inner {
	padding: 15px;
}
#cookie-disclaimer a {
	color: #fff;	
}
#cookie-disclaimer img {
	float: left;
	margin-right: 15px;
	cursor: pointer;
}