/*
Theme Name: WPD
Theme URI: http://wordpress-deutschland.org/
Description: 100% hellblau
Version: 1.0
Author: Olaf
Author http://wordpress-deutschland.org/
*/

#wdgt_ft, .wdgt_hd, #wdgt_pgn {
	display:none !important;
}

/* Begin Typography & Colors */
body {
	margin: 0 auto;
	padding: 0; /* need for Opera */
	background: #ffffff url("images/background.png") repeat-x;
	color: #111;
	font-family:   arial, verdana, helvetica, sans-serif;
  font-size: 13px;
  width: 90%;	
  text-align: center;
}


p {
  margin: 0;
  padding-bottom: 20px;
}

	
/* Site structure
-------------------------------------------------  */

#page {
  background: transparent;
  margin: 0 auto;
  padding-bottom: 10px;
  border: 0;
  text-align: left;
  width:920px;
}

#content {
float:left;
  width:95%;
	padding: 20px 0 0 0;
	margin: 0 auto;
	font-size: 16px;
	color: #777777;
  line-height: 1.6em;
	}



.mainlinks {
  float: left;
  padding: 15px 30px 0 0;
}

a.mainleft:link, a.mainleft:visited, a.mainleft:active, a.mainleft:hover {
	padding-left: 15px;
	background: transparent url(images/mainlink.gif) no-repeat center left;
}




#middleside {
 clear: both;
 padding-top: 2px;
 margin: 0 auto 0 auto;
 text-align: left;
 line-height: 1.2em;
}

.leftside{
 width:367px;
 float:left;
 font-size: 14px;
 }


.rightside{
 background: transparent;
 width:300px;
 float:left;
 font-size: 70%;
 padding-left: 50px;
 color: #555555;
 line-height: 1.2em;
 padding-top:20px;
  }
  
.rightside-box{
 padding-left: 30px;
  }
  
  
 .rightads{
 width:131px;
 float:right;
 padding:25px 0 0;
 color: #555555;
  }

.buttons{
padding:  2px;
margin:  0 0 10px 0;
border: 1px solid #cccccc;
height: 125px;
 }  

/* Headlines
----------------------------- --------------------  */

h1, h2, h3, h4, h5, h6 {
    background: none;
    font-weight: normal;
    margin: 0;
    padding-top: .5em;
    padding-bottom: .17em;
}


h1 {
    font-size: 188%;
    border-bottom: 1px solid #aaa;
    color: #0066cc;
    margin-bottom: 10px;
}

h1 a { text-decoration:none; }
	
h2 {
	font-size: 130%;
	padding: 0;
  margin: 0 0 10px 0;
  color: #8CA41D;
  border-bottom: 1px solid #aaa;
	}
	

h2:first-letter, h3:first-letter, h4:first-letter {
	font-size: 150%;
  font-weight: bold;
   }


h3 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	color: #C45500;	
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	color: #C45500;	
}


small {
	font-size: 70%;
	}




#content ul {
   list-style: none;
   margin: 0;
   padding: 0 0 20px 20px;
   	font-size: 90%;
   }

#content ul li {
	padding-left: 20px;
	background: transparent url(images/li.png) no-repeat center left;
   margin: 0;
   }







pre {
	font-size: 12px;
	color: #008000;
	background: #FAFAFA;
	border: 1px solid   #eeeeee;
	padding: 5px 0 5px 5px;
  }

small {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}


/* Links
----------------------------------------------- */

a {
	color: #06c;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}	






	

/* menu
----------------------------------------------- */

#menu { 	
  font-size: 10px;
	font-weight: normal;
  }


#menu #current {
  background: url(images/gradient_hover.png) repeat-x bottom;
  padding-left: 12px;
  padding-right: 12px;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  }


#menu #last a { margin-right: 0; }


#menu a {
  float: left;
  color: #666666;
  padding-top: 4px;
  height: 18px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  }


#menu a:hover {
  background: url(images/gradient_hover.png) repeat-x bottom;
  padding-left: 11px;
  padding-right: 11px;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  }


#menu li { display: inline; margin: 0; text-align: center; }

