* {
	margin: 0;
	padding: 0;
	line-height: 16px;
}

body {
	background-color: #F7F4E6;
	font-size: 12px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

a {
	color: #E37512;
}

.clearer {
	clear: both;
	font-size: 1px;
	line-height: 0px;
}

#content ul,
#content ol {
	/*list-style-position: inside;*/
	padding-left:16px;
}

#metaframe {
	text-align: right;
}

#pageframe {
	width: 969px;
	margin: 10px auto 0 auto;
	position: relative;
}

#header {
	height:173px;
	background: url(../img/header_bg.png);
	position: relative;
	z-index: 5;
}
#logo {
	position: absolute;
	top: 50px;
	left: 30px;
}


#phone {
	font-weight: bold;
	color: #971D1C;
	padding-right: 7px;
}

#rootline {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 19px;
	position: relative;
	z-index: 4;
}

#rootline,
#rootline a {
	color: #9C9E9F;
	text-decoration: none;
}

#rootline span.item {
	padding: 0 5px 0 5px;
}

#metamenu {

}

#contentframe {
	position: relative;
	z-index: 5;
}

#content {
	width: 639px;
	padding:20px 0 0 0;
	float: left;
}

#contentright {
	width: 329px;
	float: left;
}

#content p {
	line-height: 22px;
	margin: 0 0 15px 0;
}

#content .csc-frame-invisible .white-main,
#content .csc-frame-rulerBefore .orange-main {
	padding: 21px 19px 10px 10px;
}

#contentright {
	margin-left: 1px;
}

#contentright .csc-frame-invisible .white-main {
	padding: 0 18px 20px 10px;
}

#contentright .white-main .csc-header h1,
#contentright .white-main .csc-header h2 {
	color: #971D1C;
	font-weight: bold;
	font-size: 14px;
	
}

#contentright .white-main .csc-header {
	background: url(../img/red_line.png) bottom no-repeat;
	padding-top: 9px;
	padding-bottom: 11px;
	margin-bottom: 10px;
}

/**
 * White content element
 */
#content .white-main .csc-header h1,
#content .white-main .csc-header h2 {
	color: #971D1C;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 27px;
}

#content .csc-frame-invisible .white-main,
#content .news-list2-container .news-item .white-main,
#content .csc-default .white-main {
	background: url(../img/ce_white_normal_main.png);
	color: #6b6868;
}

#content .csc-frame-invisible .white-bottom,
#content .news-list2-container .news-item .white-bottom,
#content .csc-default .white-bottom {
	background: url(../img/ce_white_normal_bottom.png);
	height: 8px;
}

/**
 * White content element (right side)
 */
#contentright .csc-frame-invisible .white-main {
	background: url(../img/ce_right_white_normal_main.png);
	color: #6b6868;
}

#contentright .csc-frame-invisible .white-bottom {
	background: url(../img/ce_right_white_normal_bottom.png);
	height: 8px;
}

/**
 * Orange content element
 */
#content .orange-main .csc-header h2,
#content .orange-main .csc-header h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 27px;
}

#content .orange-main a {
	color: #ffffff;
}

#content .orange-main {
	background: url(../img/ce_orange_normal_main.png);
	color: #FFFFFF;
}

#content .orange-bottom {
	background: url(../img/ce_orange_normal_bottom.png);
	height: 8px;
}

#contentright {
	
}

/**
 * Meta navigation
 */
#metamenu {
	padding-right: 13px;
}

#metamenu,
#metamenu a {
	color: #E16B01;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#metamenu span.item {
	margin: 0 6px 0 6px;
}

#metamenu span.lastitem {
	margin: 0 0 0 6px;
}

#footer {
	margin-top: 20px;
	height: 181px;
	background: url(../img/footer_bg.png);
}

/**
 * Blog icon
 */
#c84 .csc-header {
	padding-top: 4px !important;
	padding-bottom: 0 !important;
}

#c84 .csc-header h2,
#c84 .csc-header h1 {
	background: url(../img/icon_rss.png) no-repeat;
	height: 27px;
	padding-left: 33px;
	padding-top: 4px;
}

/**
 * News icon
 */
#c86 .csc-header {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#c86 .csc-header h2,
#c86 .csc-header h1 {
	background: url(../img/icon_news.png) no-repeat;
	height: 27px;
	padding-left: 35px;
	padding-top: 7px;
}

/**
 * TYPO3 icon
 */
#c89 .csc-header {
	padding-top: 4px !important;
	padding-bottom: 0 !important;
}

#c89 .csc-header h2,
#c89 .csc-header h1 {
	background: url(../img/icon_typo3.png) no-repeat;
	height: 27px;
	padding-left: 68px;
	padding-top: 4px;
}

/*
 * Kontakt Formular
 */
#content .white-main .csc-mailform {
	color: #6B6868;
}

#content .white-main fieldset {
	border: none;
}

#content .white-main .csc-mailform .csc-mailform-field {
	margin-bottom: 8px;
}

#content .white-main .csc-mailform .csc-mailform-field label {
	display: block;
	width: 100px;
	float: left;
}

#mailformformtype_mail {
	width: 70px;
	height: 30px;
	margin-left: 100px;
}

#mailformAnrede {
	width: 65px;
}
