* {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

header, footer, article, section, nav, menu, hgroup {  
    display: block;  
}  

body {
    background: url('images/background.jpg') fixed;
    font-family: "Lucida Sans Unicode", "Lucida Console", Lucida, Arial;
    font-size: 14px;
    line-height: 20px;
}

img {
    border: none;
}


input[type=text], textarea {
    background: #d4e9ba;
    border: 1px solid #a9b994;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;  
    border-radius: 4px;  
    font-family: "Lucida Sans Unicode", "Lucida Console", Lucida, Arial;
    font-size: 14px;
    line-height: 20px;
    padding: 2px;
}

input[type=button], input[type=submit] {
    background: url('images/button_bg.png') repeat-x;
    height: 23px;
    padding: 0 5px;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;  
    border-radius: 4px;
    border: 1px solid #989898;
    font-family: "Lucida Sans Unicode", "Lucida Console", Lucida, Arial;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
}

/*#body {
    background: url('images/bg-top.png') repeat-x;
    height: 100%;
}*/

header {
    background: url('images/header.png') no-repeat 0 50px;
    width: 700px;
    height: 101px;
    margin: auto;
}

header a {
    width: 100%;
    height: 100%;
    display: block;
}

header a:hover {
    text-decoration: none;
}

header span {
    visibility: hidden;
}

nav ul li span, h1 span {
    display: none;
}

nav ul {
    list-style-type: none;
    margin: auto;
    width: 700px;
}

nav ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    cursor: pointer;
}

nav ul li a {
    display: block;
    height: 100%;
    width: 100%;
}

nav ul li.blog {
    background: url('images/menu_blog.png') no-repeat;
    width: 51px;
    height: 32px;
}
nav ul li.uebermich {
    background: url('images/menu_uebermich.png') no-repeat;
    width: 116px;
    height: 32px;
}
nav ul li.portfolio {
    background: url('images/menu_portfolio.png') no-repeat;
    width: 93px;
    height: 32px;
}
nav ul li.links {
    background: url('images/menu_links.png') no-repeat;
    width: 61px;
    height: 32px;
}

footer {
    width: 100%;
    height: 150px;
    margin: 80px 0 0 0;
    color: #4B6B20;
    font-size: 10pt;
    background: #b5d48b;
    border-top: 1px solid #f1e8db;
    border-bottom: 1px solid #f1e8db;
    position: relative;
    top: 1px;
}

footer a {
    color: #739F3C;
}

footer .footer {
    width: 480px;
    margin: 20px auto;
}

footer .left, footer .middle, footer .right {
    float: left;
    width: 200px;
    font-size: 10pt;
}

footer .left h1 {
    color: white;
    font-size: 10pt;
    font-weight: normal;
}

footer .right {
    width: 80px;
}

footer ul {
    list-style-type: none;
    position: relative;
    top: 20px;
}

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

a {
    text-decoration: none;
    color: #b38314;
}

a:hover {
    text-decoration: underline;
}

b, strong {
    font-weight: bold;
}

h2 {
    color: #a67d34;
    width: 600px;
    margin: 20px auto 0 auto;
    font-size: 16px;
    text-transform: uppercase;
}
article, section {
    background: url('images/article_right.png') repeat-y right top;
    width: 880px;
    margin: 40px auto 0 auto;
}

.article_bottom {
    background: url('images/article_bottom.png') no-repeat;
    width: 880px;
    height: 9px;
    margin: 0 auto 40px auto;
}
article .article, section .article {
    border: 1px solid #c8ad7c;
    background: url('images/article_bg.png');
    width: 830px;
    padding: 20px;
    color: #6d5f44;
}

article h1, article h2, section h1, section h2 {
    color: #739f3c;
    margin-bottom: 17px;
    width: 100%;
}

article h1, section h1 {
    font-weight: bold;
}

article h2, section h2 {
    margin-top: 40px;
    padding-left: 10px;
}

article h2 {
    margin-bottom: 40px;
}

article h3, section h3 {
    font-weight: bold;
    font-size: 14px;
    padding-left: 20px;
}

article p, section p {
    width: 85%;
    text-align: justify;
    margin: 1em auto;
}

article div.dreier_vorschau, section div.dreier_vorschau {
    width: 550px;
    margin: auto;
}

article .kommentare {
    background: url('images/kommentare.png') no-repeat;
    width: 70px;
    height: 86px;
    text-align: center;
    position: relative;
    margin-top: -100px;
    margin-bottom: -40px;
    top: 68px;
    left: 700px;
    font-size: 20px;
    padding-top: 30px;
    color: #f3ebdd;
}

article .rot {
    background: url('images/kommentare_rot.png') no-repeat;
}
article .blau {
    background: url('images/kommentare_blau.png') no-repeat;
}
article .gruen {
    background: url('images/kommentare_gruen.png') no-repeat;
}
article .pink {
    background: url('images/kommentare_pink.png') no-repeat;
}
article .orange {
    background: url('images/kommentare_orange.png') no-repeat;
}

