
/* ------------------   Allgemein  ------------------ */

body {
  text-align:center;
  font-family:Verdana,sans-serif;
  background:#79b61c;
  padding-bottom:80px;
}

* {
  margin:0;
  padding:0;
}

.center {
  width:950px;
  margin:0 auto;
  text-align:left;
}

a {
	text-decoration: none;
	color: #b40505;
}

a:hover {
	color: #000;
}

a:active, a:focus {
  outline:none;
}

.clear {
  clear:both;
}


 /* ------------------  grau  ------------------ */
 
#main .center {
  background:#ededed;
  border-right:solid 8px white;
  width:942px;
}


/* ------------------  rot   ------------------ */

#main .wrapper {
  background:#b40505;
  border-left:solid 17px #ededed;
  margin-right:211px;
}


 /* ------------------  Header  ------------------ */
#header {
  background:#dfdfdf;
  padding-top:8px;
}

#header-box-wrapper {
  background:#ededed;
  padding-left:16px;
}

#header-box {
  background:white;
  position:relative;
  height:143px;
}

#quote {
  position:absolute;
  left:65px;
  top:40px;
  display:block;
  float:left;
  width:317px;
}

#logo {
  position:absolute;
  left:590px;
  top:-14px;
  display:block;
}


 /* ------------------  Navi oben  ------------------ */
#navi-top-container {
  background:#ededed;
  padding-top:10px;
  padding-bottom:9px;
  padding-left:10px;
  width:280px;
}

* html #navi-top-container {
  padding-bottom:3px;
}

#navi-top {
  list-style:none;
  padding:0;
}

#navi-top li {
  display:block;
  float:left;
  font-size:11px;
  padding:0 8px;
}

* html #navi-top li {
  line-height:12px;
}

#navi-top li.last {
  border:none !important;
}

#navi-top li a {
  color:#333333;
  text-decoration:none;
}


 /* ------------------  Hauptnavi  ------------------ */
#navi-main {
  border:solid 2px #b40505;
  border-left:none;
  border-right:none;
  background:white;
}

#navi-main ul {
	border-left:solid 1px #dfdfdf;
  list-style:none;
  padding:0;
  margin:0;
  float:right;
	width:733px;
}

#navi-main li {
  float:left;
  display:block;
}

#navi-main a {
  color:#333333;
  border-right:solid 1px #dfdfdf;
  padding:15px 7.9px;
  font-size:12px;
  display:block;
  font-weight:bold;
  text-decoration:none;
}

#navi-main a:hover {
  background:#b40505;
  color:white;
}

#navi-main .active {
  background:#b40505;
  color:white;
}


/* ------------------   Navi links  ------------------ */
#navi-left {
  float:left;
  width:200px;
  list-style:none;
  padding-top:22px;
  border-top:solid #ededed 31px;
  background:#b40505;
}

#navi-left ul {
  list-style:none;
}

#navi-left li {
  padding:11px 17px;
  border-bottom:solid 1px white;
}

* html #navi-left li {
  line-height:12px;
}

#navi-left a {
  font-size:12px;
  display:block;
  font-weight:bold;
  text-decoration:none;
  color:white;
}

#navi-left a.active {
  color:#000;
}

#navi-left li ul {
  padding-left:9px;
  margin-top:5px;
}

#navi-left li li {
  border:none;
  padding:5px 0;
}

#navi-left li li a {
  font-weight:normal;
}

#navi-left li li.current a,
#navi-left li li a:hover {
	background:url(/fileadmin/templates/images/arrow.jpg) no-repeat right center;
}


 /* ------------------  Sidebar rechts  ------------------ */
#sidebar-right {
  float:right;
  width:211px;
  font-size:12px;
  border-top:solid 31px white;
}

#sidebar-right img {
  display:block;
  margin-bottom:20px;
}

#sidebar-right h3 {
  font-weight:bold;
  font-size:11px;
}

#sidebar-right h3, 
#sidebar-right p {
  padding:0 7px;
}


 /* ------------------  Inhalt  ------------------ */
#content {
  background:white;
  margin-left:200px;
  padding-left:40px;
  padding-top:55px;
  padding-right:40px;
  padding-bottom:30px;
  font-size:12px;
  min-height: 450px;
}

h1 {
  color:#757575;
  font-size:18px;
  margin-bottom:20px;
}

h2 {
  color:#757575;
  font-size:15px;
  margin-bottom: 10px;
}

#content h3 {
  color:#79b51c;
  font-size:inherit;
  font-weight:bold;
  margin-bottom:20px;
  font-size:12px;
}


p {
  margin-bottom:20px;
  line-height:130%;
}

#content ul {
	margin: 0 0 20px 0;
	padding: 0;
}

#content ul li {
	list-style: none;
	background: url(/fileadmin/templates/images/check.jpg) no-repeat 0 3px;
	margin: 3px 0;
	padding: 0 0 2px 40px;
}


 /* ------------------  Footer  ------------------ */
#navi-left-border {
  float:left;
  width:217px;
  height:16px;
  background:#ededed;
}

#copyright {
  float:right;
  background:#b40505;
  color:white;
  font-size:10px;
  width:211px;
  margin-right:8px;
  padding:7px 0;
  text-align:center;
}

* html #copyright {
  margin-right:4px;
}

/* = = = = = = = = = = = = = = = = = = = =    FORMULAR    = = = = = = = = = = = = = = = = = = = = */

#kontakt {
	padding: 10px 0 0 0;
}

#kontakt td {
	padding: 2px 10px 2px 0;
	text-align:left;
}

.error {
	color: red;
}

.textfeld {
	width: 235px;
	height: 16px;
	border: 1px solid #b40505;
	background-color: #fff;
	padding: 0;
	font-size: 11px;
}

select {
	width: 100px;
	height: 18px;
	border: 1px solid #b40505;
	background-color: #fff;
	padding: 0;
	font-size: 11px;
}

textarea {
	width: 235px;
	height: 100px;
	border: 1px solid #b40505;
	background-color: #fff;
	padding: 0;
	font-size: 11px;
}

.checkbox {
	margin:0 3px 0 0;
	border:none;
	background-color:#ffffff;
}
.radio {
	margin:0 3px 0 0;
	border:none;
	background-color:#ffffff;
}

.button {
	width: 100px;
	border:1px solid #b40505;
	background-color: #FFF;
	color: #b40505; 
	font-weight: bold;
  padding: 2px 5px;
  font-size: 11px;
  margin: 10px 0 0 0;
}

#plz {
	width: 65px;
}

#ort {
	width: 164px;
}


/* = = = = = = = = = = = KORREKTUREN TYPO3 Standard CSS = = = = = = = = = = = */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {margin-bottom: 0; padding-bottom: 10px;}

/* default styles for extension "tx_cssfilelist" */
.filelinks div{padding: 0 0 1px 25px; margin: 0; background:url('/fileadmin/icons/default.gif') left top no-repeat;}
.filelinks span{display:block;}
/* Icons begin */
.filelinks .pdf{background-image:url('/fileadmin/icons/pdf.gif')!important;}


.news-single-img img {
	padding: 0 0 10px 0;
}


/* Tabelle */

table {
	border-collapse: collapse;
}

caption	{
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	padding: 5px 5px 5px 0;
}

td	{
	padding: 5px 5px 5px 0;
}

