/*
Theme Name: Basic
Theme URI: http://bueltge.de
Description: basic style for a new theme
Version: 1.1
Author: Frank Bueltge
Author URI: http://bueltge.de
Last: 13.02.2008 11:54:39
*/

@import url("menu.css");

/*  @css-for (allgemein, Browser gleich setzen)  */
* {
margin: 0;
padding: 0;
}


/* @css-for (body)  */
 
body {
background:url(images/body-bgr2.jpg) top left;
color: white;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
line-height: 1.5em;
font-size: 12px;
margin: 0;
}

/* @css-for (Tags)  */
p {
font-size: 100%;
padding: 0;
}

h2 {
font-size: 140%;
}

h3 {
font-size: 120%;
}

h4, h5, h6 {
font-size: 110%;
}

h1, h2, h3, h4 {
font-family: Arial, Helvetica, Sans-Serif;
clear: both;
margin: 20px 0 0 0;
padding: 2px 0;
}

blockquote p:before {
content:open-quote;
font-size: 1.5em;
}

blockquote p:after {
content:close-quote;
font-size: 1.5em;
}

.clear  {
clear:both;

}

/* @css-for (All)  */

#wrapper {
background:url(images/wrapper-bgr.png) no-repeat top left;
width:100%;
height:100%;
position:absolute;
}

#wrap {
background:url(images/wrap-bgr.png) no-repeat 50% top;
width:880px;
margin:55px auto 0 auto;
position:relative;
padding-top:1px;
}

#container {
width:834px;
float:left;
margin:14px 0 0 23px;
}

/* @css-for (Header)  */

#header-overhead {
position:relative;
}

img.pfeil {
position:absolute;
bottom:2px;
left:10px;
}

#header-overhead #header{
height:240px;
padding-top:23px;
}

#header-overhead .home-image,
#header-overhead .standard-image {
background:url(images/headbanner/home-image.jpg) no-repeat top left;
}

#header-overhead .training-image {
background:url(images/headbanner/training-image.jpg) no-repeat top left;
}

#header-overhead .kartsport-image {
background:url(images/headbanner/kartsport-image.jpg) no-repeat top left;
}

#header-overhead .fahrer-image {
background:url(images/headbanner/fahrer-image.jpg) no-repeat top left;
}

#header-overhead .karts-image {
background:url(images/headbanner/karts-image.jpg) no-repeat top left;
}

#header-overhead .events-image {
background:url(images/headbanner/events-image.jpg) no-repeat top left;
}

#header-overhead .termine-image {
background:url(images/headbanner/termine-image.jpg) no-repeat top left;
}

#header-overhead .ergebnisse-image {
background:url(images/headbanner/ergebnisse-image.jpg) no-repeat top left;
}

#header-overhead .kontakt-image {
background:url(images/headbanner/kontakt-image.jpg) no-repeat top left;
}

#header-overhead .sponsoring-image {
background:url(images/headbanner/sponsoring-image.jpg) no-repeat top left;
}

#header-overhead .sponsoren-image {
background:url(images/headbanner/sponsoren-image.jpg) no-repeat top left;
}

#header-overhead .impressum-image {
background:url(images/headbanner/impressum-image.jpg) no-repeat top left;
}

#header-overhead .wettkampf-image {
background:url(images/headbanner/wettkampf-image.jpg) no-repeat top left;
}
 
#header #navigation {
background:url(images/navi-bgr.gif) repeat-x top left;
height:23px;
width:834px;
}

#header #navigation ul {
list-style-type:none;
}

.breadcrumb {
background:url(images/breadcrumb-bgr.gif) repeat-x top left;
height:38px;
}

.breadcrumb .menu {
width:740px;
padding:8px 0 0 0;
margin-left:80px;
}

.breadcrumb p {
padding:12px 0 8px 80px;
}

/* @css-for (Content)  */

#content {
background:url(images/content-bgr.jpg) repeat-y top left;
border:1px solid #585858;
border-width:1px 0 1px 0;
width:834px;
float:left;
}


#content h2{
font-size:160%;
padding-bottom:10px;
}

#content .column-left {
width:300px;
float:left;
padding-bottom:40px;
}

#content .column-right {
width:500px;
float:right;
}

#content .column-right  .column-full {
width:500px;
float:left;
margin:20px 0;
}

#content .column-right  .column-full .col1 {
float:left;
}

#content .column-right  .column-full .col2 {
float:right;
}

#content .column-right  .column-full .col1, #content .column-right  .column-full .col2 {
width:230px;
padding:5px;
border: 1px solid #6a6a6a;
background-color: #585858;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
-opera-border-radius: 3px;
border-radius: 3px;
}

#content .column-right  .column-full .col2 img, #content .column-right  .column-full .col1 img {
width:100px;
float:left;
padding:2px;
border: 1px solid #6a6a6a;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
-opera-border-radius: 3px;
border-radius: 3px;
}

#content .column-right  .column-full .col2 .kontakt, #content .column-right  .column-full .col1 .kontakt {
width:115px;
float:right;
}

#content .column-right  .column-full .col2 .kontakt strong, #content .column-right  .column-full .col1 .kontakt strong {
display:block;
}

#content .column-right  .column-full .col2 .vcard, #content .column-right  .column-full .col1 .vcard {
width:115px;
float:right;
}

#content .column-right  .column-full .col2 .vcard span.titel, #content .column-right  .column-full .col1 .vcard span.titel {
display:block;
font-weight:800;
}

#content .column-right  .column-full .col2 .vcard .adr, #content .column-right  .column-full .col1 .vcard .adr {
margin-top:10px;
}

#content .column-right  .column-full .col2 .vcard .e-mail, #content .column-right  .column-full .col1 .vcard .e-mail {
}

.post {
padding:20px 15px;
}

.post  p{
padding-bottom:10px;
}

.post  p a{
text-decoration:underline;
}

.post  p.info {
font-weight:800;
clear:both;
margin-top:20px;
}

.post ul {
margin-bottom:20px;
}

.post  ul li {
margin-left:0px;
}

.post ul li span {
width:150px;
float:left;
}

.entry .headline {
margin-bottom:10px;
display:block;
}

.wp-caption {
border: 1px solid #6a6a6a;
text-align: center;
background-color: #585858;
padding: 4px 0 5px 0;
margin: 10px;
float:left;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p {
font-size: 11px;
line-height: 17px;
padding: 5px 10px;
margin: 0;
text-align:left;
}

.ergebnis {
margin-bottom:10px;
border: 1px solid #6a6a6a;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #585858;
}

.pdf_download {
background:url(images/pdf.png) no-repeat center left;
padding:7px 10px 3px 60px;
font-size:12px;
}

.ergebnis_jahr {
background:url(images/pfeil_2.png) no-repeat center left;
padding:7px 10px 3px 60px;
font-size:12px;
}

.pdf_info {
background:url(images/pdf_info.png) no-repeat center left;
padding:7px 10px 3px 60px;
font-size:12px;
}

.pdf_download a{
text-decoration:none !important;
display:block;
padding-top:1px;
}

/* @css-for (Sidebar)  */

#sidebar {
}

/* @css-for (Footer)  */

#footer {
height:31px;
background:url(images/footer-bgr.gif) repeat-x top left;
margin-bottom:30px;
}

#footer p{
padding-top:6px;
text-align:center;
}

#footer p em{
font-size:10px;
font-style:normal;
}

#footer p a:hover{
text-decoration:underline;
}

/* @css-for (Links)  */

a:link, a:visited {
font-weight: 400;
color: white;
text-decoration: none;
}

a:hover {
font-weight: 400;
color: white;
text-decoration: underline;
}

