/**
 *  CSS-Stylesheet
 *
 *  author: Tobias Kivelip <tobias@kivelip.net>
 *  agency: www.e8media.de <info@e8media.de>
 *  project: www.cleverwomen.de
 *  date: 24 JUNI 2007
 *
 */

/* ---------------- delete all margin & padding ----------------  */
*
{
    margin: 0;
    padding: 0;
}

/* ---------------- most used styles as default ----------------  */
body
{
    background: #e5f6ff url("/img/bg.gif") no-repeat left top;
    color: #3f3f3f;
    font-family: verdana, arial, sans-serif;
    text-align: center;
    font-size: 11px;
    margin: 0;
    padding: 0 0 20px 0;
}

/* ---------------- links ----------------  */
a,
a:link,
a:visited,
a:active
{
    color: #05a4c6;
    text-decoration: underline;
}

a:hover
{
    text-decoration: underline;
}

a.arrow,
a.arrow_sm
{
    display: block;
    background: url("/img/linkArrow.gif") no-repeat left center;
    padding: 0 0 0 11px;
    line-height: 18px;
}

a.arrow_sm
{
    background: url("/img/arrow_sm.gif") no-repeat left center;
    padding: 0 0 0 9px;
    line-height: 16px;
    font-size: 10px;
}

/* ---------------- headlines ----------------  */
h1
{
    text-indent: -999em;
    clear: right;
}

h2,
h3
{
    font-weight: bold;
    font-size: 18px;
    color: #05a4c6;
    font-family: verdana, sans-serif;
    padding: 20px 0 5px 0;
    margin: 0 20px 0 15px;
}

h2.first
{
    padding-top: 0;
}


h3
{
    font-size: 14px;
    padding-top: 40px;
    border-bottom: 1px solid #05a4c6;
}

h3.formFirst
{
    padding-top: 25px;
}

h4
{
    color: #91B532;
    font-family: verdana, sans-serif;
    line-height: 120%;
    font-size: 120%;
}

h5
{
    font-size: 100%;
    font-weight: bold;
}

/* ---------------- texte + bilder ----------------  */
p
{
    margin: 15px 20px 0 15px;
    text-align: left;
    line-height: 170%;
}

p.small
{
    font-size: 9px;
}

p img
{
    float: left;
    border: 1px solid #c8c8c8;
    padding: 2px;
    margin: 5px 15px 0 0;
    vertical-align: bottom;
}

p.zent
{
    text-align: center;
}

p.zent img
{
    float: none;
    margin: 0;
}

/* ---------------- Listen ----------------  */
ul
{
    list-style-type: square;
    padding: 0 20px 0 30px;
    margin: 15px 0 0 0;
}

div ul
{
    padding-left: 25px;
}

li
{
    margin: 0;
    padding: 7px 0 0 0;
}

ul.arrow,
ul#subnavi_1
{
    list-style: none;
    padding: 0;
}

ul.arrow li,
ul#subnavi_1 li
{
    display: block;
    background: url("/img/li.jpg") no-repeat 0 7px;
    padding-left: 15px;
}

/* ---------------- boxen ----------------  */
dl.hsBox
{
    margin: 0;
    clear: left;
    display: block;
}

dl.hsBox dt
{
    color: #8e8e8e;
    font-size: 10px;
    padding: 20px 0 0 12px;
}

dl.hsBox dt strong
{
    display: block;
    font-size: 11px;
    color: #05a4c6;
    padding-top: 3px;
}

dl.hsBox p
{
    line-height: 16px;
}

/* Feed Box */
dl.cont_feed
{
    background: url("../img/feed_cont_bg.jpg") no-repeat 0 20px;
}

dl.cont_feed p.icon_text
{
    padding-left: 80px;
}

ul.feed_list
{
    list-style: none;
    padding: 0;
}

ul.feed_list li
{
    background: url("../img/feed.gif") no-repeat left center;
    padding: 0 0 0 22px;
    line-height: 20px;
}

ul.newsletter_list
{
    list-style: none;
    padding: 0;
    margin-top: 5px;
}

ul.newsletter_list li
{
    background: url("../img/news.gif") no-repeat left center;
    padding: 0 0 0 22px;
    line-height: 20px;
}

