
body {
	margin:0px;
	padding:0px;
/*	background:#efefef;*/
	color:#000;
	font-size: 62.5%; /* Resets 1em to 10px */

	font-family: Helvetica, Arial,  Tahoma, sans-serif;
	text-align:center;

	background-image: url(http://schnellebuntebilder.de/wp-content/themes/sebl/bg_light.gif) ;
	background-repeat:repeat-x
}

a { 
	color:#000;
	text-decoration:none;
}

a:hover {
	background:#ccc;
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	color:#000;
	text-align:left;
}




h1 {font:Bold 20px 'Arial Black', Helvetica, Tahoma, sans-serif;}
h2 {font: 12px Helvetica, Arial, Tahoma, sans-serif; }

h3 {
	font-family:Verdana;
	font-size:10px;
	line-height:15px;
	}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}


img {
	border:0;
}

input {
	font-size:1.2em;
}

input[type=text], textarea{
	background:#fff;
	border:1px solid #000;
}
input[type=submit] {
	background:#eee;
	border:1px outset #aaa;
}

textarea {
	font-size:12px;
}

pre {
	font-size:12px;
	overflow:auto;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}

/* Layout */
#page {
	width:1000px;
	/*margin-left:50px;*/
	margin-left:auto;
	margin-right:auto;
	/*padding-left:20px;*/
	padding-right:20px;
	height:100%;
	text-align:left;
	/*background:#fff;*/
	background:transparent;	
	

	
	
}

#wrapper {
	float:left;
	/*margin-top:110px;*/
	/*width:100%;*/
	width:990px;
	padding-left:30px;
	/*background:#fff;*/
	background:transparent;	
}

#content{
	width:100%;
	padding-top:20px;
	/*margin-bottom:50px;*/
}

/* Header */



#header {
	position:relative;
	/*left:30px; top:0px; width:960px; height:100px;*/
	left:0px; top:0px; width:960px; height:51px;
	/*margin:0;*/
	margin:0 0 10px 0;	
	padding:20px 0 0 30px ;
	background:transparent;	
	/*background-color:#fff;*/
	
}

#hair {
	/*float:right;*/
	height:1px;
	width:960px;
	background:#000;
	margin-bottom:30px;
}

#headerbg{
	position:absolute;
	top:0px;
	width:100%;
	height:12px;
	/*background:#000;*/
}

#headertitle {
	float:left;
	position:absolute;
	padding-top:3px;
	
}

#headertitle a {
	float:left;
	margin:0;
	background:transparent;
	color:#000;
	font-size:12px;
	
	font-weight:bold;
}
#headertitle a:hover {
	color: #000;
	text-decoration:none;
}

#headertitle #description {
	font-weight:normal;
	padding-left:330px;
	font-size:12px;
	color:#000;
}

#headertitle #description a {
	font-weight:normal;
	color:#000;
	background:transparent;
	text-decoration:none;
}

#headertitle #description a:hover {
	font-weight:normal;
	color:#000;
	background:transparent;
	text-decoration:none;
}



#about {
	float:left;
	padding:3px 5px 0px 660px;
	font-size:12px;
	
	
}

#about a{
	color: #000;
}

#about a:hover{
	background:transparent;
	color: #000;
}

.search {
	float:right;
	/*padding:13px 0 0 0;*/
}
.search form {
	margin:0;
	padding:0;
}
.search input {
	/*vertical-align:center;*/
	display:inline;
	width:218px;
	margin:0;
	padding:2px 5px;
	background:#fff;
	color:#000;
	font-family:Verdana;
	font-size:10px;
	line-height:15px;
}


/* Top navigation */
#navbar {
	
	border-top:0.1em solid #555;
	border-bottom:0.1em solid #555;
	background:#165279;
	height: 2.3em;
	margin: 0px;
	padding: 0px ;
}
	
#nav {
	margin:0 5%;
	padding: 0;
	list-style: none;
	}
	
#nav ul {
	padding:0.1em 0 0 0;
	margin:0;
	list-style: none;
	background:transparent;
	}

#nav a {
	color:#c6c8c9;
	display: block;
    font-weight: bold;
	padding: 0.5em;
	}
	
#nav a:hover {
	background: #237ab2;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0.5em;
}

#nav li {
	float: left;
	margin: 0;
	text-transform:uppercase;
	padding: 0 2em 0 0;
}
	
