/*  

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 

*/

html{
     }

body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #e0e0e0 url(images/body_bg.jpg) repeat-x ;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
}

/*--------------------textgestaltung--------------------*/

p {
}

h1,h2,h3,h4,h5,h6{
	color: #009ee2;
	font-size: 18px;
	text-transform: uppercase;
	padding: 8px 0 0 0;
}
     

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	
	}

blockquote {
	
	}

blockquote cite {
	
	}



hr {
	
	}





dl{
     }
dt{
          }
dd{
          }

ul{
     }
ol{
     }
     li{
          }

    ul ul{
         }

blockquote{
     }
     blockquote p{
          }

code{
     }

pre{
     }

b, strong,i,em {
     }

img{
     }

address {
     }

/*--------------------linkgestaltung--------------------*/


a {
	text-decoration: none;
	color:#4988d7;
     }
a:link { 
     }
a:visited { 
     }
a:link:focus{ 
     }
a:link:hover, 
a:visited:hover { 
	color:#369;
    }
a:link:active, 
a:visited:active {
     }

/*--------------------bilder als links--------------------*/
a img{
	border:none;
     }
a:link img {
	border:none;
     }
a:visited img {
	border:none;
     }
a:link:active img, 
a:visited:active img {
	border:none;
      }

/*--------------------smilies im text--------------------*/

body img.wp-smiley{
     }



/*--------------------der weiterlesen link--------------------*/

.more-link {
	display:block;
	background: #009ee2 url(images/posttitelfooter_bg.gif) right top no-repeat;
	color:#FFF;
	padding: 2px 10px;
	margin-top: 10px;
	clear:both;
	padding-left: 269px;
}

/*--------------------die seiten wenn es mehrere gibt--------------------*/
p.serif{
     }

/*--------------------suche--------------------*/

#searchform{
     }

input#s{
     }

input#searchsubmit{
     }




/*--------------------Kommentare--------------------*/
/* fuer die Kommentarliste an sich*/
ol.commentlist{}
 
/*folgende class stehen zur Gestaltung des li bereit */
 
.comment {}
.byuser {}
.comment-author-admin {}
.bypostauthor {}
 
/* class um die li der 1 Ebene zu gestalten*/
.depth-1{}
 
/*hat man Kind Kommentare gibt es dann noch soviel wie man eben braucht */
.depth-2{}
.depth-3{}
 
/* folgende gestalten das li abwechselnd, wenn man mag*/
/* erstes li*/
.even {}
.thread-even{}
/* zweites li*/
.odd {}
.alt {}
.thread-odd {}
.thread-alt{}
 
 
 
/*---ende der class fuer die li---*/
 
/* fuer die Darstellung des Kommentarautors die class des divs*/
.comment-author {}
.vcard{}
 
.comment-author cite{}
.vcard cite{}
 
.comment-author cite a{}
.vcard cite a{}
 
/* fuer den Avatar*/
img.avatar{}
/*---ende der class fuer den Autor---*/
 
/*fuer die  Zeit wann der Kommentar geschrieben wurde und den Bearbeitungslink die class des divs*/
.comment-meta {}
.commentmetadata{}
 
.comment-meta a{}
.commentmetadata  a{}
 
/*---ende der Meta Daten---*/
 
/*Kommentartext  */
 
ol.commentlist p{}
 
/*---ende des Kommentartextes ---*/
 
/*Reply Link ist auch in einem div*/
.reply{}
.reply a{}
 
/*---ende Reply Link---*/
 
 
/*Kindkommentare sind in einer ul Liste*/
 
ol.commentlist ul.children{} /*ul.children gibt es auch in der sidebar-aufpassen*/
 
/*------alle oben genannten class wiederholen sich auch unter ul children------*/

#commentform p {
	 
	}


#commentform input {
	}

#commentform textarea {
	}

#commentform #submit {
	 
	}


#respond{}

/*--------------------fuer den wp kalender--------------------*/
 
#wp-calendar th {
	 
	}


#wp-calendar {
	empty-cells: show;
	
	}

#wp-calendar #next a {
	
	}

#wp-calendar #prev a {
	
	}

#wp-calendar a {
	
	}

#wp-calendar caption {
	
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
      }


/*-------------------- widgets---------------------*/
h2.widgettitle{
     }
     
.widget {
     }

/*--------------------Archive--------------------*/

li#archives{
     }

.widget_archives{
     }

/*--recent posts--*/


li#recent-posts{
     }

.widget_recent_entries{
     }



/*--------------------text widget--------------------*/
li.widget_text{
     }

/*--id haengt von der nummer des text widgets ab*/
li#text-4{
     }
div.textwidget{
     }

/*--------------------links blogroll--------------------*/

li#links{
     }

.widget_links{
     }


/*--------------------kategorien--------------------*/

li#categories{
     }

.widget_categories{
     }


