@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%; 
    margin-bottom: 1px; 
    font-size: 100.01%;
}
body {
    color: #666666;
   text-align: center;
   background-color: #565656; 
    font-size: 73.00%; 
    font-weight: 100;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
}
h4 {
    font-weight: 600;
    font-size: 1em;
    color: #666666;
    margin-bottom: 5px;
}
img { 
 border: 0 solid; 
 overflow: visible;
}
strong {
    font-weight: 600;
}
.skip, .hideme, .print {
   position: absolute;
   top: -1000em;
   left: -1000em;
   height: 1px;
   width: 1px;
}
.skip:focus,
.skip:active {
  position: absolute;
  top: 0;
  left: 0;
  width: 13em;
  height: 1em;
  color: #666666;
}
.floatbox { 
    overflow:hidden; 
}
form {
    overflow: hidden;
}
input,
textarea {
    background-color: #EBECED;
    border: 1px solid #CCCCCC;
    color: #666666;
    overflow: hidden;
    font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.submit,
input.reset {
    background-color: #ff7700;
    color: #ffffff;
}
input.check {
    border: none;
    background-color: #ffffff;
}
#page_margins {
    min-width: 760px;
    max-width: 982px;
    margin-left: auto;
    margin-right: auto;
}
#page{
    text-align: left;
    background-color: #ffffff;
    xborder: 1px solid black;
}
#header, #main, #footer { 
    clear:both;
    overflow: visible;
}
#header {
    position:relative;
    height: 181px;
    z-index: 20;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.background1 {
    background-image: url(/stadt/kulturamt/pics/banner_home.jpg);
    background-position: 0 30px;
   background-repeat: no-repeat;
}
.background2 {
    background-image: url(/stadt/kulturamt/pics/banner_kulturamt.jpg);
    background-position: 0 30px;
   background-repeat: no-repeat;
}
.background3 {
    background-image: url(/stadt/kulturamt/pics/banner_kulturfoerderung.jpg);
    background-position: 0 30px;
   background-repeat: no-repeat;
}
.background4 {
    background-image: url(/stadt/kulturamt/pics/banner_ausstellungen.jpg);
    background-position: 0 30px;
   background-repeat: no-repeat;
}
.background5 {
    background-image: url(/stadt/kulturamt/pics/banner_skulpturen.jpg);
    background-position: 0 30px;
   background-repeat: no-repeat;
}
.background6 {
    background-image: url(/stadt/kulturamt/pics/banner_ateliers.jpg);
    background-position: 0 30px;
   background-repeat: no-repeat;
}
.background7 {
    background-image: url(/stadt/kulturamt/pics/banner_stadtteile.jpg);
    background-position: 0 30px;
   background-repeat: no-repeat;
}
.background8 {
    background-image: url(/stadt/kulturamt/pics/banner_kontakt.jpg);
    background-position: 0 30px;
   background-repeat: no-repeat;
}
.background9 {
    background-image: url(/stadt/kulturamt/pics/banner_veranstaltungen.jpg);
    background-position: 0 30px;
   background-repeat: no-repeat;
}
#header h2 {
    position: absolute;
    bottom: 17px;
    left: 510px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    color: #ffffff;
    font-size: 2em;
}
#header h2.schwarz {
    color: #000000;
}
#header h2.blau {
    color: #379e8a;
}
#header .stadtlogo {
    position: absolute;
    right: 0;
    top: 0;
}
#main {
    background-image: url(/stadt/kulturamt/pics/punkt-v.gif);
    background-position: 200px 211px;
    background-repeat: repeat-y;
}
#col2_content, #col3_content { 
    position:relative; 
}
#nav_main h3,
#col2_content h3 {
    color: #ffffff;
    background-color: #000000;
    font-weight: 600;
    padding: 7px;
}
#col1 { 
    float: left; 
    width: 200px; 
}
#nav_main {
    padding-bottom: 20px;
}
#nav_main .box {
    width: 201px;
    overflow: hidden;
}
#nav_main h3 {
    margin: 45px -1px 0 0;
    z-index: 2;
}
#nav_main ul {
    background-image: url(/stadt/kulturamt/pics/punkt.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    overflow: hidden;
    padding-bottom: 1px;
    margin-top: -1px;
    z-index: 1;
}
#nav_main ul ul {
    padding-bottom: 0;
}
#nav_main li {
    list-style-type: none;
}
#nav_main li a,
#nav_main li a:link,
#nav_main li a:visited {
    padding: 8px 0 8px 22px;
    color: #666666;
    text-decoration: none;
    line-height: 1;
    display: block;
    width: 200px;
    background-image: url(/stadt/kulturamt/pics/punkt.gif);
    background-position: top left;
    background-repeat: repeat-x;    
}
#nav_main li a:hover,
#nav_main li a:focus,
#nav_main li a:active {
     font-weight: 600;
     color: #ffffff;
     background-color: #ff7700;
}
#nav_main li a.extern,
#nav_main li a.extern:link,
#nav_main li a.extern:visited {
    color: #000000;
    background-color: #eceded;
}
#nav_main li a.aktiv,
#nav_main li a.aktiv:link,
#nav_main li a.aktiv:visited {
    background-image: url(/stadt/kulturamt/pics/navi_aktiv.gif);
    background-repeat: no-repeat;
    background-position: top left;
    font-weight: 600;
     color: #ffffff;
     background-color: #FF7700;
}
#nav_main li a.aktiv_unternavi,
#nav_main li a.aktiv_unternavi:link,
#nav_main li a.aktiv_unternavi:visited {
    background-image: url(/stadt/kulturamt/pics/navi_down.gif);
    background-repeat: no-repeat;
    background-position: top left;
    font-weight: 600;
     color: #ffffff;
     background-color: #FF7700;
}
#nav_main li li a,
#nav_main li li a:link,
#nav_main li li a:visited {
     background-color: #ECEDED;
}
#nav_main li li a:hover,
#nav_main li li a:focus,
#nav_main li li a:active {
    background-color: #ECEDED;
    color: #FF7700;
    font-weight: 100;
}  
#nav_main li li a.aktiv,
#nav_main li li a.aktiv:link,
#nav_main li li a.aktiv:visited {
    background-color: #ECEDED;
    color: #FF7700;
    font-weight: 100;
    background-image: url(/stadt/kulturamt/pics/navi_open.gif);
    background-repeat: no-repeat; 
    background-position: top left;
}
#col2 { 
    float:right; 
    width: 180px;
}
#col2_content {
    padding-bottom: 20px;
}
#col2_content strong {
    color: #ff7700;
    line-height: 1.5em;
    display: block;
}
#col2_content p {
    padding: 10px 10px 0 10px;
    line-height: 1.5em;
}
#col2_content form {
    margin: 10px 0 0 10px;
}
#col2_content input {
    margin-bottom: 10px;
}
#col2_content form strong {
    color: #666666;
    line-height: 2em;
}
#col2_content .box {
    position: relative;
}
#col2_content label {
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 1em;
}
#col2_content a {
    width: 179px;
}
#col2_content img {
    margin: 10px;
}
#col2_content ul {
    list-style-type: none;
}
#col2_content li {
    background-image: url(/stadt/kulturamt/pics/punkt.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
}
#col3 {
    margin: 0 179px 0 200px; 
    background-image: url(/stadt/kulturamt/pics/punkt-v.gif);
    background-position: top right;
    background-repeat: repeat-y;
}
#col3_content {
    padding: 0 20px;
    margin-top: -1px;
    z-index: 10;
    color: #666666;
}
#col3_content h3 {    
    color: #FF7700;
    padding-bottom: 15px;
    font-size: 1.2em;
} 
#col3_content h3.absatz {
    color: #FF7700;
    font-size: 1.1em;
    padding-bottom: 10px;
    text-transform: none;
}              
#col3_content p { 
    line-height: 1.5em;
    padding-bottom: 10px;
}
#col3_content p.r {
    float: right;
}
#col3_content .thema {
    background-image: url(/stadt/kulturamt/pics/punkt.gif);
    background-position: top left;
    background-repeat: repeat-x;
    padding: 20px 0 15px 0;
    overflow: hidden;
}
#col3_content img {
    margin-bottom: 15px;
}
#col3_content .float_r {
    float: right;
    margin-left: 15px;
}
#col3_content .float_l {
    float: left;
    margin-right: 15px;
}
#col3_content .float_m {
    float: none;
    display: block:
}

