/*
Theme Name: leeres Theme
Theme URI:
Description: leeres Wordpress Theme
Version: 1.0
Author: Martin Unverdorben
Author URI: http://www.weblogs-und-wikis.de


 */

html{
     }

body{
	margin:0px;
	padding:0px;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 13px;
	color:#333333;
	line-height:135%;
     }

#main {
	position:absolute;
	width:940px;
	left:50%;
	margin-left:-470px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#FFFFFF;
	min-height:100%;
}

#wrap {
	width: 940px;
	overflow: hidden;
	position:relative;
	margin: 0px auto;
	float:left;
}

img {
	border:none;
	}

#header {
	width:940px;
	float:left;
	margin: 0 0 0px 0;
	}

#menu{
	margin:0 auto;
	padding:25px 0 0 0;
    background:#fff;
    float:left;
    width:585px;
    color:#000000;
    height:30px;
}

#menu li {
	float:left;
	font-size:14px;
	padding-right:35px;
}

#menu li a {
	float:left;
	font-size:14px;
	text-decoration:none;
}

#menu li a:hover {
	float:left;
	font-size:14px;
	color:#04A7CF;
	text-decoration:none;
}

.search {
        float:left;
        width: 355px;
        background-color:#FFFFFF;
}

.content {
	width:528px;
	float:left;
	padding-right:40px;
	padding-left:20px;
	}

.ueberschrift {
	font-size:16px;
	font-weight:bold;
	color:#04A7CF;
	text-decoration:none;
	}

.ueberschrift:hover {
	font-size:16px;
	font-weight:bold;
	color:#04A7CF;
	text-decoration:underline;
	font-family: Tahoma,Arial,sans-serif;
	}

.beitrag {
	margin-bottom:50px;
	}

.trackbacks {
	width:513px;
	background-color:#F2F2F2;
	float:left;
	padding:15px 0px 15px 15px;
	margin-bottom:30px;
}

.similar_article {
	width:513px;
	background-color:#F2F2F2;
	float:none;
	padding:15px 0px 15px 15px;
	margin-bottom:30px;
}

.sidebar {
	float:left;
	width:351px;
	}

.sidebar_bg {
	float:left;
	width:321px;
	background-color:#F2F2F2;
	padding: 15px;
	margin-bottom:20px;
	}

.sidebar_bg_nav {
	float:left;
	width:361px;
	background-color:#F2F2F2;
	padding: 0px;
	margin-bottom:20px;
	}

* html .sidebar_bg_nav {
	float:left;
	width:351px;
	background-color:#F2F2F2;
	padding: 0px;
	margin-bottom:20px;
	}

.sidebar_bg_nav ul {
	list-style-type:none;
	padding: 0px;
	margin: 10px 10px 0 10px;
	}

.sidebar_bg_nav li {
	padding: 1px 0 20px 20px;
	margin-bottom:0px;
	background-image:url(images/bg_liste.jpg);
	background-repeat:no-repeat;
	background-position:4px 0px;
}

