/*
Theme Name: SPDplus 2010
Theme URI: mailto:chrisheimpel@me.com
Description: WordPress Theme für SPDplus
Version: 1.0
Author: Chris Heimpel
*/

@import url("sidebar.css");


a.btn_infos{
  display:block;
  background-image:url(images/button_infos.gif);
  width:199px; 
  height:68px;
}  

a.btn_infos:hover{
  background-image:url(images/button_infos_h.gif);
}  

a.btn_termine{
  display:block;
  background-image:url(images/button_termine.gif);
  width:199px; 
  height:68px;
}  

a.btn_termine:hover{
  background-image:url(images/button_termine_h.gif);
} 


a.btn_mitglied{
  display:block;
  background-image:url(images/button_mitglied.gif);
  width:199px; 
  height:68px;
}  

a.btn_mitglied:hover{
  background-image:url(images/button_mitglied_h.gif);
} 

html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
 abbr, acronym, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin:			0;
  padding:			0;
  border:			0;
  outline:			0;
  font-weight:		inherit;
  font-style:		inherit;
  font-size:		13px;
  font-family:		Arial,Verdana,Helvetica,sans-serif;
  vertical-align:	baseline;
}

input, textarea{
border:1px solid #cc0000;
font-size:		13px;
font-family:		Arial,Verdana,Helvetica,sans-serif;
}

body{
  background-color: white;
  background-image: url(images/bg.gif);
  background-repeat: repeat-x;
}

ul{
  list-style-image: url(images/quad.png);
}



strong{
  font-weight:bold;
}





h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family:				"arial rounded bold",arial,sans-serif;
  font-weight:				bold;
  color: 					#000  
}

.post{
  line-height: 120%;
//  border: 1px solid black;
}



.back{
  float:right;
  clear:both;
  text-transform: uppercase; 
  padding-left:25px;
  background-image: url(images/h1-pfeil-left.png);
  background-repeat: no-repeat;
  background-position: 0px center; 
}



a,
a:link,
a:visited{
 color: #e2001a;
 font-weight:bold;
 text-decoration: none;
}


a:hover{
 text-decoration: underline;
}


h1{
  font-size:20px;
  color: #454545;
  line-height: 1;
  text-align: left;
}

h2{
  font-size:16px;
  color: #454545;
}

h3{
  font-size:14px;
  color: #454545;
}

h4{
  font-size:12px;
  color: #454545;
}

.datum{
  font-weight:bold;
  font-size:12px;
  color: #454545;
  margin-bottom:5px;
}

.top{
    background-color: #ffffff;
    width:100%;
    margin-top:20px;
    height:165px;
}

.darkline{

    background-color: #bc0000;
    width:100%;
    height:8px;

}

.contents{
    width:900px;
    text-align: left;
    margin-bottom:30px;
    margin-top:10px;
}

.main{
  float: left;
  width: 570px;
  background-color: white;
  margin: 0;
  padding: 10px;
  line-height: 1.5;
  text-align: justify;
  border: 1p solid #F7F7F7;
}


.menu_content{
    width:900px;
    text-align: left;
    height: 165px;
}

.menu_title{
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.menu{
  float: left;
  margin-right:25px;
}

.menu-left{
  float: left;
}

.menu a.title,
.menu a.title:link,
.menu a.title:visited,
.menu a.title:hover{
   color: #454545;
   font-size: 15px;
   font-weight: bold;
   text-decoration: none;
   padding:0px;
   background: none;
}


.menu a.active,
.menu a.active:link,
.menu a.active:visited,
.menu a.active:hover{
   color: #ffffff;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
   padding:2px;
   padding-left:10px;
   background-image: url(images/pfeil_weiss.png);
   background-color: #e2001a;
}


.menu ul{
   margin:0px;
   padding:0px;
   list-style-type: none;
   list-style-image: none;
}

.menu li{
	padding-top:2px;
}


.menu a,
.menu a:link,
.menu a:visited{
   color: #454545;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
   padding-left:10px;
   background-image: url(images/pfeil_grau.png);
   background-repeat: no-repeat;
   background-position: 2px center;   
}


.menu a:hover{
   text-decoration: underline;
   color: #e2001a;
   background-image: url(images/pfeil_rot.png);
}

.logo{
 float:right;
 padding-right: 72px;
 padding-top: 11px;

}

.sidebar{
  float: right;
  width: 280px;
  background-color: white;
  margin: 0;
  padding: 10px;
  border: 1px solid #F7F7F7;
}

.clearboth{
    clear: both;
}

.impressum{
    background-color: #ab0000;
    width:100%;
    height:80px;
    background-image: url(images/bg-bottom.gif);
    background-repeat: repeat-x;
}

.impressum_content{
  width: 900px;  
  text-align: left;
}



.search{
 padding-top: 23px;
 float:right;
}

.search input{
  margin:0px;
  font-size: 13px; 
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  padding: 4px;
  padding-left:23px;
  background-color: transparent;
  background-image: url(images/search.png);
  background-repeat: no-repeat;
  background-position: left center;
  border:1px solid #ffffff;
}

.copy{
  width:600px;
  float:left;
}


.copyright{
  color: #ffffff;
  font-weight: bold;
  float:left;
  padding-top: 28px;

}


.copy_links{
  color: #ffffff;
  font-weight: bold;
  float:right;
  padding-top: 28px;

}

.copy_links a,
.copy_links a:link,
.copy_links a:visited{
  margin-left:10px;
  text-transform: uppercase; 
  font-size: 13px; 
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  padding: 4px;
  border: solid 1px #ffffff;
}


.copy_links a:hover{
  border: solid 1px #ab0000;
  color: #ab0000;
  background-color: #ffffff;
}



.bottom{

}

.vorschau{
  float:left;
  padding-right:10px;
  padding-bottom:10px;
  clear:both;
}


.main p, .post{
  line-height: 1.5;
  text-align: justify;
  margin-bottom:12px;
}

.main h2,.main h3,.main h4,.main h5,.main h6,.post h2,.post h3,.post h4,.post h5,.post h6{
  line-height: 1;
  text-align: left;
}


.alignleft{
  float:left;
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  clear:both;
}

.alignright{
  float:right;
  padding-top:10px;
  padding-left:10px;
  padding-bottom:10px;
  clear:both;
}

.alignnone{
display:block;
  padding-top:10px;
  padding-left:10px;
  padding-bottom:10px;
  clear:both;
}


