/*  
Theme Name: Blank_default_de
Theme URI: 
Description: Blank default_de ist die Grundlage fuer ein eigenes Design. Es hat nur dort html drin wo es meiner Meinung nach wichtig ist fuer das Verstehen des html Outputs von WordPress. Man kann bis zu 5mal Widgets einsetzen. Bitte im Artikel auf texto.de nachlesen wie.
Version: 1.6
Author: MTS von webdesign-in.de und texto.de
Author URI: http://www.texto.de 

	
 */
 
 * {
 padding: 0;
 margin: 0;
 border: 0;
 }

body{
background:url(images/bg_white.png) repeat-y #f7f7f7;
	color:#515151;
	font-size:11px;
font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
padding: 20px 40px;
     }
     
     .umschliessmich {
     
     width: 880px;
     }

/*--------------------header--------------------*/


.ha1 a {
float: left; 
border-right: 1px solid #666;
font-size: 18px;
color: #515151;
text-decoration: none;
font-weight: lighter;
margin: 50px 15px 0 70px;
padding-right: 15px;
}

.ha2 {
font-size: 10px;
font-weight: lighter;
margin: 55px 0px 0 0px;
color: #515151;
float: left;
}

.header {
width: 500px;
height: 100px;
float: left;
background: url(images/haus.png) no-repeat;
padding: 0 80px 0 0;
}

.sidebarheader {
width: 300px;
height: 100px;
background: url(images/haus2.png) 10px 0 no-repeat;
float: left;
}

/*Header ende*/

/*index*/

.beitraege{
width: 500px;
float: left;
padding: 0 80px 0 0;
clear: left;
}

.eintrag {
padding: 0 0 30px 0;
}



.eintrag p {
padding: 0 0 10px 0;
line-height: 16px;
}

.eintrag a {
text-decoration: underline;
color: #515151;
}

.eintrag h2, .eintrag h2 a  {
font-size: 12px;
margin: 20px 0 0px 0px;
text-decoration: none;
color: #515151;
}

.eintrag h2 a:hover {
color: #DF0048;
}

.kleingedrucktes, .kleingedrucktes a {
font-size: 10px;
color: #ccc;
}

/*index ende*/

/*Sidebar*/
.sidebar {
width: 200px;
float: left;
line-height: 16px;
}

.sidebar ul {
list-style: none;
line-height: 16px;
}

.sidebar ul h2 {
font-size: 12px;
padding: 20px 0 0px 0;
}

.sidebar a {
color: #515151;
}

#tag_cloud h2 {
padding-bottom: 7px;
}

#tag_cloud a {
text-decoration: none;
}

/*sidebar ende*/

/*comments*/
.commentlist li {
margin: 10px 0;
list-style: none;
font-style: normal;
}

.commentlist a, #commentform a {
color: #515151;
text-decoration: none;
font-style: normal;
}

.commentlist a:hover, #commentform a:hover {
text-decoration: none;
color: #515151;
}

#commentform input, #comment {
margin: 5px 0 5px 0;
background: #efefef;
}

/* Die einzel-IDs sind #author, #email, #url, #comment */

#comment {
width: 540px;
}


/*Pagebar*/
.pagebar {
float: left;
width: 100%;

	color: #999;
		font-size: 10px;
		margin: 30px 30px 10px 00px;
}


.pagebar a, .pageList .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #ccc; 
		 color: #ccc;
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #ccc;  
		text-decoration: none;
	}

.pagebar .break 
	{
			padding: 2px 6px; 
			border: none; 
			background: #fff; 
			text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px; 
		border-color: #1C1919; 
	 color: orange;
		 border: solid 1px #DF0048;
		vertical-align: top; 
		background: #fff;
	}

.pagebar a:hover 
	{
		color: #666;  
		border-color: #666; 
		text-decoration: none;
	}
	

.more-link {

color: #DF0048;
}

