@CHARSET "UTF-8";

/**
 * Common stuff
 */
body, html {
    height: 100%;
    
    margin: 0;
    padding: 0;
    
    background-color: #ffffff;
}

* {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

a:active,
a:link,
a:visited,
a:hover {
    text-decoration: none;
}

/**
 * Wrap
 */
#wrap {
    position: relative;
    
    width: 100%;
    min-width: 1004px;
    min-height: 100%;
}

/**
 * Header
 */
#header {
    position: relative;
    
    width: 100%;
    height: 153px;
    
    background: url(../images/gui/header-background.gif) repeat-x;
}

#header div.blend {
    position: absolute;
    left: 0;
    top: 0;
    
    width: 312px;
    height: 153px;
    
    background: url(../images/gui/header-blend.gif) 0 100px no-repeat;
}

#header a.logo:active,
#header a.logo:link,
#header a.logo:visited,
#header a.logo:hover {
    position: absolute;
    left: 40px;
    top: 40px;
    
    display: block;
    width: 248px;
    height: 0;
    overflow: hidden;
    
    padding-top: 95px;
    
    background: url(../images/gui/header-logo.gif) no-repeat;
}

#navigation {
    position: absolute;
    left: 330px;
    top: 100px;
    
    width: 674px;
    
    margin: 0;
    padding: 0;
    
    list-style-type: none;
}

#navigation li {
    float: left;
    
    height: 41px;
    
    margin: 0;
    padding: 0 11px 0 10px;
    
    background: url(../images/gui/navigation-separator.gif) top right no-repeat;
}

#navigation li.last {
    background-image: none;
}

#navigation li a:active,
#navigation li a:link,
#navigation li a:visited,
#navigation li a:hover {
    display: block;
    
    margin: 9px 0 0 0;
    padding: 6px 10px 4px 30px;
    
    background-position: 10px 6px;
    background-repeat:  no-repeat;
    color: #2d2d2d;
}

#navigation li.home a {
    background-image: url(../images/icons/navigation-home.gif);
}

#navigation li.projects a {
    background-image: url(../images/icons/navigation-projects.gif);
}

#navigation li.team a {
    background-image: url(../images/icons/navigation-team.gif);
}

#navigation li.cooperations a {
    background-image: url(../images/icons/navigation-cooperations.gif);
}

#navigation li.contact a {
    background-image: url(../images/icons/navigation-contact.gif);
}

#navigation li.active a:active,
#navigation li.active a:link,
#navigation li.active a:visited,
#navigation li.active a:hover,
#navigation li a:hover {
    border-bottom: 2px solid #759b14;
}

/**
 * Content
 */
#content {
    width: 821px;

    padding: 25px 79px 180px 104px;
}

/**
 * Footer
 */
#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    
    width: 100%;
    height: 160px;
    
    background: url(../images/gui/footer-background.gif) repeat-x;
}

#footer div.block {
    position: absolute;
    top: 0;
    
    width: 296px;
    height: 160px;
    
    background: url(../images/gui/footer-headline.gif) 0 31px no-repeat;
}

#footer div.block h2 {
    margin: 0;
    padding: 5px 0 15px 10px;
    
    font-size: 16px;
    font-weight: normal;
    color: #344609;    
}

#footer div.block.address {
    left: 0;    
}

#footer div.block.address address {
    margin: 0;
    padding: 0 0 0 10px;
    
    font-style: normal;
    color: #ffffff;
}

#footer div.block.address a:active,
#footer div.block.address a:link,
#footer div.block.address a:visited,
#footer div.block.address a:hover {
    text-decoration: underline;
    color: #ffffff;
}

#footer div.block.address #contacts {
    margin: 0;
    padding: 10px 0 0 10px;
    
    list-style-type: none;
}

#footer div.block.address #contacts li {
    margin: 4px 0 0 0;
    padding: 0 0 0 20px;
    
    background-repeat: no-repeat;
    color: #ffffff;
}

#footer div.block.address #contacts li.icq {
    background-image: url(../images/icons/icq.gif);
}

#footer div.block.address #contacts li.skype {
    background-image: url(../images/icons/skype.gif);
}

