﻿
/* COLORS
----------------------------------------------------------*/


color(Element): #xxxxxx color(Element): #xxxxxx color(Element): #xxxxxx color(Element): #xxxxxx color(Element): #xxxxxx /* RESET RELOADED, ERIC MEYER ----------------------------------------------------------*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background-repeat: no-repeat;
}
/* remember to define focus styles! */
:focus
{
    outline: 0;
}
body
{
    line-height: 1;
    color: black;
    background: white;
}
ol, ul
{
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}


/* DEFAULTS
----------------------------------------------------------*/
html, body, form
{
    height: 100%;
    padding: 0;
    margin: 0;
}


body
{
    /*background-color: #f9f8f8;*/
    background-color: #ffffff;
    font-size: 85%;
    -webkit-text-size-adjust: 100%;
    font-family: Segoe UI, segoeuiwebfont, Arial, sans-serif;
    line-height: 160%;
    color: #888888;
    overflow-y: scroll;
}


ul
{
    margin: 0;
    padding: 0 0 0 3em;
}

li
{
    list-style-image: url(../images/layout/quadrat.jpg);
    line-height: 180%;
}


a:link
{
    color: #8f24ca;
    text-decoration: none;
}

a:visited
{
    color: #8f24ca;
    text-decoration: none;
}

a:hover
{
    color: #8f24ca;
    text-decoration: underline;
}

p
{
    margin-top: 1.5em;
}


