﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
@media print {
    body
    {
        font-family: Calibri, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
        margin:2.5cm 2.0cm;
        font-size:11pt;
    }
    }

a
{
    text-decoration: none;
}

a img
{
    border: none;
}
a:link, a:visited
{
    color: #153E7E;
    
}


a:active
{
    color: #034af3;
}
a:hover
{
    color: #bd0000;
    text-decoration: none;
    font-weight:normal;
}
p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    text-align: center; /* neu */
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

@media print {
h1.pagetitle
{
    color:Black;
    font-weight:600;
}
}
h2.subtitle
{
    font-size: 1.2em;
    font-weight: 600;
    color: #465c71;
}
h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 2px solid #357EC7;
}
@media print {

    .page
    {
        width:100%;
        margin:0;
        border:none;
    }
    }


.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background-image:url(../images/header.png);
    background-color: #357EC7; 
    background-position: top left;
    background-repeat: no-repeat;
    width: auto;
    height: 120px;
}
@media print 
{
    .header 
    {
        display:none;
    }
}
div.title
{
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.header h1
{
    font-weight: 700;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 1.25em;
    font-size: 2em;
    width: 100%;
}

.main
{
    padding: 0;
    margin: auto    ;
    min-height: 420px;
    width:90%;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

#page
{
    width: 95%;
    margin: auto;    
}

.PartnerLogo
{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5;
    margin: 0;
    padding: 0;
    display: block;
}
.SiteLogo
{
    position: absolute;
    top: 5px;
    left: 10px;
    display: block;
    z-index: 10; 
   } 
/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #153E7E;
    width: 100%;

}

div.menu
{
    padding: 0;
    float: left;
    width: 90%;
  
}
@media print {
    div.menu
    {
        display:none;
    }
    }

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #153E7E;
    border: 1px #153E7E solid;
    color: white;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: rgb(152, 188, 223);
    color: white;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: rgb(152, 188, 223);
    color: #cfdbe6;
    text-decoration: none;
}
div.menu ul li a.selected 
{
    background-color:rgb(178, 34, 34);
    color:White;
}

   
    /* ------------------------
        Footer 
 ------------------------ */
       
    #footer    
{
            
            clear: both;
            margin-top:1em;
            background-color:White;
            text-align:center;
            color: White;
            padding:10px;
        } 
   #footer a
{       
    color: White;    
        }      

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    padding-top:100px;
    text-align: center;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: center;
    padding: 0px;
    color: White;
    width:100%;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* ---------------
    Kalender
   --------------- */
.kalender
{
    width: 70%;
    margin: auto;
    border-collapse: collapse;
    border: 1px solid rgb(175, 200, 210);
    border-right: 2px solid #4b6c9e;
    border-bottom: 2px solid #4b6c9e;
    margin-bottom: 1.2em;
}
.kalender th
{
    background: #4b6c9e;
    color: White;
    font-size: medium;
    line-height: 1.2;
}
.kalender td
{
    margin-bottom: 0.5em;
}
.kalender td.date
{
    width: 20%;
    padding-left: 5px;
}
.kalender td.info
{
    width: 80%;
}
.topic
{
    font-weight: bold;
}
div.date
{
    font-weight: bold;
}

.author
{
    font-variant: small-caps;
}
dl.bibliography
{
    width: 90%;
    margin: auto;
    padding-bottom: 2em;
}
dt.authors
{
    margin: 1em auto 0.5em auto;
    font-size: 1.1em;
}
.pnlMitglieder
{
    width: 40em;
    margin: auto;
    text-align: center;
    padding-bottom: 1.5em;
}
/* -------------------
  Table Elements 

 ---------------------*/

td
{
    vertical-align: top;
}
div.bibliography
{
    width: 80%;
    margin: auto;
}