#footer div.block.address a.xing:active,
#footer div.block.address a.xing:link,
#footer div.block.address a.xing:visited,
#footer div.block.address a.xing:hover {
    display: block;
    width: 118px;
    height: 0;
    overflow: hidden;
    
    padding-top: 23px;
    margin: 15px 0 0 10px;
    
    background: url(../images/buttons/xing.gif) no-repeat;
}

#footer div.block.projects {
    left: 300px;
    
    width: 400px;
}

#footer div.block.projects ul {
    margin: 0 0 0 10px;
    padding: 0;
    
    list-style-type: none;
}

#footer div.block.projects ul li {
    float: left;
    
    width: 192px;
    height: 26px;
    
    margin:  0 3px 2px 0;
    padding: 0;
    
    background: url(../images/gui/footer-project-background.gif) no-repeat;
}

#footer div.block.projects ul li a:active,
#footer div.block.projects ul li a:link,
#footer div.block.projects ul li a:visited,
#footer div.block.projects ul li a:hover {
    display: block;
    width: 166px;
    height: 26px;
    
    padding: 4px 0 0 26px;
    
    background-position: 5px 5px;
    background-repeat: no-repeat;
    color: #2D2D2D;
}

#footer a.logo:active,
#footer a.logo:link,
#footer a.logo:visited,
#footer a.logo:hover {
    position: absolute;
    left: 844px;
    top: 32px;
    
    display: block;
    width: 159px;
    height: 0;
    overflow: hidden;
    
    padding-top: 62px;
    
    background: url(../images/gui/footer-logo.gif) no-repeat;
}

#footer p {
    position: absolute;
    left: 844px;
    top: 94px;
    
    width: 159px;
    
    margin: 0;
    padding: 0;
    
    text-align: center;
    color: #ffffff;
}

#footer p a:active,
#footer p a:link,
#footer p a:visited,
#footer p a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #ffffff;
}

/**
 * Project case
 */
#project-case {
    position: relative;
       
    width:  807px;
    height: 177px;
    
    padding: 5px 4px;
    
    border: 3px solid #F0F0F0;
}

#project-case-prev,
#project-case-next {
    position: absolute;
    top: 70px;
    
    display: block;
    width: 45px;
    height: 45px;
    overflow: hidden;
    
    background-repeat: no-repeat;
}

#project-case-prev a:active,
#project-case-prev a:link,
#project-case-prev a:visited,
#project-case-prev a:hover,
#project-case-next a:active,
#project-case-next a:link,
#project-case-next a:visited,
#project-case-next a:hover {
    position: absolute;
    left: 0;
    top: 0;
    
    display: block;
    width: 45px;
    height: 0;
    overflow: hidden;
    
    padding-top: 45px;
}

#project-case-prev {
    left: -17px;
    
    background-image: url(../images/buttons/projectcase-prev.png);
}

#project-case-next {
    right: -23px;
    
    background-image: url(../images/buttons/projectcase-next.png);
}

a.project-case-image {
    position: absolute;
    left: 4px;
    top: 5px;
}

a.project-case-image img {
    border: none;
}

/**
 * Content-Specific stuff
 */
#content div.clear {
    clear: both;
}

#content,
#content * {
    color: #303030;
}
 
#content a:active,
#content a:link,
#content a:visited,
#content a:hover {
    text-decoration: underline;
    color: #5C7E0B;
}
 
#content p.box {
    margin: 0;
    padding: 10px;
    
    border: 3px solid #F0F0F0;
}

#content h1 {
    font-size: 16px;
    font-weight: normal;
    color: #759B14;
}

#content h2 {
    margin-top: 40px;
    height: 41px;
    
    background: url(../images/gui/headline-center.gif) repeat-x;
}

#content h2 span.primary {
    float: left;
    height: 41px;
    
    padding: 10px 5px 0 11px;
    
    background: url(../images/gui/headline-left.gif) no-repeat;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

#content h2 span.secondary {
    display: block;
    height: 41px;
    
    padding: 12px 0 0 ;
    
    background: url(../images/gui/headline-right.gif) top right no-repeat;
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
}

/**
 * Index
 */
#about-us {
    float: left;
    width: 260px;
    
    margin: 20px 65px 0 0;
}

#latest-news {
    float: left;
    width: 490px;
    
    margin-top: 20px;
}

/**
 * Projects
 */
#projects {
    margin: 0;
    padding: 0;
    
    list-style-type: none;
}

