/*
** Dark: #b34205
** Ligth: #fef0ca
** Background: #fef7e3
** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */

/*
** Tags
** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
body {
	margin: 0 auto;
	background: #fef7e3 url('../images/background.gif') repeat-x ;
	padding: 50px 0;
}
h1, h2, h3, p, a {
	font-family: Verdana, sans-serif;
	color: #000;
	line-height: 18px;
}
h2 {
	color: #b34205;
	font-size: 14px;
	padding-bottom: 13px;
	font-weight: bold;
}
h3, p, li {
	font-size: 12px;
}
h3 {
	font-weight: bold;
}
p {
	display: block;
	padding-bottom:25px
}
a {
	color: #000;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
a:hover {
	color: #b34205;
}
img {
	display: block;
}
.active a {
	color: #b34205;
}
/*
** Content
** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
#frame {
	border: 1px solid #b34205;
	background: #fef0ca;
	width: 998px;
	margin: 0 auto;
}
#header {
	height: 27px;
	padding: 183px 0 0 75px;
	background: #fff url('../images/header.jpg') no-repeat;
}
#header li {
	float: left;
	padding: 0 30px 0 0;
}
#leistungen #content {
	background: transparent url('../images/background-leistungen.png') no-repeat right bottom;
}
.col-one-half {
	display: block;
	width: 406px;
	padding: 0 55px 0 0;
	float: left;
}
/*
** Helper & Hacks
** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
.size-box2 {
	padding: 0 50px 0 75px;
}
.size-box {
	padding: 0 0 0 75px;
}
.last {
	margin-bottom: 0;
	padding-bottom: 0;
}
.cleaner {
	clear: both;
}