/*===============================================================================================================
  Schrift und Form
===============================================================================================================*/
h1{
    font-size: 15pt;
    font-weight: bold;
    color: rgb(0, 0, 0);
    font-family: arial,helvetica,geneva,swiss,sunsans-regular;
    line-height: normal;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}

h2{
    font-size: 13pt;
    font-weight: bold;
    color: rgb(0, 0, 0);
    font-family: arial,helvetica,geneva,swiss,sunsans-regular;
    line-height: normal;
    text-decoration: underline;
    margin-bottom: 10px;
    margin-top: 10px;
    font-style: normal;
}

h3{
    font-size: 13pt;
    font-weight: bold;
    color: rgb(0, 0, 0);
    font-family: arial,helvetica,geneva,swiss,sunsans-regular;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 10px;
    font-style: normal;
}

h4{
    font-family: arial,helvetica,geneva,swiss,sunsans-regular;
    line-height: normal;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 11pt;
    margin-top: 0px;
    margin-bottom: 5px;
}

a:link, a:visited{
    font-family: arial,helvetica,geneva,swiss,sunsans-regular;
    color:rgb(30,103,250) !important;
    text-decoration:none;
    padding:0 2 0 2;
}
a:hover, a:active {
    font-family: arial,helvetica,geneva,swiss,sunsans-regular;
    color: #670037 !important;
    text-decoration:underline;
}

div, p, ul, li {
    line-height: normal;
    margin-bottom: 5px;
    font-size: 11pt;
    margin-top: 0px;
    font-family: arial,helvetica,geneva,swiss,sunsans-regular;
}

p.eingerueckt{
    text-align: left;
    margin-left: 10px ! important;
}

.wichtig, span.wichtig{
    color: #cc0030;
    font-weight:bold;
}

p.autor {
    font-size: 9pt;
    color: rgb(102, 51, 51);
    font-weight: normal;
    text-align: left;
    font-style: italic;
    text-decoration: none;
}

p.beschriftung {
    font-size: 9pt;
    text-decoration: none;
    color: rgb(0, 0, 0);
    margin-top: 0px ! important;
    margin-bottom: 5px;
}

div.rahmen, p.rahmen, table.rahmen{
    border: 1px inset #6bc2ff;
    padding:2px;
    margin:2px;
}

table.mitrahmen{
    border-left: 1px inset #6bc2ff;
    border-top: 1px inset #6bc2ff;
    padding:0px;
    border-spacing:0px;
    empty-cells:show;
}

/* für gerahmte tabellen */
table.mitrahmen td, td.mitrahmen{
    border-right: 1px inset #6bc2ff;
    border-bottom: 1px inset #6bc2ff;
    padding:5px;
    border-spacing:0px;
}

a img{border:0px;}
/*==============================================================================================================
  Formulare
===============================================================================================================*/
input,textarea{
    background:transparent !important;
}
/*==============================================================================================================
  Mail-Formulare
===============================================================================================================*/
form.tmail input.text,
form.tmail textarea{
    width:300px;
}

/*==============================================================================================================
  Bildersets
===============================================================================================================*/
.csc-textpic-image a{
padding:0;
}