html {
	padding: 0;
	margin: 0;
}

body {
	background-color: #8c9099;
	color:#000000;
	padding: 0;
	margin: 0;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	line-height: 22px;
	position: relative;
	padding-bottom: 10px;
}

html, body { height: 100%; }

#header {
	height: 180px;
	overflow: visible;
}

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#page {
	margin: 0 39px;
	background: #ffffff;
	border-left: 2px solid #892a4c;
	border-right: 2px solid #892a4c;
	/* overflow: hidden; */
}

#navi {
	float: left;
	width: 200px;
	margin-top: 69px;
}

#content {
    position: relative;
    width: 628px;
    margin-left: 250px;
    overflow: hidden;
}

#content_inside {
    padding-right: 70px;
}

#footer {
	border-bottom: 2px solid #892a4c; 
	height: 40px;
	clear: both;
}

#footer_inside {
	padding-top: 10px;
	margin-left: 250px;
}

#navi li {
	list-style-type: none;
}

#navi a {
	font-family: Tahoma, sans-serif;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	color: #615b51;
	display: block;
	height: 28px;
}

#navi a.active {font-weight: bold;}

#topnavi a.active, #navi a.active {
	color: #812139;	
}

#topnavi a {
	font-family: Tahoma, sans-serif;
	font-style: normal;
	font-size: 12px;	
	text-decoration: none;
	color: #615b51;
}

.inside {
	position:relative;
	text-align:left;
}

.clear, #clear {
	clear:both;
	font-size:0.1px;
	height:0.1px;
	line-height:0.1px;
}


h1 {
	font-size: 14px;
	color: #812139;
	font-weight: bold;
}

h1.csc-firstHeader {
	font-size: 16px;
	color: #812139;
	text-transform: uppercase;
}

.newsred {
	color: #812139;
}

.textlink {
	color: #812139;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	padding-bottom: 10px;
}
/*
div.csc-textpic-clear, 
div.csc-textpic-left div.csc-textpic-text {
	clear:none;
}
*/
a, a:link, a:visited, a:focus, a:hover, a:active {
	color: #812139;
}

ul {
	padding-left: 0;
}

ul.level-1 {
	padding-left: 20px;
}

ul.level-2 {
	padding-left: 8px;
}

#navi ul.level-2 a {
	font-size: 13px;
}

#navi li.submenu a {
	height: 24px;
}

fieldset.csc-mailform { border: 0; padding: 0; }
#mailform label { display: block; }

table.preise { width: 260px; }
table.preise td.td-1 { text-align: right; }