article .kommentare a {
    color: #f3ebdd;
    display: block;
}
article .datum {
    color: #79ab42;
    font-size: 11px;
    text-align: right;
    width: 50%;
    float: right;
    padding-top: 10px;
    padding-right: 30px;
}

article .tags {
    width: 50%;
    padding-top: 10px;
    padding-left: 30px;
}

article .tags, article .tags a {
    color: #b89a64;
    font-size: 11px;
}

#pagination {
    width: 400px;
    text-align: center;
    margin: auto;
    color: #4B6B20;
}

h1.portfolio {
    background: url('images/titel_portfolio.png') no-repeat;
    width: 129px;
    height: 34px;
}

h1.uebermich {
    background: url('images/titel_uebermich.png') no-repeat;
    width: 129px;
    height: 34px;
}

h1.links {
    background: url('images/titel_links.png') no-repeat;
    width: 129px;
    height: 34px;
}

h1.kommentieren {
    background: url('images/titel_kommentieren.png') no-repeat;
    width: 187px;
    height: 34px;
}

h1.fehlermeldung {
    background: url('images/titel_fehler.png') no-repeat;
    width: 129px;
    height: 34px;
}

h1.umzug {
    background: url('images/titel_umzug.png') no-repeat;
    width: 129px;
    height: 34px;
}

/************** Blog *********/
.vorschau {
    display: block;
    float: left;
    background-repeat: no-repeat;
    width: 170px;
    height: 170px;
}

.bildcenter {
    margin: auto;
    display: block;
    text-align: center;
}

.shadow {
    -moz-box-shadow: 2px 2px 3px #aaa192;
    -webkit-box-shadow: 2px 2px 3px #aaa192;
    box-shadow: 2px 2px 3px #aaa192; 
    margin: 20px 0;
}

/************ Portfolio **************/
.portfolio_icon {
    display: block;
    width: 165px;
    height: 166px;
    background-position: 0 -165px;
    background-repeat: no-repeat;
    float: left;
    margin: 10px;
    margin-bottom: 0px;
}

.portfolio_icon:hover {
    background-position: 0 -1px;
    text-decoration: none;
}

.portfolio_icon span, .about_photo span, .portfolio_gallery span, .vorschau span {
    display: none;
}

.portfolio_gallery {
    width: 1px;
    height: 1px;
    display: none;
    cursor: default;
}

.sonstiges, .zeichnungen {
    margin: 5px;
}



/*********** About *********/
.about_photo {
    background: url('../images/about.png') no-repeat;
    width: 125px;
    height: 161px;
    float: left;
    margin: 10px;
    margin-bottom: 0;
}

.at {
    position: relative;
    top: 1px;
    border: none;
}

ul.linktipps {
    margin-left: 50px;
    list-style-image: url('images/list-icon.png');        
}

/*************** Kommentieren ****************/
p.kommentieren {
    width: 800px;
    margin: 50px auto 0 auto;
}
.comment {
    width: 600px;
    margin: 40px auto;
    color: #4b6b20;
    font-size: 14px;
    background: #cbe5ab;
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;  
    border-radius: 10px;  
    padding: 15px;
}

.formular p {
    text-align: center;
}

.comment a {
    color: #5e9b12;
}

#content .comment p {
    margin: 0;
    border-top: 1px solid #b8b188
}

.comment .name {
    font-weight: bold;
}

.comment .datum {
    float: right;
    font-size: 8pt;
}
.formular {
    width: 330px;
    margin: auto;
    color: #4B6B20;        
}

.formular .title {
    float: left;
    width: 120px;
    margin: 5px;
    margin-left: 0;
}

.formular input[type=text] {
    float: left;
    width: 196px;
    margin: 5px 0;
}

.formular img {
    float: left;
}

.formular input.code {
    width: 96px;
    margin-left: 11px;
}

.formular textarea {
    width: 325px;
    height: 100px;
    margin: 5px 0;
}

.formular br {
    clear: both;
}

p.hinweis {
    background: #cbe5ab;
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;  
    border-radius: 10px;  
    border: 1px solid #3e8b2c;
    color: #3e8b2c;
    width: 400px;
    margin: 80px auto 0 auto;
    padding: 5px;
    text-align: center;
    font-size: 13px;
}

/************ jQuery Validate ************/
.fehler {
    text-align: left;
    width: 400px;
    padding: 5px;
    border: 1px solid #c55748;
    margin: 10px auto;
    background: #d1b997;
    color: #c55748;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;  
    border-radius: 4px;
    font-size: 13px;
}

div.fehler {
    display: none;
}

p.fehler {
    padding: 5px;
    text-align: center;
    margin: 80px auto 0 auto;
}
div.fehler label {
    display: block;
    color: #c55748;
    width: 400px;
    min-height: 16px;
    padding-left: 20px;
    margin: 2px;
}