/* Feedbox Profil */
p.box_feed
{
background: url("../img/feed_box.jpg") no-repeat left top;
padding: 10px 15px 15px 180px;
}

table.tbl_feed
{
    margin: 15px 0 0 15px;
}

table.tbl_feed td
{
    background-color: #d2eef9;
    width: 312px;
    line-height: 20px;
    vertical-align: middle;
    border-bottom: 2px solid #eff6ff;
}

table.tbl_feed td.icon
{
    background-color: #d2eef9;
    width: 25px;
    padding-left: 5px;
}

table.tbl_feed td.links
{
    background-color: #d2eef9;
    width: 80px;
    color: #fff;
}

/* ---------------- formulare ----------------  */
#cMiddle form
{
    background-color: #e5f6ff;
    margin: 15px 20px 0 15px;
    padding: 0 5px 25px 8px;
    display: block;
}

label
{
    width: 115px;
    display: block;
    float: left;
}

#cRight label
{
    width: 65px;
}

.txtField,
.txtField2,
select
{
    border: 1px solid #dddddd;
    border-top: 1px solid #7c7c7c;
    border-right: 1px solid #c3c3c3;
    width: 140px;
    font-size: 11px;
    padding: 1px;
}

.txtField2,
select
{
    width: 294px;
}

p.btn
{
    margin-right: 30px;
    text-align: right;
}


/* ---------------- main structure ----------------  */
div#maincontainer
{
    width: 1000px;
    background-color: #fff;
    color: #333;
    margin:  0 auto auto auto;
    padding: 0;
    text-align: left;
    overflow: hidden;
}


/* -------- header --------  */
div#head {
    width: 100%;
    height: 179px;
    background: url("/img/head.jpg") no-repeat top left;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

div#head div {
    width: 250px;
    float: right;
    padding-top: 5px;
}

div#head div div.h_left {
    width: 80px;
    float: left;
    overflow: hidden;
    margin: 0;
}

div#head div div.h_left img {
    margin: 0;
    border: none;
    padding: 0;
    float: left;
}

div#head div div.h_left span {
    clear: both;
    display: block;
    font-family:Arial,Helvetica;
	font-size: 11px;
	letter-spacing: 1px;
	color: #000;
	font-weight: bold;
	text-indent: 4px;
}

div#head div div.h_right {
    width: 150px;
    float: left;
    overflow: hidden;
    margin: 0;
}




/* -------- main content -------- */
div#content
{
    padding: 0 0 30px 0;
    margin: 30px 0 0 0;
    width: 100%;
    background: #fff url("/img/bg_content.gif") repeat-y;
    overflow: hidden;
    clear: both;
}

div#cLeft
{
    width: 248px;
    overflow: hidden;
    float: left;
    color: #5c5c5c;
    font-size: 11px;
}

div#cMiddle
{
    width: 506px;
    overflow: hidden;
    float: left;
    margin-top: -25px;
    padding-bottom: 25px;
}

div#cRight
{
    width: 245px;
    overflow: hidden;
    float: left;
    color: #5c5c5c;
    font-size: 11px;
}

div#galerie
{
    width: 478px;
    height: 337px;
    margin: 20px 0 0 13px;
}

/* -------- Drucken / Senden -------- */
p.cFoot
{
    clear: left;
    margin: 0 258px 0 258px;
    padding: 0;
    text-align: right;
}

p.cFoot img
{
    margin: 0;
    float: none;
    border: none;
    padding: 0;
}

/* -------- Footer -------- */
div#foot
{
    width: 100%;
    background: #e5f6ff url(/img/foot.jpg) no-repeat;
    padding-top: 70px;
    color: #05a4c6;
    font-size: 11px;
}

div#foot a
{
    text-decoration: underline;
}

div#foot ul
{
    list-style: none;
    text-align: center;
    margin: 10px auto 0 auto;
    width: 570px;
    clear: left;
    padding: 0;
}

div#foot ul li
{
    float: left;
    padding: 3px 11px 3px 11px;
    margin: 0;
    display: block;
    background: url("/img/trenner.gif") no-repeat right 70%;
    font-size: 11px;
}

div#foot p
{
    text-align: center;
    color: #05a4c6;
}

div#foot p img
{
    border: none;
    float: none;
    vertical-align:middle;
}


