/* Allgemein */

body {
	font-size:62.5%; /* Resets 1em to 10px */
	padding:0px;
	margin:0px;
	background:#d1cfa9;
}

img {
	border:0px;
}

/* Seiten-Layout */

#site {
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color:#6C5F56;
}

#header {
	width:100%;
	height:110px;
	background:#FFF;
	border-bottom:#FFF 4px solid;
}

#logo {
	width:450px;
	height:80px;
}

#animation {
	width:100%;
	height:30px;
}

#links {
	position:absolute;
	left:0px;
	width:190px;
	margin:0px; 
	padding:0px;
	background:#d1cfa9;
}

#menu {
	width:190px;
	padding:15px 0 15px 0;
	background-color:#990033;
}

#menu ul {
	width:190px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#menu ul li a {
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	text-align:right; 
	display:block;
	padding:4px 10px 4px 0px;
	border-right:#990033 1px solid;
	border-bottom:#990033 1px solid;
	border-left:#990033 1px solid;
	text-decoration:none;
}
#menu ul li ul li a {
	font-size:1.1em;
	font-weight:normal;
	color:#FFF;
	background:#bc4444;
	text-align: right; 
	display: block;
	padding:1px 10px 1px 0px;
	border-right: #990033 1px solid;
	border-bottom: #990033 1px solid;
	border-left: #990033 1px solid;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#FFF;
	background:#bc4444;
}

#menu ul li ul li a:hover {
	color:#FFF;
	background: #d84f4f;
}

.active {
	color:#FFF;
	background:#bc4444;
}

#menu ul li ul li a.active2 {
	color:#FFF;
	background:#d84f4f;
}

#kontakt {
	width:180px;
	height:15px;
	background:url(../images/linie_bcc_02.gif) left top no-repeat;
	border-top:1px #FFF solid;
	border-bottom:1px #FFF solid;
	padding:7px 10px 8px 0px;
	text-align:right;
	font-size:1.2em;
}

#content {
	margin:0 190px 0 190px;
	border-left:#FFF 1px solid;
	padding:0px;
	font-size:1.2em;
	background:#FFF;
}

.content-tables {
	width:90%;
	border:1px solid rgb(204, 204, 204);
	padding:15px;
}

#teaser {
	height:70px;
	padding:10px;
	background:#d1cfa9;
}

.arrow {
	margin:20px 0 0 10px;
	width:25px;
	height:15px;
	float:left;
}

.cat-links {
	margin:0 0 0 35px;
	text-align:left;
}

h1.cat {
	font-size:1.25em;
	color:#6C5F56;
	padding:0px;
	margin:10px 0 0 5px;
}

#maintext {
	padding:70px 70px 70px 80px;
}

#maintext ul {
	list-style:disc;
}
#maintext ul ul {
	list-style:circle;
}

#rechts {
	position:absolute;
	right:0px;
	top:114px;
	width:190px;
	margin:0px; 
	padding:0px;
	background:#d1cfa9;
}	

#zitat {
	width:190px;
	height:194px;
	margin-top:140px;
	background:#990033;
	border-top:1px #FFF solid;
	border-bottom:1px #FFF solid;
}

#sprache {
	width:180px;
	height:15px;
	background:url(../images/linie_bcc_02.gif) left top no-repeat;
	border-bottom:1px #FFF solid;
	padding:7px 0px 8px 10px;
	text-align:left;
	font-size:1.2em;
}

#sprache p.bodytext {
	display:inline;
	margin:0;
	padding:0;
}


/* Seiten-Layout Ende */


/* Typografie */

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

h1 {
	font-size:1.6em;
}

h1.csc-firstHeader {
	font-size:1.5em;
	margin-bottom:35px;
}

h2 {
	font-size:1.4em;
	line-height:3.0em;
	padding-top:20px;
}
h3 {
	font-size:1.2em;
}

h4 {
	font-size:1.0em;
}

h5 {
	font-size:0.9em;
}

h6 {
	font-size:0.8em;
}

a {
	color:#990134;
	font-weight:normal;
    text-decoration:none;
}
a:hover {
	color:#6C7381;
	font-weight:normal;
    text-decoration:none;
}

a.sonder {
	color:#990134;
	font-weight:normal;
    text-decoration:underline;
}
a.sonder:hover {
	color:#fff;
	background:#990134;
	font-weight:normal;
    text-decoration:none;
}

hr {
	background:#990134 none repeat scroll 0%;
	border:0pt none;
	height:1px;
	margin:35px -40px 0 -50px;
}

.csc-mailform {
	border:none;
}

.csc-mailform-label {
	display:block;
	clear:both;
	margin:0px;
	padding:0px;
}

.csc-mailform-field {
	width:410px;
	height:23px;
	display:block;
	margin:0px;
	padding:0px;
}

label {
	display:block;
	float:left;
	width:200px;
	margin:0px;
	padding:0px;
}

input {
	display:block;
	float:left;
	width:200px;
	margin:0px;
	padding:0px;
}

textarea {
	float:right;
	width:197px;
	margin-right:8px;
}

.csc-mailform-check {
	text-align:left;
	width:18px;
	margin:0px;
	padding:0px;
}

.csc-mailform-submit {
	width:80px;
	clear:both;
}