/* ### RESET ### */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
	padding-bottom: 0.5em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ### RESET ENDE ### */


/*### GENERAL FORMAT ### */
a {
	color: #C1022C;
	text-decoration: none;
	font-style: italic;
} 

a:hover, 
a.act {
	color: #77001B;
}

h1, h2, h3, h4, h5 ,h6 {
	color: #C1022C;
}


h1 {
	font-size: 20px;
	line-height: 1.2em;
	padding-bottom: 0.5em;
	padding-top: 0.75em;
}

h2 {
	font-size: 16px;
	line-height: 1.2em;
	padding-bottom: 0.2em;
}

h2,h3 {
	padding-top: 0.5em;
}

p.bodytext {
	margin: 0.6em 0;
	line-height: 1.5em;
}

.anriss {
	color: black;
	font-size: 14px;
}

.anriss ul,
.maincontent ul,
.start_main_content ul {
	padding-left: 15px;
	margin-top: 0.5em;
}

.anriss ul li,
.maincontent ul li,
.start_main_content ul li{
	list-style-type: disc;
	padding-left: 0px;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}

p.bodytext a {
	white-space: nowrap;
}

/* ### cols ### */
.col {
	float: left;
}

.cols4 {
	width: 860px;
	margin-top: 20px;
}

.cols4 .col, 
.cols3 .col {
	width: 200px;
	margin-right: 20px;
}

.cols4 .col4 {
	margin-right: 0px;
}

.cols3 .col3 {
	margin-right: 0px;
}

.cols3 .col .csc-header {
	border-top:1px solid #BA042B;
	padding-top: 3px;
}

.cols {
	overflow: hidden;
}

.cols3 {
	margin-top: 20px;
}


/* ### cols ENDE ### */

/* ### PAGE LAYOUT ### */
body {
	font-family: Georgia, Times New Roman;
	font-size: 12px;
	color: #666666;
}

#top {
	width: 860px;
	margin-left: 100px;
	position: relative;
}

#navi {
	padding-top: 105px;
	padding-bottom: 35px;
}

#navi li {
	display: block;
	float: right;
	margin-left: 30px;
}

#navi a {
	font-size: 16px;
	font-style: italic;
	display: block;
	padding: 0px 5px;
	height: 25px;
	line-height: 25px;
}

#navi a.act {
	padding: 0px 5px;
}

#subnavi {
	margin-top: 0px;
	overflow: hidden;
	position: relative;
	padding-left: 0px;
}

#subnavi li {
	height: 19px;
	line-height: 19px;
	padding: 0px 12px;
	margin: 0px 8px 6px 3px;
}

#navi a.act,
#subnavi a.act {
	background-color: #DDDDDD;
	position: relative;
}

#subnavi a.act {
	line-height: 19px;
	display: block;
	float: left;
}

#subnavi a {
	padding: 0px 5px;
	font-size: 13px;
}

#subnavi span,
#navi span {
	display: block;
	width: 12px;
}

#subnavi span,
#navi span {
	position: absolute;
	top: 0px;
	background-repeat: no-repeat;
}
#subnavi span.link_act_left {
	left: -12px;
	background-image: url(../img/submenu_act_left.png);
}
#subnavi span.link_act_right {
	right: -12px;
	background-image: url(../img/submenu_act_right.png);
}

#navi span {
	width: 15px;
}

#navi span.link_act_left {
	left: -15px;
	background-image: url(../img/menu_act_left.png);
}
#navi span.link_act_right {
	right: -15px;
	background-image: url(../img/menu_act_right.png);
}

#logo {
	position: absolute;
	left: -45px;
	top: 40px;
}

#maincontent_container {
	margin-top: 20px;
	overflow: hidden;
}

#maincontent_left {
	float: left;
	width: 200px;
	margin-right: 20px;
}

#maincontent_center {
	float: left;
	width: 640px;
}

.maincontent {
	width: 640px;
	margin: 0px;
}

.maincontent_rightcol {
	width: 450px;
	margin-right: 20px;
	float: left;
}

#maincontent_right {
	float: left;
	width: 170px;
	font-size: 11px;
	margin-top: 2.5em;
}

#page_options img {
	display: block;
	float: left;
	margin-right: 5px;
}

#page_options a {
	line-height: 15px;
}

#page_options li {
	margin-bottom: 5px;
}

#footer {
	width: 860px;
	border-top:1px solid #E9ACBB;
	font-size:11px;
	color:#C1022C;
	padding-top:2px;
	font-size: 10px;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	overflow: hidden;
}

#footer-left{
	float:left;
}

#footer-right{
	float:right;
	font-style: italic;
}
input.text{

}
#mailform,#Wie_haben_Sie_von_uns_erfahren,#mailformIhr_Nachricht,.tipafriendformfields{
  font-size:12px;
}
/*### PAGE LAYOUT ENDE ### */