/*-------------------body class---------------------*/

 .rtl{}
 . home{}
 . blog{}
 . archive{}
 . date{}
 . search{}
 . paged{}
 . attachment{}
  .error404{}
 . single postid-(id){}
 . attachmentid-(id){}
 . attachment-(mime-type){}
 . author{}
 . author-(user_nicename){}
  .category{}
  .category-(slug){}
  .tag{}
  .tag-(slug){}
  .page{}
  .page-parent{}
  .page-child parent-pageid-(id){}
 . page-template page-template-(template file name){}
  .search-results{}
  .search-no-results{}
  .logged-in{}
  .paged-(page number){}
  .single-paged-(page number){}
  .page-paged-(page number){}
  .category-paged-(page number){}
  .tag-paged-(page number){}
  .date-paged-(page number){}
  .author-paged-(page number){}
  .search-paged-(page number){}


/*---post class----*/
.post {
	clear: both;
}

.post img, .posttitelheader {
	margin-top: 14px;
}

.sticky{}
.page{}
.tag{}
.hentry{}

/*aendert sich je nach kategoriename*/
.category-allgemein{}
.category-dieerste{}
.category-diezweite{}

/*und das gibts auch fuer tags*/
.tag-slug{}


/*------------bilder-------*/
.wp-caption { clear:both;}

.wp-caption img { }

.wp-caption p.wp-caption-text { 
	color:#666;
	font-size: 9px;
	margin: 0;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding: 0;
}


.gallery{ }
    .gallery-item{  }
        .gallery-caption{ }
.attachment{ }
    .attachment img{ }
        div.caption{ }
        .imagenavi .alignright a{ }
         .imagenavi .alignleft a {}   
        .imagenavi .alignright a img,
        .imagenavi .alignleft a img{ }
        
.left{}
.right{}
-center{}
.alignleft{ float:left; border:0; margin-right:14px; }
.alignright{}
.aligncentered{}


/*
DANGEROUS. WERBEAGENTUR GMBH
MARIENBURGER STR. 16
10405 BERLIN
OFFICE@DANGEROUS.DE
*/

div#header {
	margin: 0 auto;
	width:980px;
	height: 220px !important;
	height: 182px;
	background: #4988d7 url(images/header_bg.jpg);
	border: 14px solid white;
	border-top: 24px solid white;
	text-align: left;
}

h1#headline {
	padding: 0;
	padding-top: 20px;
	height:190px;
	margin: 0;
}

h1#headline a {
	display: block;
	width:186px;
	height:142px;
	background: url(images/gbbn_header_titel.gif) no-repeat 0 0;
}


.navigation {
	float:left;
	width:795px;
	text-align: left;
}

.navigation ul {
	margin: 0;
	margin-top:4px;
	padding: 0;
	width:795px;
}

.navigation ul li {
	list-style-type: none;
	display:inline;
	margin: 0;
}

.navigation ul li a {
	text-decoration: none;
	background: white;
	padding:3px 25px 4px 5px;
	height:15px;
	color:#069;
	margin:0;
	margin-left:3px;
}

.navigation ul li a:hover {
	background: #4988d7;
	color:#fff;
}

.headerSearch {
	width:auto;
	background: white;
	position:absolute;
	top:234px;
	margin-left:832px;
	z-index:99px;
}


.headerSearch input {
	border: 0;
	color:#069;
	font-size: 12px;
	width:128px;
}

.headerSearch input[type=text] {
	height:18px;
	padding-left: 10px;
	padding-top: 0px;
}

.headerSearch input[type=submit] {
	background: url(images/suchenlupe.jpg) no-repeat;
	width:24px;
	height:23px;
}

div#container {
	margin: 0 auto;
	width:980px;
	text-align: left;
	background: white;
	padding:14px;
	margin-top: 14px;
	padding-top: 0;
	clear: both;
}

div#container li {
	margin-left: 2em;
}

div.postnavigation {
	text-align: center;
	border-bottom: 1px solid  #009ee2;
	padding: 7px;
}

div.postnavigation a {
	margin:0 7px;
}

div.posttitelheader {
	background: #009ee2 url(images/posttitelheader_bg.gif) right top no-repeat;
	padding: 5px 10px;
	color: white;
	float:right;
	width:691px;
	margin-bottom: 14px;
}

div.posttitelheader h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	padding: 0;
}

div.posttitelheader h2 a {
	color: #FFF;
}

div.posttitelheader h2 a:hover {
	color: #d4edfa;
	
}

div#footer {
	margin: 0 auto;
	width:980px;
	background: white;
	padding:14px;
	color:#4988d7;
	font-size: 10px;
}

hr {
	border:0;
	border-bottom: 1px solid #4988d7;
}

.oa {
	display: none;
}

.noflo {
	clear:both; 
	display:block; 
	width:1px;
	height:1px;	
}

#facebook {
	width:205px;
	height:20px;
	position:absolute;
	z-index:99px;
	margin-left:782px;
	margin-top:-8px;
	background: #fff;
	padding-left: 5px;
	padding-bottom: 3px;
	float:left;
}
