/* 1. Überschrift */
/* 2. Links/Navigation */
/* 3. Container */
/* 4. individuelle Styles */
/* 5. mailform css */
/* 6. Typo3 */


body {
  color : #505050;
  background-color: #CCCCCC;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* 1.  Überschrift */

h1 {
  color : #505050;
  background-color: #F6F6F6;
  font-size : 1.8em;
  font-weight: normal;
  margin: 15px 15px 15px 15px;
  text-transform: uppercase;
  text-align: right;
}

h2 {
  color : #505050;
  background-color: #F6F6F6;
  width: 720px;
  height: 23px;
  font-size : 1.3em;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-left: 5px;
  padding-top: 2px;
}

h3 {
  color : #505050;
  background-color: #F6F6F6;
  font-size: 1.2em;
  display: block;
  font-weight: bold;
  margin-top: 22px;
  padding: 0px 4px 0px 4px;
}

h4 {
  color : #505050;
  background-color: #F6F6F6;
  font-size : 1em;
  font-weight: bold;
  margin-top: 0px;
}

h5 {
  color : #505050;
  background-color: #F6F6F6;
  font-size : 1em;
  font-weight: bold;
  margin: 0 0 11px 0;
  padding: 0 0 0 0;
}

p {  
  color : #505050;
  background-color: #F6F6F6;
  padding: 5 5 5 5;
  margin: 0 0 0 0;
}

p.frame {  
  color : #505050;
  background-color: #F6F6F6;
  padding: 5 5 5 5;
  margin: 0 0 0 0;
  border: solid 1px #CFCFCF;
}

h4.pagetitle {
  text-align: right;
  color : #505050;
  background-color: #F6F6F6;
  width: 720px;
  height: 23px;
  font-size : 1.3em;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-top: 2px;
}

td {
  color : #505050;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
}

/* 2. Links/ Navigation */

a:link  {
  color : #000000;
  text-decoration: underline;
}

a:visited {
  color : #000000;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a:active {
  color : #000000;
  text-decoration: underline;
}
  
  
#nav ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  list-style-type: none;
  width: 170px;
}

#nav ul li {
  margin: 10px 0 10px 0;
  padding: 0 0 0 0;
  list-style: none;
  list-style-type: none;
}


#nav a:link, #nav a:active, #nav a:visited {
  color: #000000;
  text-decoration: none
}

#nav a:hover {
  color : red;
  text-decoration: none;
}

#nav ul li a#current {  
  color : red;
}

#nav ul li ul li {
  margin: 1px 0 1px 0;
  padding: 0 0 0 0;
  font-size: 1em;
  font-weight: normal;
}

#nav ul li ul li a:hover {
  font-weight: normal;
}

#nav ul li ul li a#subcurrent {  
  color : red;
}

#nav ul li ul li ul li {
  margin: 1px 0 1px 0;
  padding: 0 0 0 0;
  font-size: 0.8em;
  font-weight: normal;
}

#nav ul li ul li ul li a:hover {
  font-weight: normal;
}

#nav ul li ul li ul li a#subsubcurrent {  
  color : red;
}






/* 3. Container */

#allbox {
  width: 1000px;
  background-color: #F9F9F9;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}

#all {
  text-align: left;
  padding: 30px 0px 30px 0px;
}


#leftbox {
  width: 220px;
  float: left;
}

#left {
  width: 190px;
  text-align: left;
  margin-left: 30px;  
}

#navhead {
  width: 190px;
  height: 255px;
  background-image: url(../pics/design/nav_head_tuerme.gif);
}

#navbox {
  width: 190px;
  background-image: url(../pics/design/nav_box.gif);
}

#nav {
  text-align: right;
  padding: 30px 15px 30px 5px;
  font-size: 1.2em;
  font-weight: bold;
}

#navbottom {
  width: 190px;
  height: 105px;
  background-image: url(../pics/design/nav_bottom.gif);
}

#spacer{
  width: 30px;
  height: 650px;
  float: left;
}

#rightbox {
  width: 750px;
  float: left;
}

#right {
  width: 720px;
  text-align: left;  
}

#contentheadbox {
  width: 720px;
  height: 160px;
}

#bottombox {
  width: 720px;
  border: solid 1px #CFCFCF;
  margin: 30px 0px 0px 250px;
}

#bottom {
  text-align: right; 
  margin: 5px 15px 5px 15px;
}

/* 4. individuelle Styles */

.fixfloat {
  float: none;
  clear: both;
  width: 1px;
  margin: 0;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  height: 1px
}

.error {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

ul {
  list-style-image: url(../pics/ul.gif);
  margin: 0px 0px 0px 15px;
  padding: 0px 0px 0px 3px;
}

#leftcolumn01 ul {
  margin-bottom: 20px;
}

#rightcolumn01 ul {
  margin-bottom: 20px;
}

#leftcolumn01 .ulblau {
  list-style-image: url(../pics/ulblau.gif);  
}

#leftcolumn01 .ulgruen {
  list-style-image: url(../pics/ulgruen.gif);  
}

#leftcolumn01 .ulgelb {
  list-style-image: url(../pics/ulgelb.gif);  
}

#leftcolumn01 ul a {
  margin-bottom: 20px;
}

#rightcolumn01 ul a {
  margin-bottom: 20px;
}

#leftcolumn01  a:link, #leftcolumn01  a:visited, #leftcolumn01  a:active, #rightcolumn01  a:link, #rightcolumn01  a:visited, #rightcolumn01  a:active {
  text-decoration: none;
}

#leftcolumn01  a:hover, #rightcolumn01  a:hover  {
  text-decoration: underline;
}




/* 5. mailform css */

form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

form br {
  clear: both;
}

fieldset {
  line-height: 225%;
  border: 0px;
}

label {
   float: left;
   text-align: left;
   width: 160px;
}

textarea {
  border: 1px solid #666666;
}

input {
  border: 1px solid #666666;
  float: left;
}

.plz {
  float: left;
  margin-right: 5px;
}

.senden {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #E4E4E4;
  padding: 2px;
  cursor: pointer;
}




/* 6. Typo3 */

.csc-sitemap a:link, .csc-sitemap a:visited, .csc-sitemap a:active {
  text-decoration: none;
}

.csc-sitemap a:hover {
  text-decoration: underline;
}

.csc-sitemap ul {
  color : #000000;
  background-color: #FFFFFF;
  font-size : 1.2em;
  font-weight: normal;
  text-transform: uppercase;  
}

.csc-sitemap ul ul {
  color : #000000;
  font-size : 0.8em;
  background-color: #FFFFFF;
  font-weight: normal;
  text-transform: uppercase;  
}

.csc-sitemap ul ul ul {
  color : #000000;
  font-size : 1em;
  background-color: #FFFFFF;
  font-weight: normal;
  text-transform: none;
}

/* news */

#news-list-img {
  float: left;
  margin: 0 0 11px 0;
}

#news-list-content {
  float: left;
  width: 550px;
  margin: 0 0 11px 0;
}

#news-list-content p.bodytext {
  margin: 0 15px 0 15px;
  padding: 0 0 0 0;
}

#news-single-img {
  float: left;
  margin: 0 0 11px 0;
}

#news-single-content {
  float: left;
  width: 450px;
  margin: 0 0 11px 15px;
}

#news-single-content p.bodytext {
  margin: 0 0 11px 0;
  padding: 0 0 0 0;
}
