@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) YAML core stylesheet
 * (de) YAML Basis-Stylesheet
 *
 * Don't make any changes in this file!
 * Your changes should be placed in any css-file in your own stylesheet folder.
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */
 
* { 
      margin:0; 
    padding: 0;
}
html { 
    height: 100%; 
    font-size: 100.01%;
}
body {
    font-size: 75.00%; 
    font-weight: 100;
    color:#666666;
   font-family: Verdana, Arial, Helvetica, sans-serif;
    position: relative;
}
h3 {
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    color: #c66d00;
    padding-bottom: 15px;
}

h4 {
    font-weight: 600;
    font-size: 1em;
    color: #666666;
}
img { 
 border: 0 solid; 
 overflow: visible;
}
strong {
    font-weight: 600;
    display: block;
}
.skip, .hideme {
   position: absolute;
   top: -1000em;
   left: -1000em;
   height: 1px;
   width: 1px;
}
.print {
    position: relative;
    float: left;
    margin-bottom: 15px;
}
.floatbox { 
    overflow:hidden; 
}
form {
    overflow: hidden;
}
input,
textarea {
    background-color: #ffffff;
    border: 1px solid #666666;
    color: #666666;
    overflow: hidden;
    font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header, #main, #footer { 
    clear:both;
    overflow: visible;
}
#header {
    height: 59px;
    position: relative;
    margin-bottom: 15px;
}
#header .stadtlogo {
    float: right;
    margin-top: 29px;
}
#header h2 {
    position: absolute;
    bottom: 0px;
    left: 250px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    color: #999999;
    font-size: 2em;
}
#col1,
#col1_content { 
    display: none; 
}
#col2,
#col2_content { 
    display: none;
}
#col3_content {
    color: #666666;
    position: relative;
    border-top: 1px solid #000000;
}
#col3_content h3.absatz {
    font-weight: 600;
    font-size: 1.1em;
    color: #c66d00;
    padding-bottom: 10px;
    text-transform: none;
}
           
#col3_content p { 
    line-height: 1.5em;
    padding-bottom: 15px;
}
#col3_content .thema {
    padding: 15px 0;
    border-bottom: 1px dotted #000000;
}
#col3_content img {
    margin-bottom: 10px;
}
#col3_content .float_r {
    float: right;
    margin-left: 20px;
}
#col3_content .float_l {
    float: left;
    margin-right: 20px;
}
#col3_content a,
#col3_content a:link,
#col3_content a:visited {
    font-weight: 100;
    color: #C66D00;
    text-decoration: underline;
}
#col3_content ul {
    list-style-type: disc;
    line-height: 1.5em;
}
#col3_content li {
    list-style-type: disc;
    list-style-position: inside;
}
#col3_content li.adresse {
    margin-top: 10px;
}
#col3_content ol {
    line-height: 1.5em;
}
#col3_content ol li {
   list-style-type: decimal;
   background-image: none; 
   margin-left: 30px;
   padding-left: 0; 
   padding-bottom: 0.5em; 
}

#col3_content table {
    font-size: 1em;
    display: table;
    background-color: #ffffff;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666; 
}
#col3_content caption {
    color: #666666;
    font-weight: 600;
    text-align: left;
}
#col3_content td,
#col3_content th {
    padding: 7px;
    border-collapse: collapse;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    display: table-cell;
}
#col3_content th {
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}
#col3_content form .floatbox {
    padding-bottom: 6px;
}
#col3_content form .links{
    float: left;
    width: 47%;
    position: relative;
}
#col3_content form .rechts {
    float: right;
    width: 48%;
    position: relative;
}
#col3_content form .all {
    float: left;
    width: 100%;
    position: relative;
}
#col3_content form .text {
    float: left;
    width: 100%;
    position: relative;
    height: 100px;
}
#col3_content input {
    position: absolute;
    top: 0;
    right: 0;
    width: 70.5%;
}
#col3_content input.check {
    position: relative;
    width: auto;
    border: none;
}
#col3_content .all input, 
#col3_content textarea {
    position: absolute;
    top: 0;
    right: 0;
    width: 86%;
}
#col3_content textarea {
    height: 100%;
    border: 1px solid #666666;
    background-color: #ffffff;
}
#col3_content form label{
  display: inline;
  line-height: 1.5em;
  overflow: visible;
}
#col3_content form .buttons {
    position: relative;
    float: right;
    width: 86%;
}
#col3_content .buttons input {
    position: relative;
    width: 11em;
    background-color: #ff9900;
    color: #ffffff;
}
#col3_content input.submit {
    float: left;
}
#col3_content input.reset {
    float: right;
}
#footer {
    display: none;
}
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
#ie_clearing { 
    display: none; 
}