@font-face
{
    font-family: 'existencelight';
    src: url('Fonts/Existence-Light-webfont.eot');
    src: url('Fonts/Existence-Light-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/Existence-Light-webfont.woff') format('woff'), url('Fonts/Existence-Light-webfont.ttf') format('truetype'), url('Fonts/Existence-Light-webfont.svg#existencelight') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face
{
    font-family: 'segoeuiwebfont';
    src: url('Fonts/segoeui-webfont.eot');
    src: url('Fonts/segoeui-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/segoeui-webfont.woff') format('woff'), url('Fonts/segoeui-webfont.ttf') format('truetype'), url('Fonts/segoeui-webfont.svg#existencelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'segoeuilwebfont';
    src: url('Fonts/segoeuil-webfont.eot');
    src: url('Fonts/segoeuil-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/segoeuil-webfont.woff') format('woff'), url('Fonts/segoeuil-webfont.ttf') format('truetype'), url('Fonts/segoeuil-webfont.svg#existencelight') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #a5a5a2;
    text-transform: none;
    font-weight: 200;
    margin: 0;
    padding: 0;
}

h1
{
    font-family: Segoe UI,  segoeuilwebfont, Arial, sans-serif;
    font-size: 1.8em;
     line-height: 140%;
    color: #444444;
}

h2
{
    font-family: Segoe UI, segoeuilwebfont, Arial, sans-serif;
    font-size: 2em;
    line-height: 140%;
    color: #ffffff;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


.bold
{
   font-weight:bold;
}

.zitatindex
{
    line-height: 200%;
    font-size: 1.0em;
}

.zitat
{
    font-style: italic;
    color: #a5a5a2;
}

.autor
{
    font-size: 0.8em;
}




/* IMAGES   
----------------------------------------------------------*/

img, a img
{
    border: 0;
}


/* ELEMENTS
----------------------------------------------------------*/

.links
{
    float: left;
    margin: 0 0.5em 0.5em 0;
}

.rechts
{
    float: right;
    margin: 0 0 0.5em 0.5em;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


#wrapper
{
   
    min-height: 100%; /* Mindesthöhe für moderne Browser */
    height: auto !important; /* Important Regel für moderne Browser */
    height: 100%; /* Mindesthöhe für den IE */
    overflow: hidden !important; /* FF Scroll-leiste */
    background-color:#ffffff;
    z-index: 1;
}

#header_wrapper
{
    position: relative;
    clear: both;
    display: block;
    height: 120px;
    z-index: 8;
    background: #ffffff;
}


#header
{
    margin: 0 auto;
    width: 960px;
    position: relative;
    top: 0px;
    clear: both;
    background: #ffffff;
    height: 120px;
    z-index: 8;
}



#headerimg_wrapper
{
    position: relative;
    clear: both;
    display: block;
    height: 320px;
    background: #ffffff url(../images/layout/headerimg.jpg) repeat-x center;
}


#headerimg
{
    margin: 0 auto;
    width: 960px;
    padding: 0;
    position: relative;
    clear: both;
    background: none;
    height:300px;
    padding-top: 20px;
}

.logo
{
    position:absolute;
    top:55px;
    right:0px;
    color:#8f24ca;
    font-size:2em;
}
#content_wrapper
{
    background-color: #ffffff;
    position: relative;
    clear: both;
    display: block;
}

#content
{
    margin: 0 auto;
    width: 960px;
    position: relative;
    left: 0px;
    padding: 50px 0px 80px 0px;
    background-color: #ffffff;
}

.content_left
{
    float: left;
    width: 600px;
}

.content_right
{
    float: right;
    width: 240px;
  
}

.content_left img, .content_right img
{
    -moz-box-shadow: 3px 3px 4px #e4e4e4;
    -webkit-box-shadow: 3px 3px 4px #e4e4e4;
    box-shadow: 3px 3px 4px #e4e4e4;
    border: 0;
}


#projekte img
{
    -moz-box-shadow: 3px 3px 4px #e4e4e4;
    -webkit-box-shadow: 3px 3px 4px #e4e4e4;
    box-shadow: 3px 3px 4px #e4e4e4;
    border: 1px solid #e4e4e4;
}


#footer

{
    position:relative;
    height:35px;
    padding:10px;
    padding-top:20px;
    margin-top:-65px;
    background-color:#f5f1f1;
    text-align:center;
    font-size:0.85em;
   
}


.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    font-size: 0;
    height: 0;
    visibility: hidden;
}


html div.hr
{
    border-bottom-style: dotted;
    border-bottom-width: 1px; /* fix */
    border-color: #cccccc;
    height: 1px;
}



/* NAVIGATION
----------------------------------------------------------*/

.navi
{
    position: relative;
    top: 70px;
    background-color: Red;
}
.navi ul
{
    left: 0px;
    top: 0px;
    margin: 0;
    padding: 0;
    z-index: 99;
}

.navi ul li
{
    float: left;
    margin: 0;
    list-style-image: none;
}
.navi li a
{
    float: left;
    padding: 0px 40px 0px 0px;
    font-size: 1em;
    text-transform: none;
    color: #888888;
    height: 50px;
}

.navi > ul > li > a:hover
{
    color: #8f24ca;
}

.navi > ul > li > a.active
{
    color: #8f24ca;
}

.navi ul li a
{
    display: block;
    text-decoration: none;
}

.navi ul ul
{
    width: 170px;
    left: -99999px;
    top: 50px;
    position: absolute;
    color: #ffffff;
    background-color: #1f1f1f;
}
.navi li:hover ul
{
    left: auto;
}

.navi ul ul li
{
    float: none;
    display: block;
    font-size: 1em;
}
.navi ul ul li a
{
    display: block;
    text-transform: none;
    width: 140px;
    height: 20px;
    margin: 0;
    padding: 10px;
    padding-left: 20px;
}
.navi ul ul li a:hover
{
    color: #8f24ca;
    background-color: #313233;
}


/*Formular*/

.formular
{
    vertical-align: top;
    margin: 0px;
    background-color: #ffffff;
}

input
{
    border: 1px solid #ddd;
    height: 16px;
    width: 150px;
    color: #000000;
}

input.button
{
    border: 1px solid #ddd;
    height: 25px;
   margin-top:5px;
    color: #666666;
    background: #ffffff url(../images/layout/bg.gif);
    font-weight: bold;
    cursor: pointer;
    
}
textarea
{
    border: 1px solid #ddd;
    height: 123px;
    width: 266px;
    color: #000000;
}


/*  Galerie */

.liste
{
    padding: 0;
    text-align: center;
    margin-top: 5px;
    width: 800px;
}


.liste ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}


#imageGallery
{
    background: transparent;
    text-align: left;
}

#imageGallery li
{
    display: inline-block;
    margin: 0;
    padding: 10px 10px 10px 0px;
}


#imageGallery img
{
    -moz-box-shadow: 3px 3px 4px #e4e4e4;
    -webkit-box-shadow: 3px 3px 4px #e4e4e4;
    box-shadow: 3px 3px 4px #e4e4e4;
    border: 0;
}


#imageGallery a:hover img
{
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.8);
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.8);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.8);
    border: 0;
}
