


/* Letzte Aenderung: Mittwoch, 16. Dezember 2009 15:27 */
/* Publiziert: Samstag, 5. Juni 2010 11:39     */
/* Standard-Formatierungen  für (fast) alle Tags */

html, body, div, p, h1, h2, h3, span, a, table, td, form, img
{
    margin: 0px;
    padding: 0px;
}


/* Standard-Klassen fuer diverse Tags */

.standardtext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:   12px;
    font-weight: normal;
    color:       #333333;
    
}

.smalltext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:   9px;
    font-weight: normal;
    color:       #333333;
}

.largetext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:   14px;
    color:       #333333;
}

/* Tags - alphabetisch */

a
{
    text-decoration:   none;
    color:             #003366;
}

a:hover
{
    text-decoration:   underline;
    color:             #333;
}


body {
    background-color: #ffffff;
}


h1
{
    font-family:       Verdana, Arial, Helvetica, sans-serif;
    font-size:         13px; 
    font-weight:       bold;
    font-style:        normal;
    font-variant:      small-caps;
    color:             #003366;   
    text-decoration:   none;
    margin-bottom:     5px;
    margin-top:        0px;
}

h2
{
    font-family:        Verdana, Arial, Helvetica, sans-serif;
    font-size:         12px; 
    font-weight:       bold;
    font-style:        normal;
    color:             #003366;   
    text-decoration:   none;
    margin-bottom:     10px;
    margin-top:        20px;
}

hr
{
    width:             200px;
    color:             000000;
    background-color:  000000;
    height:            1px;                
}


/****************************************/
/* Contentbereich                       */
/****************************************/

div.content {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
    /* Das steht hier, weil man bei RD nie weiss, wann ein Absatz gemacht wird :-( */
    font-family:       Verdana, Arial, Helvetica, sans-serif;
    font-size:         12px;
    color:             #333333;
    line-height: 21px;
}

div.content p, P
{
    font-family:       Verdana, Arial, Helvetica, sans-serif;
    font-size:         12px;
    color:             #333333;
    margin-top:        15px; 
    margin-bottom:     0px;
}

div.content h3 {
    margin-top: 10px;
}

div.content ul {
}

div.content li {
}

div.content a {
    color: #003366;
}

/* Obsolete */
p.content 
{
    font-family:       Verdana, Arial, Helvetica, sans-serif;
    font-size:         12px;
    color:             #333333;
    margin-top:        15px; 
    margin-bottom:     0px;
}

/****************************************/
/* Marginalspalte                       */
/****************************************/

div.marginal {
    padding-left:      10px;
}

div.marginal h3 {
    font-family:       Verdana, Arial, Helvetica, sans-serif;
    font-size:         10px;
    font-weight:       bold;
        
    margin:            0px 0px 5px 0px;
}

div.marginal p {
    font-family:       Verdana, Arial, Helvetica, sans-serif;
    font-size:         10px;
    color:             #333333;
    margin:            0px 0px 25px 0px;
}

div.marginal ul {
    margin:            0px 0px 25px 0px;
    padding:           0px;
}

div.marginal li {
    font-family:       Verdana, Arial, Helvetica, sans-serif;
    font-size:         10px;
    color:             #333333;    
    margin:            0px 0px 5px 0px;
}


/****************************************/
/* Seitenfuss                           */
/****************************************/

#footer {
}

/* Old style */
p.foot
{
    font-family:       Verdana, Arial, Helvetica, sans;
    font-size:         9px;
    color:             #cccccc;
    text-align:        left;
}

p.foot a
{
    color:             #cccccc;
    text-decoration:   none;
}

p.foot a:hover
{
    color:             #aaaaaa;
    text-decoration:   none;
}

p.foot a:visited
{
    color:             #cccccc;
    text-decoration:   none;
}




/* Klassen fuer den Veranstaltungskalender */

table.vkformular
{
    font-family:   Verdana, Arial, Helvetica, sans-serif;
    font-size:     12px;
    color:         #000000;
    margin-left:   0px;
    margin-bottom: 0px;
    margin-top:    0px;
    padding:       0px;
    padding-top:   0px;
}








/* Projektspezifische CSS - Angaben */

div.sublink
{
    margin: 8px 0 8px 17px;
}

div.sublink_selected
{
    margin: 8px 0 8px 17px;
}

.sublink a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}
.sublink_selected a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    font-weight: bold; 
    text-decoration: none;
}
select.submenu
{
    clip:   auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    vertical-align: top;
    border-right-width: thin;
    border-color: #999999;
    border-bottom-style: solid;
    border-width: 1px;
    width: 124px;
    margin-top: 5px;
}
a.pulldown 
{
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    background-color: #003366;
    text-decoration: none;
    border-top: 0px solid #003366;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    width: 200px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    
}
a.pulldown:hover
{
    color: #fff;
    text-decoration:underline;
    
}
div.topline
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #003366;
}
div.header
{
    width: 760px;
    height: 50px;
    margin: 0px;
    padding: 0px;
}
div.footer
{
    bottom: 0px;
    width: 100%;
    background-color: #003366;
    text-align:left;
}
/* Gaestebuch */
div.row {
    clear: both;
    margin: 5px 0;
}
fieldset {
    margin: 25px 0;
    padding: 15px 0 0 0;
    width: 500px;    
    border: none;
}
input.standard {
    width: 250px;
}
input.radiobutton {
    float: left;
    width: 15px;
}
label {
    float: left; 
    width: 120px;
}
legend {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

div.mainmenu
{
    width: 100%;
    background: url(/hersfeld2/img_hersfeld/background_menu1.gif);
}

div.submenu
{
    margin: 0px 0px 0px 1px;
    padding: 8px 0px 25px 5px;
    width: 134px;
    border-bottom: 1px solid #ffffff;
    background: url(/hersfeld2/img_hersfeld/bg_halb_transparent.gif);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
    line-height: normal;
}

td.submenu
{
    background: url(/hersfeld2/img_hersfeld/bg_submenu.gif);
    background-repeat: no-repeat;
}

td.content
{
    background: url(/hersfeld2/img_hersfeld/bg_content.gif);
    background-repeat: no-repeat;
}

ul.download
{
    list-style-image: url(/hersfeld2/img_hersfeld/icon_download.gif);
    list-style-position: inside;
}

ul.linktipp
{
    list-style-image: url(/hersfeld2/img_hersfeld/icon_link_extern.gif);
    list-style-position: inside;
}

div.articleEnd
{
    margin: 15px 0 0 0;
}

div.content img
{
    padding: 5px 10px 0 10px;
}



