@charset "utf-8";

/* CSS Document */

/**************** Reset start *************/

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,
ol,
ul,
li,
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;
}

/* 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 end *****************/

/* Seitenstruktur */
body {
  font: 16px Verdana, Arial, Helvetica, sans-serif;
  background: #fffaef;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000000;
}

#wrapper {
  width: 986px;
  margin: 0 auto;
  background:url(../pics/seitenstreifen3.png) repeat-y #fffaef;
  padding: 0 37px;
  text-align: left;
}

#wrapper_content {
  background:url(../pics/hintergrund3.png) repeat-y #fff;
  padding: 25px 0;
}

a:link,
a:visited {
  text-decoration:underline;
  color: #000000;
}

a:focus,
a:hover {
  text-decoration:underline;
  font-weight: normal;
}

a:active {
  color: #6e6f70;
  text-decoration:underline;
}

/* Kopfbereich */
#header {
  background: url(../pics/header1.jpg) no-repeat center #DDDDDD;
  padding: 0;
  width:986px;
  height: 200px;
}

/* linke Spalte */
#sidebar1 {
  width: 200px;
  background: #fbd247;
}

#sidebar1 a:link,
#sidebar1 a:visited {
  text-decoration:none;
  color: #000000;
}

#sidebar1 a:focus,
#sidebar1 a:hover {
  text-decoration:underline;
  color: #6e6f70;
  font-weight: normal;
}

#sidebar1 a:active {
  color: #6e6f70;
  text-decoration:none;
}

#sidebar1 ul {
  list-style: none outside;
  padding: 0;
  margin-left: 2em;
}

#sidebar1 ul li {
 	padding: 5px 0; 
}

#sidebar1 ul ul {
  font-size: smaller;
}

#sidebar1 a.active_link {
  color: #6e6f70;
  text-decoration:none;
}

/* rechte Spalte */

#sidebar2 {
  width: 180px;
  color: #55555;
  font-size: smaller;
  background: #fff;
  margin-right: 20px;
 
}

#sidebar2 div {
 	margin-bottom: 25px; 
  
}

#sidebar2 div div{
 	margin-bottom: 0; 
}

#sidebar2 .yellow {
 	background: #FBD247; 
   padding: 15px;
}

#sidebar2 h1 {
  font-weight: normal;
  font-size: 16px;
  border-bottom: 1px solid #000;
}

#sidebar2 h2 {
  font-weight: normal;
  font-size: small;
  padding-bottom: 15px;
}

#sidebar2 h3 {
  font-weight: normal;
  padding-bottom: 15px;
}

#sidebar2 ul {
 	list-style-type: disc; 
  padding-left: 20px;
}

#sidebar2 li {
  margin-top: 5px;
}

#logo {
 	padding-left: 38px; 
}

/* mittlere Spalte */
#mainContent {
 min-height: 500px;
  width: 530px;
  padding: 0 25px;
  background: #fff;
}
 #mainContent a:link, {
 text-decoration: underline;
}

#mainContent h1 {
  font-size: 24px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
}

#mainContent h2 {
  font-size: 20px;
  padding-bottom: 15px;
}

#mainContent h3 {
  padding-bottom: 15px;
}

#mainContent p {
 	padding: 15px 0; 
}

#mainContent ul {
	list-style-image: url(../pics/bul_rund.png);
	padding-left: 25px;
}

#mainContent ul ul{
	list-style-image: url(../pics/bul_quadrat.png);
}

#mainContent ul ul ul{
	list-style-image: url(../pics/bul_dreieck.png);
}


.csc-textpic-caption {
  font-size: small;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

p.bodytext .name-of-person {
  text-align: right;
}

.name-of-person {
  text-align: right;
  font-size: small;
  width: 100%;
}

#mainContent blockquote {
  font-style: italic;
  font-weight: bold;
}

/* Fusszeile */
#footer {
  padding: 0 10px;
  background:#9c9e9f;
  color: #D9DADB;
  font-size: smaller;
}

#footer_menu {
  margin: 0;
  padding: 5px 0;
  margin-left: 20em;
}

#footer_menu ul {
  display: inline;
  list-style-type: none;
}

#footer_menu ul li {
  display: inline;
  padding: 0 0.3em 0 0.2em;
  margin: 0;
}

#footer_text {
  width: 15em;
  padding: 5px 0;
}

#footer a:link,
#footer a:visited,
#footer a:active {
   color: #D9DADB;
  text-decoration: none;
}

#footer a:focus,
#footer a:hover {
  text-decoration:underline;
  font-weight: normal;
}

/* Hilfsklassen */
.fltrt {
  float: right;
}

.fltlft {
  float: left;
}

.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

/* Formularelemente */

#mainContent label {
 	float: left; 
  width: 150px;
}

#mainContent input, #mainContent textarea {
 	float: left; 
  width: 300px;
}

#mainContent br {
	clear: both;
}

.tx_spbettercontact_hidden {
 	position: absolute;
  top: -2000px;
}

#mainContent .tx_spbettercontact_button input {
  margin-left: 350px;
 	width: 100px; 
}