#projects h3 {
    margin-bottom: 0;
    padding-bottom: 4px;
    
    font-size: 16px;
    font-weight: bold;
    color: #759B14;
    
    border-bottom: 1px solid #759B14;
}

#projects h3 a,
#projects h3 a:active,
#projects h3 a:link,
#projects h3 a:visited,
#projects h3 a:hover {
    font-size: 16px;
    font-weight: bold;
    color: #759B14;
    text-decoration: none;
}

#projects.current div.screenshot {
    float: left;
    
    width: 318px;
    height: 171px;
    
    margin: 20px 45px 0 0;
    padding: 5px;
    
    border: 3px solid #F0F0F0;
}

#projects.current div.data {
    float: left;
    width: 440px;
    
    margin-top: 10px;
}

#projects.planned div.data {   
    margin-top: 10px;
}

#projects.current a.button:active,
#projects.current a.button:link,
#projects.current a.button:visited,
#projects.current a.button:hover {
    padding: 2px 6px;
    
    border: 1px solid #597900;
    background-color: #7BA20E;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

/**
 * Team
 */
#team {
    margin: 0;
    padding: 0;
    
    list-style-type: none;
}

#team h3 {
    margin-bottom: 0;
    
    font-size: 16px;
    font-weight: normal;
    color: #759B14;
}

#team h3 span.arrow {
    float: left;
    
    margin: 0 5px 0 0;
    
    font-size: 22px;
    line-height: 16px;
    font-weight: normal;
    color: #759B14;
}

#team h3 a:active,
#team h3 a:link,
#team h3 a:visited,
#team h3 a:hover {
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    color: #759B14;
}

#team div.photo {
    float: left;
    
    width: 134px;
    height: 156px;
    
    margin: 20px 45px 0 0;
    padding: 5px;
    
    border: 3px solid #F0F0F0;
}

#team div.data {
    float: left;
    width: 584px;
    
    margin-top: 10px;
}

div.profile-photo-left {
    float: left;
    
    margin: 0 20px 20px 0;
    padding: 5px;
    
    border: 3px solid #F0F0F0;
}

div.profile-photo-right {
    float: right;

    margin: 0 0 20px 20px;
    padding: 5px;
    
    border: 3px solid #F0F0F0;
}

div.profile-photo-center {
    text-align: center;
}

div.profile-photo-center span {
    padding: 5px;
    
    border: 3px solid #F0F0F0;
}

/**
 * Cooperations
 */
#cooperations ul {
    margin: 0;
    padding: 0;
    
    list-style-type: none;
}

#cooperations ul li {
    padding: 0 10px 15px 10px;
}

#cooperations div.number {
    float: left;
    width: 25px;
    height: 20px;
    
    padding: 5px 10px 0 0;

    background: url(../images/gui/bullet.gif) no-repeat;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

#cooperations div.data {
    float: left;
    width: 760px;
}

#cooperations h3 {
    margin: 3px 0 0 0;
    padding: 0;
    
    font-size: 14px;
    font-weight: bold;
}

#cooperations p {
    margin: 5px 0 0 0;
    padding: 0;
}

/**
 * Contact
 */
form, fieldset {
    margin: 0;
    padding: 0;
    
    border: none;
}

form input,
form textarea {
    padding: 2px 3px;
    margin: 3px 0 10px 0;
}
 
form ul {
    width: 600px;
    
    margin: 20px 0 0 0;
    padding: 0;
    
    list-style-type: none;
}

form ul li {
    float: left;
}

form ul li.half {
    width: 275px;
}

form ul li.half input {
    width: 250px;
    
    margin-right: 15px;
}

form ul li.full input,
form ul li.full textarea {
    width: 525px;
}

form ul li.full textarea {
    height: 200px;
}

form label {
    display: block;
    font-weight: bold;
}

form label.error {
    color: #cc0000 !important;
}

form ul li.half.checkbox label {
    display: inline;
    vertical-align: middle;
}

form ul li.half.checkbox input {
    width: auto;
    
    margin: 0;
    padding: 0;
    
    vertical-align: middle;
}

form ul li.half.button input {
    float: right;
    width: auto;
    
    padding: 2px 6px;
    
    border: 1px solid #597900;
    background-color: #7BA20E;
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none;
} 