/*
krick.net
*/

body {
        font-size: 70%;
}
form {
        font-size: 100%;
}


.unsichtbar {
        display: none;
}
p.hinweis {
        background-image: url(../gfx/pfeil_wichtig.gif);
        background-repeat: no-repeat;
        background-position: left top;
        text-indent: 16px;
}
a {
        color: #ff7d00;
        text-decoration: none;
        font-weight:bold;
        }
a:visited {
        color:#ff7d00;
        text-decoration: none;
        font-weight:bold;
}
a:hover {
        color: #ff7d00;
        text-decoration: none;
}
a:active {
        color: #ff7d00;
        text-decoration: none;
}
a.extern {
        background-image: url(../gfx/link_extern.gif);
        background-repeat: no-repeat;
        background-position: left 2px;
        padding-left: 15px;
}
a.intern {
        background-image: url(../gfx/link_intern.gif);
        background-repeat: no-repeat;
        background-position: left 2px;
        padding-left: 15px;
}
a.email {
        background-image: url(../gfx/link_email.gif);
        background-repeat: no-repeat;
        background-position: left 2px;
        padding-left: 15px;
}
h1.csc-firstHeader{
        margin-top: -4px;
        border-bottom: 1px solid #ff7d00;
}
h1{
        font-size:150%;
        line-height: 24px;
        font-weight: normal;
        margin: 24px 0 8px 0;
        padding:0;

}
h2.csc-firstHeader{
        margin-top: -4px;
}
h2 {
        font-size:130%;
        line-height: 24px;
        font-weight: normal;
        margin: 24px 0 8px 0;
        padding:0;
}
h2.csc-firstHeader{
        margin-top: -4px;
}
h3 {
        font-size: 120%;
        font-weight: normal;
        background-color: #dddddd;
        border-left:7px solid #666666;
        padding:5px 10px;
        margin: 16px 0px 8px 0px;
}
h4 {
        font-size: 100%;
        font-weight: bold;
        padding:0;
        margin: 16px 0 8px 0;
}

p {
        padding-bottom: 5px ;
        margin:0px;
}

/* Blockzitat */
blockquote {
        font-style: italic;
}
/* Zitat im laufenden Text */
cite {
        font-style: normal;
        font-size: 80%;
}
/* Hervorhebung */
em {
        font-weight: bold;
        color: #333333;
        font-style: normal;
}

/* starke Hervorhebung */
strong {
        font-weight: bold;
        color: #000000;
}

/* Quellcode
mit <pre></pre> umgeben, um Einrückungen zu erhalten*/
code {
        font-size: 100%;
        font-family: "Courier New", Courier, mono;
        color: #666666;
        display: block;
        height: auto;
        background-color: #dddddd;
        padding: 7px;
}

/* Abkürzung z.B.*/
abbr {

}
/* Acronym BRD */
acronym {

}
/* Link "nach oben" */
P.csc-linkToTop {
        text-align: right;
}
P.csc-linkToTop A {
        font-weight: bold;
        color: #999999;
        background-image: url(../gfx/nach_oben.gif);
        background-repeat: no-repeat;
        background-position: right top;
        padding-right: 15px;
}

/* geordnete Listen */
ol {
        color: #333333;
        list-style-position: outside;
        margin-left:0;
        padding-left:20px;
        list-style-type: decimal;
}

li, UL.csc-bulletlist LI { margin-bottom: 8px; margin-left:0;}

/* Listen fuer Backendauswahl (Selectmen), Contentlement LISTE*/
ul, UL.csc-bulletlist-0 {
        color: #333333;
        list-style-type: disc;
        margin-left:0;
        padding-left:20px;

}
UL.csc-bulletlist-1 { color: #000000; list-style-type : decimal; font-weight: bold;}
UL.csc-bulletlist-2 { color: #10007B; list-style-position : inside; }
UL.csc-bulletlist-3 { color: #333333; list-style-type: decimal; }.kasten_mitte {
        padding: 7px;
        border: 7px solid #000000;
}










legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:90%;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
border: 1px solid #C0C0C0;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 1px solid #C0C0C0;
}

.mf-select {
border: 1px solid #C0C0C0;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
}