#col3_content .float_r_box {
    float: right;
    margin-left: 15px;
}
#col3_content .float_l_box {
    float: left;
    margin-right: 15px;
}
#col3_content .float_r_box img {
    display: block;
}
#col3_content .float_l_box img {
    display: block;
}
#col3_content a,
#col3_content a:link,
#col3_content a:visited {
    font-weight: 100;
    color: #ff7700;
    text-decoration: underline;
    line-height: 1.5em;
}
#col3_content a:focus,
#col3_content a:hover,
#col3_content a:active {
    color: #000000;
    background-color: #eceded;
}
#col3_content ul {
    list-style-type: none;
    line-height: 1.5em;
}
#col3_content li {
    padding-left: 10px;
    background-image: url(/stadt/kulturamt/pics/disc.gif);
    background-repeat: no-repeat;
    background-position: 0 0.6em;
}
#col3_content li.linkliste {
    background-image: none;
    padding-left: 0;
    padding-bottom: 0.5em;
    line-height: 1.5em;
}
#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;
}
#col3_content caption {
    font-weight: 600;
    text-align: left;
    color: #878889;
}
#col3_content td,
#col3_content th {
    padding: 7px;
}
#col3_content th {
    background-color: #ff7700;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase; 
    text-align: left;
}
#col3_content tbody {
    background-color: #eceded;
}
#col3_content tr.dark {
    background-color: #d9dadb;
}
#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;
}
*html #col3_content form .links,
 #col3_content form .rechts,
 #col3_content form .all,
 #col3_content form .text {
    margin-bottom: 6px;
}
#col3_content input {
    position: absolute;
    top: 0;
    right: 0;
    width: 70.5%;
    background-color: #ffffff;
}
#col3_content input.check {
    width: auto;
    position: relative;
}
#col3_content form label {
   display: inline;
   line-height: 1.5em;
   overflow: visible;
}
#col3_content .all input, 
#col3_content textarea {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #cccccc;
    width: 86%;
    background-color: #ffffff;
}
#col3_content textarea {
    height: 100%;
}
#col3_content form .buttons {
    font-size: 0.92em;
    float: right;
    width: 86%;
    position: relative;
}
#col3_content .buttons input {
    position: relative;
    width: 12em;
    background-color: #FF7700;
    color: #ffffff;
}
#col3_content input.submit {
    float: left;
}
#col3_content input.reset {
    float: right;
}
#col3_content .suche input {
    position: relative;
     width: 160px;
     float: left;
    background-color: #ebeced;
    border: 1px solid #cccccc;
    color: #666666;
     margin-bottom: 10px;
}
#col3_content .suche input.submit {
    float: none;
     position: relative;
     width: auto;
     background-color: #FF7700;
    color: #ffffff;
     margin-left: 5px;
}
#col3_content .suche select {
     width: auto;
     border: 1px solid #CCCCCC;
    color: #666666;
}
#col3_content a.skip:focus,
#col3_content a.skip:active {
  color: #666666;
  background-color: #ffffff;
}
#footer {
    padding: 10px 0;
    margin-top: 1px;    
    background-image: url(/stadt/kulturamt/pics/punkt.gif);
    background-position: top left;
    background-repeat: repeat-x;
}
#footer a,
#footer a:link,
#footer a:visited,
#header .upper a,
#header .upper a:link,
#header .upper a:visited  {
    text-decoration: none;
    color: #878889;
    margin-left: 30px;
    font-weight: 100;  
}
#header .upper {
    position: absolute;
    top: 10px;
}
#footer a:focus,
#footer a:hover,
#footer a:active,
#header .upper a:focus,
#header .upper a:hover,
#header .upper a:active{
    color: #FF7700;
}
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
#ie_clearing { 
    display: none; 
}
.reddot {
color: #cc0000;
}
#col3_content .reddot img {
    margin-bottom: 0px;
}
.reddot img {
margin: 0;
}
