body {
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-image: url(../layout/bg.png);
    font-size:62.5%;
}

body, html {
    color: #333366;
    font-family:Arial, Helvetica, sans-serif;
}

a {
    color: #999933;
    text-decoration:underline;
}

a:hover {
    color: #999900;
}

h1 {
    font-size:1.8em;
    padding:6px 0px;
    color: #999933;
    letter-spacing:1px;
    font-weight:normal;
}

h2 {
    border-bottom-color: #cccc33;
    font-size: 1.4em;
    padding: 5px 0px;
    color: #999933;
    border-bottom: 1px solid;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 4px;
}

h3 {
    font-size: 1.1em;
    padding: 3px 0px;
    color: #333366;
    font-weight: normal;
    line-height: 1.1em;
}

p {
    line-height: 1.3em;
}

p.align-right {
    text-align: right;
}

p.align-center {
    text-align: center;
}

hr { /* Für Firefox und Opera */
    border-bottom-color: white;                             
    border-top-color: #999933;                             
    border-width: 0px;                             
    border-top: solid 1px;
    border-bottom: solid 1px; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

.clearer {
    clear:both;
}

/***** Layout-Elemente *****/
div#pageContainer {
    margin: 0px auto;
    width: 800px;
    height: auto;
    background-image: url(../layout/bg.gif);
    background-repeat: repeat-y;
}

div#wrapper {
    background-image: url(../layout/bg_wrapper.gif);
    background-repeat: repeat-y;
    margin:0px;
    width: 800px;
}

div#topheader {
    width: 800px;
    margin-top: 15px;
    background-repeat: no-repeat;
    background-position: 0 top;
    background-image: url(../layout/top.png);
    background-color: white;
    height: 50px;
}

div#meta {
    float: right;
    background-position: 0 top;
    margin-top: 15px;
    height: 30px;
}

div#fontsizer {
    border-left-color: #cccc33;
    border-left-style: solid;
    border-left-width: 1px;
    margin-left:30px;
    padding-left:80px;
    padding-right:100px;
    float: right;
    background-position: 0 top;
    margin-top: 3px;
    height: 30px;
}

div#header {
    background-repeat: no-repeat;
    background-position: 0 top;
    background-color: white;
    padding-top: 0px;
    height: 175px;
    width: 800px;
}

div#headerBar {
    font-weight: bold;
    margin: auto;
    text-align: center;
    padding-top: 5px;
    height: 20px;
    background-color: white;
    border-top-color: #ffffff;
    border-top-style: double;
    border-top-width: 1px;
}

div#menuBar {
    border-right-color: #333366;
    border-left-color: #333366;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-left-width: 1px;
    float: center;
    display: block;
    text-align: center;
    padding-top: 3px;
    height: 20px;
    background-color:#fff;
    clear: both;
    font-size: 1em;
}

div#content {
    border-left-color: #333366;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ffffff;
    border-right-style: solid;
    border-right-width: 1px;
    float: left;
    width: 510px;
    min-height: 380px;
    padding: 10px;
    margin: 0px;
}

#contentContainer {
    font-size:1.3em;
}

#contentContainer ul {
    list-style: disc outside;
    margin: 5px;
    padding: 5px;
    margin-left: 10px;
}

#contentContainer ul li {
    line-height: 1.3em;
}

#contentContainer ol {
    list-style: decimal inside;
    margin: 5px;
    padding: 5px;
}

#contentContainer p,
#contentContainer div {
    margin-bottom: 5px;
}

div#contentContainer {
    padding: 10px;
}

/* Links innerhalb des Content-Bereichs */
div#contentContainer a,
div#contentContainer a:active,
div#contentContainer a:visited {
    color: #999933;
}

div#contentContainer a:hover {
    color:#cccc33;
}

#contentContainer table th {
    padding:0px 3px;
}

#contentContainer table td {
    padding:0px 3px;
    border-top:1px solid #999999;
}

div#sideBar {
    border-right-color: #333366;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-color: #cccc33;
    border-left-width: 1px;
    border-left-style: solid;
    font-size: 1.3em;
    color: #999900;
    padding: 10px;
    min-height: 380px;
    float: right;
    width: 246px;
    /* Block-Elemente zentrieren */
    margin: 0px;
    line-height:1.2em;
}

#sideBarContent ul {
    padding-bottom: 10px;
    list-style: disc;
}

#sideBarContent ul li {
    line-height:1.2em;
}