.sidebar_bg_nav li a {
	font-size:14px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.sidebar_bg_nav li a:hover {
	text-decoration:underline;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}

.trenner {
	margin: 10px 0 10px 0;
	}

.durchgestrichen {
	text-decoration: line-through;
}

.footer {
	width:940px;
	float:left;
	margin: 0px 0 50px 0;
	padding:0px;

}

.footer_content {
	padding:20px;
	background-color:#F2F2F2;
	width:550px;
	padding:20px;
	float:left;
	}

.footer_sidebar {
	float:left;
	width:310px;
	padding:20px;
	background-color:#CCCCCC;
	height:90px;
}

.footer_sidebar h2{
	margin: -10px 0px 0px 0px;
}

.footer_sidebar p {
	margin: 10px 10px 0px 0px;
}

.suche {
	width: 303px;
	float:left;
	border: 1px solid #2689C2;
	margin-top:5px;
	margin-left:24px;
}

.suchbutton {
	background-image:url(images/suchbutton.jpg);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	margin-left:4px;
	margin-top:5px;
	float:left;
	background-color:none;
	border:0px;
	border:none;
}

p.breadcrumb {
	margin-top: -20px;
	margin-bottom: 20px;
	padding: 0 0 5px 20px;
	border-bottom: 1px solid #CCCCCC;
}

/*--------------------textgestaltung--------------------*/

p{
     }

h1,h4,h5,h6{
     }

h2 {
	font-size:16px;
	text-decoration:none;
	color:#04A7CF;
	font-weight:bold;
	}

h2 a {
	font-size:16px;
	text-decoration:none;
	color:#04A7CF;
	font-weight:bold;
	}

h2 a:hover {
	font-size:16px;
	text-decoration:underline;
	color:#04A7CF;
	font-weight:bold;
	}

h3 {
	margin:0px;
	padding:0px;
}

h3 a {
	font-size:14px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

h3 a:hover {
	font-size:14px;
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {

	}

blockquote {

	}

blockquote cite {

	}



hr {
	border: 1px solid #CCCCCC;
	height:1px;
	}





dl{
     }
     dt{
          }
          dd{
          }

ul{
	list-style-type:none;
	padding-left: 0px;
	margin-left: 0px;
	
     }
ol{
     }
     li{
          }

    ul ul{
         }

blockquote{
     }
     blockquote p{
          }

code{
     }

pre{
     }

b, strong,i,em {
     }

img{
     }

address {
     }

.autor {
	font-size:10px;
	margin:0px;
	padding:0px;
	}

/*--------------------linkgestaltung--------------------*/


a {
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#333333;
     }

a:hover {
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color:#333333;
     }

a:link {
     }
a:visited {
     }
a:link:focus{
     }
a:link:hover,
a:visited:hover {
    }
a:link:active,
a:visited:active {
     }

/*--------------------bilder als links--------------------*/
a img{
     }
a:link img {
     }
a:visited img {
     }
a:link:active img,
a:visited:active img {
      }

/*--------------------smilies im text--------------------*/

body img.wp-smiley{
     }



/*--------------------der weiterlesen link--------------------*/

.more-link{
     }

/*--------------------die seiten wenn es mehrere gibt--------------------*/
p.serif{
     }

/*--------------------suche--------------------*/

#searchform{
     }

input#s{
     }

input#searchsubmit{
     }




/*--------------------Kommentare--------------------*/
.alt {

	}

.commentlist {

	}


.nocomments {

	}
	/*Comments Children*/

.children {
	
}

	
.div-comment-number {
	margin-right:5px;
}

.commentlist li {
	border-collapse: collapse;
	background-color:#F2F2F2;
	float:none;
	margin: 10px -1px 30px 10px;
	padding: 5px 0 15px 5px;
	border: 1px solid #ccc;
	/*border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	}

.commentlist li.depth-1 {
	padding:15px 10px 15px 15px;
	border: none;
}

.commentlist li.depth-2 {
	background: #F8F8F8;
}

.commentlist li.depth-3 {
	background: #F2F2F2;
}

.commentlist li.depth-4 {
	background: #F8F8F8;
}

.commentlist li.depth-5 {
	background: #F2F2F2;
}



.commentlist cite,
.commentlist cite a {

	}

.commentlist p {

	}

#commentform p {

	}

.commentmetadata {

	}

#commentform input {
	}

#commentform textarea {
	 border: 1px solid #CCCCCC;
	 background-color:#F2F2F2;
	}

#commentform #submit {
	 background-color: #FFFFFF;
	 border:none;
	 background-image:url(images/bg_abschicken.jpg);
	 background-repeat:no-repeat;
	 background-position:0px 4px;
	 padding-left: 18px;
	 height: 30px;
	 cursor:pointer;
	}

/*--------------------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{
     }

/*-----------------pagebar-------------------*/
.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

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

.pagebar .this-page {
	border: 1px solid #2E6AB1;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #2E6AB1;
	color: #fff;
}

.pagebar a:hover {
	border-color: #2E6AB1;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}
/*-----------------aehnliche Artikel-------------------*/
.st-related-posts {
padding: 5px;
}

a.biglisterledigt{
	text-decoration:line-through;
}

.blogroll li a {
	text-decoration:line-through;
}