div.imageContainer
{
    float: left;
    width: 250px;
    display: inline;
    padding: 0;
    border: none;
}
p.bibitem
{
    padding-left: 2.5em;
    text-indent: -2.5em;
}
img.imgGW2
{
    float: left;
}
p.caption
{
    text-align: center;
}
div#mitglieder
{
    margin: auto;
    width: 90%;
}
#mitglieder dl
{
    overflow: hidden;
}
#mitglieder dt
{
    font-weight: bold;
    margin-bottom: 5px;
}
#mitglieder dd.img
{
    float: left;
    width: 100px;
    margin: 0;
}
#mitglieder a
{
    text-decoration: none;
}
#mitglieder a:link
{
    color: #4b6c9e;
}
#mitglieder a:visited
{
    color: #4b6c9e;
}
#mitglieder a:hover
{
    color: Maroon;
}
#mitglieder a:active
{
}
#mitglieder a:focus
{
}
img.foto
{
    border: 1px solid black;
}
#mitglieder dd.detail
{
    float: left;
    width: 40em;
}
#mitglieder dd.detail p
{
    margin-top: 0;
    margin-bottom: 5px;
}
.home, .phone, .mail, .www, .mail2
{
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    line-height: 1.8;
    width: 50%;
    padding-top: 3px;
}
.home
{
    background-image: url(../images/home.gif);
}
.mail
{
    background-image: url(../images/mail.gif);
}
.phone
{
    background-image: url(../images/phone.gif);
}
.www
{
    background-image: url(../images/www.gif);
    padding-left: 18px;
    line-height: normal;
    padding-top: 0;
}
.mail2
{
    background-image: url(../../images/mail2.gif);
    padding-left: 25px;
    padding-top: 0;
    line-height: normal;
}

.inline-block
{
    display: inline-block;
    width: auto;
}

.leftImage
{
    float:left;
    padding: 0 10px 10px 0;
}
.rightImage
{   float:right;
    padding: 0 0 10px 10px;
}
.smc
{
    font-style: normal;
    font-variant: small-caps;
}
.center
{
    text-align: center;
}
.clearleft
{
    clear: left;
}
.clearall
{
    clear: both;
}
/* Baustelle */
div#baustelle
{
    width: 80%;
    background-image: url(../images/underconstback.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    float: left;
}
div#baustelle p
{
    margin: 0;
    padding: 0;
}
div#baustelle .lblBaustelle
{
    position: relative;
    top: 100px;
    left: -70px;
    z-index: 200;
}
.imgBaustelle
{
    float: left;
}
a.linkimage, .email a
{
    background-repeat: no-repeat;
    background-position: right 0.15em;
    padding-right: 1.5em !important;
}

a.pdf, a.rtf, a.www, a.www2, a.htm, a.swf, a.user, a.img, a.rss, a.goto
{
    margin-right: 0.4em;
    padding-bottom: 1em;
    padding-right: 3em !important;
}

a.pdf
{
    background-image: url(../images/pdf01blau.gif);
}

a.goto

{
    background-image: url(../images/pgoto01.gif);
}

a.rtf
{
    background-image: url(../images/pword01.gif);
}

a.www2
{
    background-image: url(../images/www_small3.gif);
}

a.www
{
    background-image: url(../images/www_small4.gif);
}

a.htm
{
    background-image: url(../images/aspx_small.gif);
}



a.swf
{
    background-image: url(../images/swf_small.gif);
}

a.user
{
    background-image: url(../images/user_small.gif);
}



a.img
{
    background-image: url(../images/img_small.gif);
}



a.rss
{
    background-image: url(../images/rss_small.gif);
}


a.internal
{
    background-image: url(../images/internal.gif);
}

a.external
{
    background-image: url(../images/external.gif);
}
a.mailto
{
   background-image: url(../images/mailto.gif);
}

a.mail
{
    background-image: url(../images/mail2.gif);
    padding-left: 23px;
    background-position: left top;
    background-repeat: no-repeat;
    line-height: 1.2em;
}

.popup {
    cursor: url(book.cur), url(css/book.cur), help;
    border-bottom: 1px dashed;
}
.Hinweis
{
    margin: 2em;
    font-size: 1em !important;
    border: 3px ridge Maroon;
    background-color: #f5f4eb;
    padding: 5px;
}
.nobullets 
{
    list-style-type:none;
    list-style-image:none;
}
ul 
{   list-style-type:square;
    list-style-image:url(../images/liste-kasten-blau.gif);}