#sideBarContent ol {
    list-style: decimal inside;
    margin:5px;
    padding:5px;
}

#sideBarContent p,
#sideBarContent div {
    margin-bottom:5px;
}


div#sideBarContent {
    padding:10px;
}

/* Links innerhalb der rechten Spalte */
div#sideBarContent a,
div#sideBarContent a:active,
div#sideBarContent a:visited {
    color: #333366;
}

div#sideBarContent a:hover {
    color: #999900;
}

div#footer {
    background-repeat: no-repeat;
    background-image: url(../layout/footer.png);
    background-position: 0 bottom;
    background-color: #333366;
    clear:both;
    height: 80px;
    color: white;
}
div#print {
    float: right;
    margin: 0px;
}

/***** Menue-Elemente *****/
ul#mainMenu {
    border-left-color: #333366;
    border-bottom-color: white;
    border-right-color: #333366;
    border-top-color: white;
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    text-align: center;
    float: center;
    margin: auto;
    color: #333366;
    background-color: #cccc00;
    list-style-type:none;
    height: 20px;
    border-width:0px 1px;
	font-weight:normal;
	font-size:12px;
}

ul#mainMenu a {
    color: #333366;
    text-decoration:none;
}

ul#mainMenu a:hover {
    color: #ffffff;
}

ul#mainMenu li {
    display: inline;
    padding-left: 8px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-top: 4px;
    line-height: 20px;
}

ul#mainMenu li.active {
    background-color: white;
}

ul#mainMenu li.active a {
    background-color: white;
    color: #333366;
}

/***** Submenu *****/
ul#subMenu {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
    color: #333366;
    border-bottom-color: white;
    border-right-color: #333366;
    border-top-color: white;
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;;
    background-color: #cccc00;
    list-style-type:none;
    height: 20px;
    font-weight:normal;
    font-size:12px;
}

ul#subMenu a {
    color: #333366;
    text-decoration:none;
}

ul#subMenu a:hover {
    color: #ffffff;
}

ul#subMenu li {
    display: inline;
    padding-left: 8px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-top: 4px;
    line-height: 20px;
}

ul#subMenu li.active {
    background-color: white;
}

ul#subMenu li.active a {
    background-color: white;
    color: #333366;
}

/***** Metanavi *****/
ul#metaMenu {
    margin-top: 15px;
    list-style-type:none;
    height: 30px;
    font-weight:normal;
    font-size:12px;
    font-weight:normal;
    padding-top: 10px;
   }

ul#metaMenu a {
    color: #999999;
    text-decoration:none;
}

ul#metaMenu a:hover {
    color: #666666;
}

ul#metaMenu li {
    padding-left: 8px;
    padding-bottom: 1px;
    padding-right: 8px;
    padding-top: 1px;
    float: right;
}

ul#metaMenu li.active {
    border-top-width: 0px;
}

ul#metaMenu li.active a {
    background-color: white;
    color: #333333;
    font-weight:bold;
}

/***** Footer *****/

ul#footerMenu {
    float: left;
    background-position: 0 0px;
    color: white;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 60px;
    list-style-type:none;
    font-size: 10px;
    line-height: 20px;
}

ul#footerMenu a {
    background-position: 0 0px;
    color: #cccccc;
    text-decoration:none;
    padding:2px 5px;
}

ul#footerMenu a:hover {
    background-position: 0 0px;
    color: white;
    text-decoration:underline;
}

ul#footerMenu li {
    background-position: 0 0px;
    float:left;
}

ul#footerMenu li a {
    border-right:1px solid #999;
}

ul#footerMenu li.last a {
    border-width:0px;
}

/************** KONTAKTFORMULAR ***************/

.formu{
     width:100%;
}

.mf-input,
.mf-text,
.mf-select {
  display:block;
  border: 1px solid #999900;
  margin-bottom:10px;
  padding:1px;
  font-size:1.0em;
}

.mf-label{
  clear:both;
  display:block;
  width:100%;
  padding-bottom:10px;
}

.mf-text{
  width:420px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.0em;
}

/****** TYPO3-Content (Styles ueberschreiben) ******/

/* Text mit Bild */
div#content div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
    border:1px solid #999;
    padding:1px;
}

/* Bildunterschrift */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
    font-size:0.8em;
    margin-top:3px;
}

div.csc-textpic .csc-textpic-imagewrap {
    margin-right:15px; !important
}