#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 14em;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #165279;
	color: #c6c8c9;
	width: 14em;
	float: none;
	margin: 0;
	padding: 0.5em ;
	border-bottom: 1px solid #aaa;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #237ab2;
	color: #fff;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}


/* Sidebar */

#sidebar{
	float:right;
	margin:3px -225px 0 0;
	/*padding:2px 5px;*/
	font-family:Verdana;
	font-size:10px;
	line-height:15px;
	list-style: none;
}

#sidebar a {
	color:#ccc;
	float:left;
	/*list-style: none;*/
}
#sidebar a:hover{
	background:#fff;
	color:#000;
	float:left;
	list-style: none;
}

#sidebar li {
	float:left;
	margin-left:5px;
	list-style: none;
}

#sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
	font-size:1.1em;
}
#sidebar ul ul {
	font-size:1em;
}

#sidebar ul li {
	margin:0 0 2em 0.6em;
}

#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar li li {
	margin:0.1em 0;
	list-style: none;
}

#sidebar li li li {
	padding-left:10px;
}

#sidebar ul h2 {
	margin:0;
	padding:0;
	color:#4588c4;
	font-size:1.2em;
	text-transform:uppercase;
}


/* Footer */
#footer {
	float:left;
	height:80px;
	width:960px;
	padding:10px 0 0 0;
	border-top:0.2em solid #555;
	clear:both;
}


#footer a {
	color:#000;
	background:#ccc;
}



.post {
	width:960px;
	/*margin:20px 0 0 0;	*/
}

.abstand {
	float:left;
	height:1px;
	width:960px;
	background:#000;
}

.abstand2 {
	float:left;
	height:1px;
	margin:30px 0;
	width:960px;
	background:#000;
}

.thumb{
	float:left;
	display:block;
	width:300px;
	height:306px;
	margin:0 30px 40px 0;
	/*font-size:1.2em;*/
	font-size:12px;
	line-height:15px;
	
}


.thumb img {
	margin-bottom:3px;	
	/*background-color:#f00;*/
	/*border-top:1px solid #000;*/
}

.thumb p{
	float:left;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	padding:0;
	
}




/*.dot{
	float:left;
	font:'Arial Black';
	font-size:24px;
	margin-right:3px;
}*/

.post .thumb a, .post .thumb a:hover{
	color:#000;
	background:transparent;
}

.post a { 
	color:#fff;
	background:#000;
	text-decoration:none;
}
.postentry {
	padding-top:16px;
}
.postentry a {	
	color:#fff;
	background:#000;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration:none;
}

.postentry a:hover {
	background:#444;
	text-decoration:none;
}

#titel{
	width:960px;
	height:30px;
}


.posttitle, .posttitle a {
	margin-bottom:2px;
	float:left;
	background:#fff;
	color:#000;
	
	
}

.datum {
	float: right;
	
}

/*.tags {
	float:right;
	padding-right:3px;
	color:#00ff00;	
}*/

.post img {
	margin-bottom:10px;
}
	
.post p, .post ol li, .post ul li{
	font-family:Verdana;
	margin-top:0;
	font-size:10px;
	line-height:18px;
	
}
.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}



.postmetadata {
	clear:both;
	margin-bottom:2em ;
	font-size:1.1em;
	color:#888;
	text-align:justify;
}
.postmetadata a{
	color:#000;
	background:#fff;
}

div.navigation {
	width:960px;
	font-size:1.1em;
	margin-top:20px;
	padding-bottom:1px;
}

.postentry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.postentry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.postentry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

/* Comments */

#comments {
	font-size:1.2em;
}

.commentlist {
	margin:20px 0;
	padding:0;
	border-width:0 0.1em 0.1em 0;
	border-color:#eee;
	border-style:solid;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	border-width:0.1em 0 0 0.1em;
	border-color:#eee;
	border-style:solid;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.9em;
}

/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#aaa;
	text-align:left;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 20px 5px 30px 0;
}

.alignmid, alignmid a {
	float:right;
	margin: 20px auto 30px auto;
	padding-right:360px;
	
}


.alignright {
   float: right;
   margin: 20px 0px 30px 5px;
}



.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.right {
float: right;
margin:10px 0 0 10px;
}
.left {
float: left;
margin:0 10px 10px 0;
}

.leftpad {
float: left;
margin:0 30px 20px 0;
}

.endpost {
	float:right;
	width:100%;
	height:10px;
}

.pokal {
	float: left;

}
