@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    text-align: center;
    background: #c4dae7 url(bilder/bg_body.jpg) repeat-x;
}



a:link, a:visited {
    color:#000;
    text-decoration: underline;
}

a:hover, a:active {
    color: #000;
    text-decoration: none;
}

h2 {
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

h2 a:active, a:visited {
    text-decoration: underline;
}
h2 a:link, a:hover {
    text-decoration: none;
}

h3 {
    font-size: 12px;
    line-height: 26px;
    font-weight: bold;
}

#page {
    width:1001px;
    background:#fff;
}

#header {
    width:1001px;
    height:147px;
    background: url(bilder/header.jpg) no-repeat;
}

#header a {
    width:1001px;
    height:147px;
    display:block;
}

#main {
    width:1001px;
    background:#fff;
    text-align:left;
}

#menu {
    width:170px;
    padding:5px 5px 5px 15px;
    background: url(bilder/menu_bg.jpg) no-repeat;
    font-size:14px;
}

#menu ul {
    list-style-type:none;

}

#menu ul a {
    color:#2075AB;
}

#menu li {
    margin-bottom:5px;
}

ul.wp-tag-cloud li {
    margin:10px;
    float:left;
    list-style-type:none;
}

li.tagcloud ul li a {
    margin:3px;
    float:left;
}

#content {
float:right;
    width:796px;
    padding:5px 5px 5px 5px;
/*    background: url(bilder/h2_bg.jpg) no-repeat;*/
/*background:#2f4;*/
}

#content p {
    margin-bottom:10px;
}

#content ul {
    margin-left:30px;
    margin-bottom:10px;
}

.post {
    padding: 5px;
    /*background: url(bilder/h2_bg.jpg) no-repeat;*/
    background: url(bilder/post_bg.jpg) no-repeat left top;
}

#footer {
    width:1001px;
    text-align:center;
}

#footer a {
    margin-left:10px;
}

li.categories {
    list-style-type:none;
}

li.categories ul li {
    list-style-type:none;
    margin:10px 10px 0 0;
    float:left;
}


a.galerie_button {
    width:300px;
    height:102px;
    display:block;
    background: url(http://kfz-felgen-service.de/wp-content/themes/kts/bilder/galerie-button.png);
    text-decoration:none;
    font-size:30px;
    font-weight:bold;
    line-height:100px;

    text-align:center;
}

p#galerie_button_left {
    float:left;
    width:300px;
    margin-left:40px;
    margin-right:100px;
}
p#galerie_button_right {
    float:left;
    width:300px;
}

.thumb_hersteller {
    float:left;
    margin:5px;
    width:200px;
    text-align:center;
    border: solid 1px #2576A5;
}
.thumb_hersteller img {
    border:0px;
}