/*----------------------------------------------------------------------------
 CSS-File for 'standard.tmpl.php'
 --------------------------------
 This ist the master stylsheet-file for the standard template of yPBuilder.

----------------------------------------------------------------------------*/

html, body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 11pt;
}
body {
    min-width: 900px;
}
body,
#main .xleft {
    background: #ffdead;
    background: white;
}
/* ---------- 3 col layout ---------- */
.xouter{width:100%;float:left;margin:0;}
.xleft{float:left;width:33%;}
.xmiddle{overflow:auto;}
* html .xmiddle {float:left}
* html .xmiddle .xinner {width:100%;}
.xright{float:right;width:33%;position:relative;}

/* ----- global styles ----- */

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    border-bottom: 2px solid #999;
    padding-bottom: 0.25em;
    color: #999;
}

a,
a:link,
a:active,
a:visited,
a:hover {
    color: black;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

.clear { clear: both; }

/* ---------- clearfix ---------- */
/* inner float is containt in box */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ---------------------------------------- */


/* ----- head ----- */
#head a:hover {
    text-decoration: none;
}
#head .xleft {
    height: 168px;
    width: 143px;
    position: relative;
    background: url(../images/head_left.png) top left no-repeat;
}

#logo {
    position: relative;
    left: 20px;
    top: 15px;
    width: 121px;
    height: 205px;
    display: block;
    background: url(../images/logo.png) top left no-repeat;
}

#head .xright {
    height: 168px;
    width: 595px;
    margin-right: 10%;
    position: relative;
    overflow: visible;
    background: url(../images/head_right.png) top left no-repeat;
}
#head .xright .title {
    font-size: 35pt;
    position: absolute;
    right: 50px;
    top: 10px;
    white-space: nowrap;
    /*font-weight: bold;*/
    text-align: right;
    overflow: visible;
    font-family: serif;
}
#head .xright .title span {
    visibility: hidden;
}
#head .xright .title:hover span {
    visibility: visible;
}
#head .xinner {
    height: 168px;
    background: url(../images/head_center.png) top left repeat-x;
}


/* ----- main ----- */
#main {
    background: url(../images/main_bottom.png) bottom left repeat-y;
}

#main .xleft {
    width: 225px;
}
#main .xleft .top {
    height: 143px;
    background: url(../images/main_left_top.png) top left no-repeat;
}

#main .xleft #menu_default {
    background: url(../images/main_left_menu.png) top left repeat-y;
}
#main .xleft .bottom {
    height: 169px;
    background: url(../images/main_left_bottom.png) top left no-repeat;
}
/* needed as spacer */
#main .xright {
    height: 1px; /* needed so that col ist shown */
    width: 20%;
}
/* ----- footer ----- */
#footer {
    position: relative;
    margin-bottom: 50px;
}
#footer .spacer {
    height: 52px;
    background: url(../images/main_bottom.png) bottom left no-repeat;
}
#footer .left {
    height: 111px;
    width: 402px;
    position: relative;
    background: url(../images/footer_left.png) top left no-repeat;
}
#footer .left .contact {
    display: block;
    position: absolute;
    left: 255px;
    top: 35px;
    height: 41px;
    width: 59px;
    line-height: 41px;
    font-weight: bold;
    overflow: visible;
    text-align: center;
    background: url(../images/psi.png) center center no-repeat;
}

#footer .cont {
    text-align: right;
    position: absolute;
    font-size: 0.8em;
    bottom: 0px;
    right: 5%;
}


/*----------------------------------- END ----------------------------------*/
