@charset "utf-8";
/* CSS Document */

a,
a:link,
a:hover,
a:visited,
a:active {
	font-weight:bold;
	color:#000;
}
a:hover {
	color:#80141d;
}

h1,
.csc-firstHeader,
.csc-header {
	color:#80141D;
	font-size:18px;
	/*text-transform:uppercase;*/
	font-weight:normal;
	padding:0 0 10px 0;
	margin:0px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	line-height:1.5em;
	padding:0 0 10px 0;
}
h3 {
	font-size:12px;
	font-weight:normal;
	line-height:1.5em;
	padding:0 0 10px 0;
}

.csc-header h4 {
	color:#B26E27;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

/* main */
#main .csc-default {
	margin-bottom:30px;
	position:relative;
}
#main .bodytext {
	line-height:1.5em;
	padding:0 0 10px 0;
}
#main ul,
#main .csc-textpic-text ul {
	padding:0 0 10px 20px;
}
#main .csc-textpic-imagewrap ul {
	padding:0 0 10px 0px;
}
#main table {
	font-size:12px;
}
#main table .bodytext {
	padding:2px;
}

/* preistabelle */
#main td.border-bottom {
	border-bottom:1px solid #fff;
	padding:2px;
}
#main td.border-left {
	border-left:1px solid #fff;
}
#main td.even {
	background:#E5CEB6;
}
#main td.odd {
	background:#FCE2BF;
}
/* ############ */
/* #### */