#menu ul { list-style: none; margin: 0; padding: 0; text-transform: uppercase; }




	
	

/* Header Structure
----------------------------------------------- */


#header {
  height: 103px;
  background: url("images/header.png") no-repeat top left;
  padding: 0;
  margin: 0;
  }
 	
#headerads {
position:absolute;
margin-left:452px;
top:10px;
  }


#headertext {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 81px 0 0 110px;
	width: 690px;
	}

#head-search {
	text-align: left;
}

#suche {
  position: absolute;
  width: 300px;
	top: 25px;
	right: 0;
	height:37px;
	text-align:left;
	}








	
/* Footer Structure
----------------------------------------------- */


	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 800px;
	clear: both;
	color: #999999;

	}

#footer a {
	color: #999999;
	text-decoration: none;
	}

#footer a:hover {
	color: #000000;
	text-decoration: none;
	}

#footer p {
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 0;
	text-align: center;
  font-size: 10px;
	}

#werbelinks {
  font-size: 11px;
	padding: 30px 0 0 0;
  margin: 0 auto;
  text-align: center;
	}
	



/*	Begin Headers */


.description {
	font-size: 1.7em;
	text-align: left;
	padding-left: 20px;
	}







/* Begin Images */


img, a img { border: none; }


img.alignright {
	padding: 4px;
	margin: 20px 0 0 10px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	background: #ffffff;
	border: 1px solid #dddddd;
	float: left	
	}

/* End Images */











	




/* Begin Form Elements */



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* End Form Elements */








/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
 margin: 10px 10px;
 padding: 10px 40px;
 border: 0;
 font-size: 0.9em;
 background: transparent url("images/bquote.gif") no-repeat left top;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}


/* End Various Tags & Classes*/




/* Mainsite */

#adfree-content {
	float:left;
	width:780px;
	}

#targetArea {
 background: transparent url(images/bg-mainsite.gif) no-repeat bottom right;
 padding: 5px 0 0 0;
 margin:0;
 height: 200px;
 font-size: 14px;
 color: #777777;
 line-height: 1.4em;
 width:760px;
 float:left;
}

#download { 
 float: right;
 padding-right: 117px;
 padding-bottom: 22px;
}

#download a{
 color: green;
 font-size: 15px;
 font-weight: bold;
 text-decoration: underline;
}

#download a:hover{
 color: #395209;
 font-size: 15px;
 font-weight: bold;
 text-decoration: underline;
}



/* Kontaktformular */
	
form dl, dl.labels {
      margin:0em;
      font-size:100%;
      margin-top:0.5em
    }

form dt, dl.labels dt {
      float:left;
      width:10em;
      margin-bottom:0.8em;
      color:#999;
      text-align:right;
      font-weight:normal;
      position:relative /*IEWin hack*/
    }

form dd, dl.labels dd {
      margin-left:10.5em;
      margin-bottom:0.8em;
      font-size:100%;
      font-style:normal;
      padding-left:0.5em
    }

form dd.submit, dl.labels dd.submit  {
      margin-top:2em
    }
























/*  Pulldown Style
-------------------------------------*/



#containercontent h3 {
	background: #ffffff url(images/h3bg.png) no-repeat center left;
	margin: 1px;
	padding: 3px 0;
	height: 22px;
	width: 365px;
	font-size: 13px;
	color: #666666;
	
}

#containercontent h3 a, #containercontent h3 a:link, #containercontent h3 a:visited {
	color: #666666;
	padding:0;
	margin: 2px  0 0 15px;
	-moz-outline-style: none;
	display: block;
	height: 28px;
	width: 365px;
	text-decoration: none;
	font-weight: normal;
}

#container {
	width: 365px;
	text-align: left;
  background: #FFFFFF;

}



#containercontent {
	padding: 0 ;
}


#containercontent div {
	margin: 0;
	padding: 0;
	height: 1%;
}

.stretcher {
  background: #ffffff;
}

.stretcher p{
/*  background: #fafafa url(images/stretcherbg.gif) no-repeat bottom left; */
  background: #ffffff;
	padding: 5px 10px 10px 10px;
	margin: 0 10px 20px 10px;
	font-size: 13px;
}

