/* ### MAIN LAYOUT ###### */
body {
    /*font-family: 'Michroma', arial, serif;*/
    font-family: liberation-sans,sans-serif;
    font-size: 13px;
    color: #3c3c3c;
    background-color: #e4e4e4;
}

a:link, a:visited, a:active {
    color: #3c3c3c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.active {
    color: #ed1c24;
}

h1 {
    line-height: 37px;
}

h3 {
    line-height: 17px;
    font-size: 18px;
    font-weight: normal;
    *line-height: normal;
    _line-height: normal;
}

p {
    line-height: 16px;
    letter-spacing: 0.5px;
    word-spacing: -1px;
    /*text-align: justify;*/
}

#container {
    width: 780px;
    height: 518px;
    bottom: 47%;
    overflow: visible;
    position: absolute;
    right: 50%;
}

#site {
    left: 50%;
    position: relative;
    text-align: left;
    top: 40%;
    width: 780px;
}

.clear {
    clear: both;
}

/* ### MAIN CONTENT ### */

#maincontent {
    margin: 100px 80px; /*border: 1px solid yellow;*/
}

.content {
    margin-bottom: 50px;
}

.leftcontent {
    float: left; /*border: 1px solid green;*/
    width: 220px;
}

.rightcontent {
    float: right;
    text-align: right;
    width: 400px;
}

.rightcontent p {
    margin-top: 74px;
    text-align: justify;
    text-align-last: right;
    padding-left: 20px;
}

.description {
    margin-top: 67px;
}

.header, .header .rightcontent {
    height: 111px;
}

.header h1 {
    font-size: 30px;
    margin: 59px 0 0;
    padding: 0;
    text-align: right;
    font-weight: normal;
}

.header h3 {
    vertical-align: bottom;
    padding-bottom: 0;
    margin: 0;
}

#logo {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    height: 111px; /*left: 34px;*/
    padding: 0; /*position: absolute;*/
    text-indent: -424242px; /*top: 27px;*/
    width: 140px;
    z-index: 2;
    margin: 0;
    padding: 0;
}

.highlight {
    color: #009de0;
    font-weight: bold;
}

.code {
    font-weight: bold;
}

.seperator {
    color: #828282;
}

ul.follow_links {
    display: none;
    margin: 0;
    float: right;
}

ul.follow_links li {
    list-style: none outside none;
    float: left;
    margin-left: 5px;
}

ul.follow_links a {
    display: block;
    height: 16px;
    text-indent: -424242px;
    text-align: left;
    width: 16px;
}

ul.follow_links li a.twitter {
    background: url("../images/twitter.png") no-repeat scroll 0 0 transparent;
}

ul.follow_links li a.facebook {
    background: url("../images/facebook.png") no-repeat scroll 0 0 transparent;
}

ul.follow_links li a.xing {
    background: url("../images/xing.png") no-repeat scroll 0 0 transparent;
}

.divider {
    clear: both;
}

hr {
    background: url("../images/divider.png") repeat-x scroll left center transparent;
    border: 0 none;
    height: 1px;
    overflow: hidden;
    padding: 0;
}

.footer {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
}

.footer li {
    width: 190px;
    float: left;
}

.footer li.first {
    width: 240px;
}

.footer li.last {
    text-align: right;
}

.vcard .photo {
    display: none;
}

.adr .fn {
    display: none;
}

.debug {
    background: url("../images/debug1.png") no-repeat scroll 0 0 transparent;
    display: none;
    height: 1071px;
    left: 391px;
    margin: 0 auto;
    opacity: 0.4;
    position: absolute;
    top: 208px;
    width: 989px;

}

