/*
CC BY-SA 4.0 - stefan hilleprandt, koeln, april 2015
infos: http://creativecommons.org/licenses/by-sa/4.0/
*/

html{
    font-family: verdana, arial, sans-serif;
    font-size: 11pt;
    color: #E1DBEC;
}

/*++im body befinden sich die seitenspezifischen hintergrundbilder
++++die id bezeichnet hinter dem unterstrich das jeweilige html-doc */

#body_index,
#body_evolution,
#body_projects,
#body_links,
#body_dont_panik,
#body_contact,
#body_subdoc_lebenslauf,
#body_subdoc_weiterbildung,
#body_subdoc_projects_aida,
#body_subdoc_personally_album{
    width: 99%;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#body_index{
    background: #3e3654 url(pics/kranhaeuser.jpg) no-repeat center center fixed;
}
#body_evolution{
    background: #3e3654 url(pics/erpel_color.jpg) no-repeat center center fixed;
}
#body_projects{
    background: #3e3654 url(pics/tomatoe_murder_mysterie.jpg) no-repeat center center fixed;
}
#body_links{
    background: #3e3654 url(pics/bruecke.jpg) no-repeat center center fixed;
}
#body_dont_panik{
    background: #3e3654 url(pics/regenbogenflagge.jpg) no-repeat center center fixed;
}
#body_contact{
    background: #3e3654 url(pics/contact-eggs.jpg) no-repeat center center fixed;
}
#body_subdoc_lebenslauf,
#body_subdoc_weiterbildung,
#body_subdoc_projects_aida{
    background: #3e3654 url(pics/schreibtisch.jpg) no-repeat center center fixed;
}
#body_subdoc_personally_album{
    background: #3e3654 url(pics/black-background.jpg) no-repeat center center fixed;
}
/*++ENDE hintergrundbilder++*/

#div_main{
    margin: 0 auto;
    width: 900px;
}

header{
    width: 620px;
    margin: 100px 0 0 60px;
    float: left;
}

#header_subdocs{
    width: 100%;
    margin: 100px 0 0 0;
}

/*++ANFANG ueberschriften im header++*/

#name_index_h1{
    font-family: "Nothing You Could Do",cursive;
    font-size: 65px;
    text-align: center; 
    margin-bottom: 0;
    
    text-shadow: 2px 2px 2px #2C223E;
    filter: dropshadow(color=#2C223E, offx=2, offy=2);
}

#name_index_h2{
    text-align: center;
    letter-spacing: 14px;  
    text-shadow: 2px 2px 2px #2C223E;
    filter: dropshadow(color=#2C223E, offx=2, offy=2);
}

#name_subdocs_h1{
    font-family: "Nothing You Could Do",cursive;
    font-size: 65px;
    margin-left: 50px;
    margin-bottom: 0;
    
    text-shadow: 2px 2px 2px #2C223E;
    filter: dropshadow(color=#2C223E, offx=2, offy=2);
}

#name_subdocs_h2{
    margin-left: 50px;
    letter-spacing: 14px;  
    text-shadow: 2px 2px 2px #2C223E;
    filter: dropshadow(color=#2C223E, offx=2, offy=2);
}
/*++ENDE ueberschriften im header ++*/

/*++ANFANG der hauptnavigation++*/

nav{
    margin-top: 245px;
    float: right;
}

nav ul{
    list-style-type: none;
    margin-left: 0;
    width: 160px;
}

a{
    color: #f9f6ff;
    transition: ease-in 0.5s;
}

nav a{
    text-decoration: none;
    color: #f9f6ff;
    line-height: 35px;
    display: block;
    transition: ease-in 0.6s;
}

a:hover{
    background-color: #44345f;
    color: #ff99ff;
}

/*++ANFANG formatierung der farbquadrate i. d. haupt-navigation*/

#div_nav_1, #div_nav_2, #div_nav_3,
#div_nav_4, #div_nav_5, #div_nav_6{
    float: left;
    width: 20px;
    height: 20px;
    margin: 7px 25px 0 6px;
    
    -webkit-box-shadow: 1px 1px 3px 0px rgba(10, 13, 13, 0.94);
    -moz-box-shadow:    1px 1px 3px 0px rgba(10, 13, 13, 0.94);
    box-shadow:         1px 1px 3px 0px rgba(10, 13, 13, 0.94);
}
#div_nav_1{background-color: #ffff66;}
#div_nav_2{background-color: #ffcc33;}
#div_nav_3{background-color: #99ff99;}
#div_nav_4{background-color: #33ffff;}
#div_nav_5{background-color: #ff99ff;}
#div_nav_6{background-color: #ff0099;}

/**ENDE der quadrat-formatierung*/
/**ENDE der hauptnavigation*/

/*++ANFANG der navigation der subdocs++*/

#nav_subdoc{
    margin: 0;
    float: left;
}

#nav_subdoc ul{
    list-style-type: none;
    margin-left: 0;
    width: 200px;
}

.link_article_subdocs{
    color: #310257
}
/*++ENDE der navigation der subdocs++*/

.clear{
    clear: both;
}

article{
    height: 230px;
    margin-top: 30px;
    padding: 25px;
    overflow: auto;
/*die obere background-angabe ist fuer aeltere browser, die die u. a. transparenz nicht interpretieren koennen*/    
    background-color: rgb(62,54,84);
    background-color: rgba(62,54,84,0.65);  
    
}

#article_subdocs{
    color: #310257;
    height: 450px;
    overflow: auto;
    
    background: rgb(255,248,255);
    background: rgba(255,248,255,0.7);
}

#article_album{
    height: 450px;
    overflow: auto;
    background-color: inherit;
}

.article_small_text{
    font-size: 8pt;
    font-style: italic;
    padding-top: 0;
}


/*++UEBERSCHRIFTEN IN ARTICLE++*/

h3{
   margin: 0; 
}
/*++ENDE UEBERSCHRIFTEN IN ARTICLE++*/

footer{
    text-align: center;
    font-size: 8pt;
    height: 50px;
    margin-top: 20px;
}

/*++ANFANG kontaktformular*/

form{
   padding: 20px;
}

.div_contactform{
    float:left;
}

form label{ 
   display: block;
   cursor: pointer;
}

input#name,
input#absender{ 
   width: 374px;
   border: 1px solid #8c8c8c;
   margin: 0 20px 4px 0;
}

textarea{ 
   width: 771px;
   height: 7em;
   border: 1px solid #8c8c8c;
   margin: 0 20px 4px 0;
}

input#name:focus,
input#absender:focus, 
textarea:focus{
   background-color: #d9d9d9; 
}

#hostinghinweis{
    font-size: 8pt;
    margin: 0 0 0 404px;
}