/* Start of CMSMS style sheet 'k1heimann' */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

.hide {
	display: none;
}

p {
	font-size: 12px;
	color: #000;
	margin-bottom: 1em;
}

.partner {
        line-height: 16px;
}

.black {
        color: #000;
}

.red {
        color: #990134;
}

.copy {
	font-size: 10px;
	margin-top: 1em;
	text-align: center;
}

a {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #990134;
}

img {
	border: none;
}

#container {
	width: 890px;
	margin: auto;
}

#header {
	margin-top: 10px;
	height: 145px;
}

#header_left {
	float: left;
	width: 165px;
}

#header_right {
	width: 710px;
	height: 100px;
	float: right;
}

.header_home {
	background: url(images/header_home.jpg) no-repeat;
}

.header_marketing {
	background: url(images/header_marketing.jpg) no-repeat;
}

.header_bueroservice {
	background: url(images/header_bueroservice.jpg) no-repeat;
}

.header_bewerbung {
	background: url(images/header_bewerbung.jpg) no-repeat;
}

.header_kontakt {
	background: url(images/header_kontakt.jpg) no-repeat;
}

.header_partner {
	background: url(images/header_partner.jpg) no-repeat;
}

.header_linkservice {
	background: url(images/header_linkservice.jpg) no-repeat;
}

.header_home h1 {
	margin-top: 10px;
	margin-left: 110px;
}

#nav {
	float: left;
	width: 151px;
	height: 466px;
	padding: 7px 7px;
	background: #E8E8E8;
}

#nav ul {
	margin-bottom: 75px;
}

#nav li {
	list-style: none;
	margin-bottom: 15px;
}

.currentpage, .activeparent {
        color: #990134;
}

#content_container {
	float: right;
	width: 690px;
	height: 455px;
	padding: 25px 10px 0 10px;
	margin-bottom: 10px;
	/* background: #999; */
}

#content_container h1 {
	font-size: 16px;
	color: #990134;
	margin-bottom: 35px;
}

#content_container h2 {
	font-size: 14px;
	color: #333333;
	margin-bottom: 35px;
}

#content_container h3 {
	font-size: 14px;
	color: #333333;
}

#content_container ul {
        font-size: 12px;
	color: #990134;
        margin-left: 45px;
}

#content_container li {
        margin-bottom: 1em;
}

.content_left {
	float: left;
	width: 49%;
	/* background: #00f; */
	margin-bottom: 35px;
}

.content_right {
	float: right;
	width: 49%;
	/* background: #00f; */
	margin-bottom: 35px;
}

.clear_content {
	clear: both;
}

.content_center {
        /* clear: both; */
        /* background: #00f; */
}
/* End of 'k1heimann' */

