/* Allgemein */
html{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	background-color: #000000;
}
h2{
	font-size: 14px;
	font-weight: bold;
	color: #d00f26;
}
h3, .markup{
	font-weight: bold;
}
.indent{
	display: block;
	padding-left: 14px;
}
.clear{
	clear: both;
}
#wrapper{
	width: 990px;
	margin: 0 auto;
}
#content > .inside{
	padding-top: 95px;
}

/* Header */
#header{
	height: 145px;
}
#header img{
	display: block;
	float: left;
}

/* Spalte: Navigation */
#col-nav{
	width: 163px;
	float: left;
}
#menu-main{
	width: 108px;
}
#menu-main ul{
	border-top: 1px solid #ffffff;
}
#menu-main ul li{
	border-bottom: 1px solid #ffffff;
	padding-top: 14px;
	padding-bottom: 13px;
}
#menu-main ul li a{
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
	padding-left: 26px;
}
#menu-main ul li.active a{
	text-decoration: none;
	color: #d00f26;
	font-weight: bold;
	padding-left: 26px;
}
#menu-main ul li a:hover{
	color: #d00f26;
	font-weight: bold;
}

/* Footer */
#footer{
	margin-top: 155px;
	margin-left: 25px;
	font-size: 12px;
	line-height: 130%;
}

/* Home */
#page-home #wrapper{
	background-image: url("../images/bg-home.jpg");
	background-repeat: no-repeat;
}
#col-home{
	margin-left: 419px;
}

/* Info */
.col-info{
	font-size: 12px;
	line-height: 130%;
	float: left;
	width: 255px;
}

/* Referenzen */
.col-referenzen{
	line-height: 130%;
	float: left;
	width: 255px;
}

/* Impressum */
.col-impressum,
.col-datenschutz {
	line-height: 130%;
	float: left;
}
.col-impressum a,
.col-datenschutz a{
	color: #ffffff;
	text-decoration: none;
}
.col-datenschutz ul{
	list-style: initial;
	margin-left: 15px;
}
#col-impressum-01{
	width: 425px;
}
#col-datenschutz-01{
	width: 800px;
}
#page-impressum #header img,
#page-datenschutz #header img{
	margin-left: 419px;
}
#cols-contact{
	width: 425px;
}
#cols-contact-left{
	width: 70px;
	float: left;
}