/* Screen layout: */

/***** Body and main container *****/

body {
    margin: 0 auto;
    padding: 0;
    font: 76%  Helvetica, Verdana, Arial, sans-serif;
    background: #f4f4f4 url(../img/bg.gif) top center repeat-y;
}

#wrap {
    background:#ffffff;
    color: #555555;
    margin:0 auto;
    width: 780px;
    background: url(img/pinsel.jpg) right bottom no-repeat;
}

.clearfix {
    clear: both;
    height: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#clip {
    padding-top: 20px;
}

#clip .clip_inner {
    float: left;
    margin-left: 40px;
}

/***** Various tags *****/

a:hover {
    text-decoration: none;
    font-weight: normal;
    color: #555555;
    background-color: inherit;
}

a {
    text-decoration: underline;
    color: #016eb1;
    background-color: inherit;
}

a img {
border:0;
}

p {
margin:0 0 1.4em 0;
}

/***** Header *****/

#header {
    margin-top: 10px;
    padding: 0px;
    height: 80px;
    /*background: url(../img/schwerpunkte.jpg) 630px 0px no-repeat;*/
}

#header img.logo {
    margin: 20px 25px 0px 10px;
}

/***** Main content *****/

#content {
    margin:0 10px 30px 10px;
    line-height:1.5em;
    min-height: 200px;
}

.pinsel {
    /*background: url(../img/pinsel.jpg) right bottom no-repeat;*/
}

#content h1 {
    font-size: 18px;
}


#content h2 {
    font-size: 14px;
    margin: 0 0 10px;
}

#content h3 {
    font-size: 12px;
    margin: 0 0 8px;
}

#content ul {
    list-style: none;
    margin: 0px 0px 20px 16px;
    padding:0;
}

#content li {
    margin:0;
}

#content .left {
    clear: both;
    float: left;
    width: 25%;
}

#content .right {
    float: right;
    width: 25%;
}

#content .mid {
    float: left;
    width: 300px;
    height: 160px; 
    margin: 0px 20px 0px 40px;
    background-color: #ffffff;
    color: #ffffff;
}

.blueLeft {
    padding-left: 8px;
    border-left: solid 8px #003399;
    color: #003399;
    font-size: 12px;
    line-height: 12px;
}

.blueRight {
    padding-right: 8px;
    border-right: solid 8px #003399;
    color: #003399;
    text-align: right;
    font-size: 12px;
    line-height: 12px;
}

ul.alignRight {
    text-align: right;
}

ul.alignRight li {
    margin: 0px 16px 20px 0;
}

.redLeft {
    padding-left: 8px;
    border-left: solid 8px #cc0066;
    color: #cc0066;
    font-size: 12px;
    line-height: 12px;
}

.blue {
    background-color: #016eb1;
    width: 300px;
    height: 180px; 
    display: none;
}

.red {
    background-color: #cc0066;
    width: 300px;
    height: 180px; 
    display: none;
}

.default {
    background-color: #4d99c8;
    width: 300px;
    height: 180px; 
    display: none;
}

.default {
    display: block;
}

.mid div.headline {
    width: 300px;
    color: #ffffff;
    font-weight: bold;
    height: 22px; 
    border-bottom: solid 1px #ffffff;
}

.mid div.headline ._left {
	float: left;
    padding-left: 3px;
	width: 250px;
    line-height: 21px;
}

.mid div.headline ._right {
	float: right;
	width: 18px;
    border-left: 1px solid #ffffff;
	text-align: center;
    line-height: 22px;
    cursor: pointer;
}


.mid p {
    clear: both;
    padding: 0px 3px 5px 3px; 
    line-height: 18px;
}

li a {
    color: #808080;
    font-weight: normal;
    text-decoration: none;
}

li a._red:hover  {
    color: #cc0066;
    background-color: transparent;
    text-decoration: none;
}

li a {
    margin-right: 16px;
    text-decoration: none;
}

li a._blue:hover  {
    color: #003399;
    background-color: #ffffff;
    text-decoration: none;
}

.slideshowContainer {
    color: #ffffff;
}

/***** Footer *****/

#footer {
    clear:both;
    padding: 10px 10px 0px 10px;
    text-align:center;
    color: #999999;
    font-size: 10px;
    background:#ffffff;
}

#footer p {
    padding-top: 15px;
    border-top: solid 1px #016eb1;
}

#footer a {
    color: #d8d8d8;
    background-color:#ffffff;
    text-decoration:none;
    font-weight:bold;
}

#footer a:hover {
text-decoration:underline;
}

/* miscellaneous */

.textright {
    text-align:right;
}

.center {
    text-align:center;
}

.small {
    font-size:0.8em;
}

.bold {
    font-weight:bold;
}

/***** Die Bilder der Srartseite *****/

#n9 {
    background: URL(../img/visual/stupf.gif) left top no-repeat;
}

#n10 {
    background: url(../img/visual/wisch.jpg) left top no-repeat;
}

#n11 {
    background: url(../img/visual/wickel.gif) left top no-repeat;
}

#n12 {
    background: url(../img/visual/spachtel.gif) left top no-repeat;
}

#n13 {
    background: url(../img/visual/marmor.jpg) left top no-repeat;
}

#n14 {
    background: url(../img/visual/verlauf.jpg) left top no-repeat;
}