/* ---------------- linke/rechte Spalte ----------------  */
div#cLeft dl,
div#cRight dl
{
    margin: 0 10px 15px 8px;
    padding: 0;
}

div#cLeft dl
{
    margin: 0 8px 30px 10px;
}


div#cLeft dl p,
div#cRight dl p
{
    margin-left: 0;
    margin-right: 0;
    color: #5c5c5c;
    line-height: 140%;
}

/* ---- links ---- */
div#cLeft dl dt
{
    display: block;
    color: #fff;
    background-color: #02b7d5;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

div#cLeft ul.arrow
{
    margin-top: 5px;
}

div#cLeft ul.arrow strong
{
    display: block;
    color: #05a4c6;
}

/* ---- rechts ---- */
div#cRight dl
{
    display: block;
    border: 1px solid #58c6e0;
}

 dl dt
{
    border-bottom: 1px solid #58c6e0;
    padding: 3px 5px 3px 5px;
    color: #05a4c6;
    font-weight: bold;
}

div#cRight dl dd
{
    padding: 0 5px 10px 5px;
    display: block;
}

a.rssabo,
a.newsabo
{
    display: block;
    background: url("/img/rss.jpg") no-repeat;
    padding-left: 45px;
    margin-top: 15px;
}

a.newsabo
{
    background-image: url("/img/newsletter.jpg");
}

/* Login */
div#cRight dl#loginCont dt
{
    color: #fff;
    font-size: 11px;
    background: #05a4c6 url("/img/loginbg.jpg") no-repeat right center;
}

div#cRight dl#loginCont dt.open
{
    background: #05a4c6 url("/img/loginbg_open.jpg") no-repeat right center;
}

div#cRight dl#loginCont dd
{
    padding: 0 5px 5px 5px;
}

div#cRight dl#loginCont dd p
{
    margin-top: 7px;
}

/* ---------------- service navigation ----------------  */
ul#servicenav
{
    padding: 50px 0 0 0;
    list-style: none;
    margin: 10px 8px 0 0;
    display: block;
    height: 20px;
    overflow: hidden;
}

ul#servicenav li
{
    width: auto;
    float: right;
    padding: 0 1px 0 0;
    background: url("/img/trenner_white.gif") no-repeat 100% 3px;
    margin: 0;
}

ul#servicenav li a,
ul#servicenav li a:link,
ul#servicenav li a:active,
ul#servicenav li a:visited
{
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    display: block;
    padding: 0 10px 0 10px;
    margin: 0;
}

/* ---------------- main navigation ----------------  */
div#menuBG
{
    background-color: #05a4c6;
    height: 24px;
    margin: 8px 10px 0 10px;
    padding: 0;
}

ul#navi
{
    position: relative;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

ul#navi li
{
    margin: 0;
    padding: 0 10px 0 10px;
    position: relative;
    width: auto;
    float: left;
    border-right: 2px solid #fff;
    height: 24px;
}

ul#navi li.act
{
    background-color: #58c6e1;
}

ul#navi li a,
ul#navi li a:link,
ul#navi li a:active,
ul#navi li a:visited,
ul#navi li a:hover
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 180%;
    text-decoration: none;
}


ul#navi li ul
{
    display: block;
    position: absolute;
    list-style: none;
    left: -999em;
}

ul#navi li:hover ul,
ul#navi li.hoverIt ul
{
    z-index: 100;
    left: 0;
    top: 24px;
    margin: 0;
    padding: 0;
}

ul#navi li ul li
{
    display: block;
    float: none;
    width: 220px;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0
}


ul#navi li ul li a,
ul#navi li ul li a:link,
ul#navi li ul li a:active,
ul#navi li ul li a:visited
{
    font-size: 11px;
    background-color: #05a4c6;
    display: block;
    color: #fff;
    margin: 0;
    padding: 0 0 0 10px;
    border-top: 1px solid #fff;
    height: 26px;
    line-height: 25px;
}

ul#navi li ul li.active a,
ul#navi li ul li.active a:link,
ul#navi li ul li.active a:active,
ul#navi li ul li.active a:visited,
ul#navi li.active ,
ul#navi li.active ,
ul#navi li.active ,
ul#navi li.active
{
    background-color: #6bcae0;
    color: #fff;
    text-decoration: none;
}

ul#navi li ul li a.active
{
    font-weight: bold;
}
