html{
}

body{
background:#dee8f8;
     font-family:'Verdana'; font-size:10px;
text-align:center;margin-left:auto; margin-right:auto;
}
.mycenter{ width:1030px; margin: 0px auto 0px auto;}
#content{
	font-size:1.1em;
	width:550px;
        background:white;  
        margin: auto; clear:both;
        text-align:left;
        overflow:hidden;
        display:inline-block;
}
.outofbounds{position:absolute; left:-9999em;}
.navigation{
	margin-bottom:10px;
	padding:5px;
	text-align:center;
}
ul{
	list-style-type:none;
}
/*--------------------Layout Struktur--------------------*/

.headerleft {float:left;width:220px; border:none;display: inline-block;clear:both;}
.headerright {float:left;width:200px; border:none;display: inline-block;clear:both;}
#footerleft { float:left;width:200px; border:none;display: inline-block;clear:both;}

#left { float:left; width:220px;  display: inline-block;}
#right { float:left; width:200px; border:3px solid #dee8f8; margin:0px; padding:0px; margin:0 0px; display: inline-block;} 
#middle { margin:auto; line-height:16px;  font-size:11px;  float:left;width:600px;background:white;text-align:center;}
#footer { width:980px; margin-top:20px; text-align:center; padding:10px; display: inline-block;}
#middlefooter {
        float:left;     
}
/*--------------------3 Pixel Bug IE--------------------*/
* html #middle{
margin-left: 3px;
}

* html .headerleft{margin-left: -2px;
}

/*--------------------textgestaltung--------------------*/

p{
     }

h4,h5,h6{
	font-family: Trebuchet MS, Comic Sans MS, Verdana, Arial, Helvetica,
		sans-serif;
	font-size: 1.2em;
	color: #FF7D0F;
     }
h6{
font-family: Comic Sans MS,Kristen ITC,Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
font-weight:bold;
color:black;
margin:0;
     }
h1, h2, h3{
	font-family:  Comic Sans MS,Verdana, Arial, Helvetica, sans-serif,Kristen ITC;
	font-weight:normal;
        color:#dee8f8;
	margin:0;
}
h1{
font-family: Trebuchet MS, Comic Sans MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:1.6em;
  color:#FF7D0F;
}
a{  color:gray;}

li{};

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	
	}

blockquote {
	
	}

blockquote cite {
	
	}



hr {
	}

* html .clearfix {height: 1%;}

#header {
	background: #dee8f8 url(./images/blog_header.jpg) no-repeat;
	background-position: center;
	height: 160px;
	width: 600px;
	text-align: center;
	float: left;
display:inline-block;
}
#header h1{color: #dee8f8;}

/*************************************
 +Nav
 *************************************/
.homelink {
	display: inline-block;
	background-image: url(./images/button_home_cloud.png);
	width: 130px;
	height: 68px
}

.homelink a:hover {
	background-image: url(./images/button_home_cloud_over.png);
	width: 130px;
	height: 68px;
background-position: -260px 0;
}

.shoplink {
	display: inline-block;
	background-image: url(./images/button_shop_cloud.png);
	width: 130px;
	height: 68px;
}
.shoplink:hover {
	background-image: url(./images/button_shop_cloud_over.png);
	width: 130px;
	height: 68px;
background-position: -260px 0;
}


.bloglink:hover {
	background-image: url(./images/button_blog_cloud_over.png);
	width: 130px;
	height: 68px;
background-position: -260px 0;
}

.bloglink {
	display: inline-block;
	background-image: url(./images/button_blog_cloud.png);
	width: 130px;
	height: 68px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#nav {
	background: white;
	border-top: none;	
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	font-weight: bold;
	float: right;
	letter-spacing: 1px;
	margin-bottom: 2px;
	margin-right: 10px;
	padding: 2px 5px;
	font-size: 10px;
background:#dee8f8;
}

#nav ul li a {
	color: black;
	font-family:  Arial,Verdana, Helvetica, sans-serif;
}

#nav ul li a:hover {
	color: Navy;
}

/*--------------------linkgestaltung--------------------*/
a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:link :focus {
	text-decoration: none;
}

a:link :hover,a:visited :hover {
	text-decoration: none;
}

a:link :active,a:visited :active {
	text-decoration: none;
}

/*************************************

 +Entry

 *************************************/
.entry {
margin-top: 10px;
	margin-bottom: 15px;
	padding: 5px 5px;
	font-size: 0.9em;
text-align:left;
}

.entrymeta {
	font-size: 0.9em;
	color: #999;
}

.entrymeta a {
	color: #999;
}

.entrymeta a:hover {
	color: #255;
}

.entrytitle h2 {
	font-family: Trebuchet MS, Comic Sans MS, Verdana, Arial, Helvetica,
		sans-serif;
	font-size: 1.6em;
	color: #FF7D0F;
}

.entrytitle h2 a {
	color: #FF7D0F;
}

.entrytitle h2 a:hover {
	color: Navy;
}

.entrytitle h3 {
	color: #6F6F6F;
	font-size: 1.8em;
}

.postedby {
	
}

.filedto {
	background: url("./images/file.gif") no-repeat 0 2px;
	padding-left: 15px;
}

.commentslink {
	background: url("./images/comments.gif") no-repeat 0 3px;
	padding-left: 15px;
}

div.hr { /*color:#F5F5F5;*/
	height: 15px;
	background: #fff url(./images/zickzack.png) repeat-x center;
	border: none;
margin-top:10px;
}
div.hr hr
{
display:none;
}

/*************************************
 Sidebar
 *************************************/
#sidebar{
	background:#484848  url(./images/sidebar.png) repeat-x;
	border:5px solid #ddd;
	color:#eee;
	float:left;
	padding:10px;
	width:595px;
        text-align:center;
}
#sidebar a{
        color:#b3cFc1;
}
#sidebar a:hover{
        color:#eda;
}
#sidebar h3{
	color:#aaa;
	font-size:15px;
	font-weight:bold;
	margin:10px 0;

}
#sidebar h2{
        font-family: Kristen ITC, Comic Sans MS,Verdana, Arial, Helvetica, sans-serif;
        font-weight:bold;
        font-size:15px;
}

#sidebar ul li{
	border-bottom:1px dotted #414141;
	margin-bottom:3px;
	padding:3px;
        font-size:11px;
}
#sidebar .sec-a {
	float: left;
	width: 200px;
	padding: 0 10px;
	list-style-type: none;
}
#sidebar .sec-b{
	float:right;
	width:200px;
	padding:0 10px;
        list-style-type:none;
}

#suche{
font-family: Comic Sans MS,Kristen ITC,Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
font-weight:bold;
}
#tagcloud{
font-family: Comic Sans MS,Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}
#tagcloud a{
color:black;
}

#tagcloud a:hover{
color:#FF7D0F;
}
#comment{
border:5px solid #ddd;
margin:0px 0px;
	padding:0px;
}

* { _behavior: url(/js/iepngfix.htc); }   



.headertable{
       margin:0px;
margin-top:0px;
       padding:0px;
       border:none;
}

.rssicon{
	background: url(./images/feed.png) no-repeat;
display:block;
}
.commenticon{
	background: url(./images/comment.png) no-repeat;
display:block;
}
.editicon{
	background: url(./images/edit.gif) no-repeat;
display:block;
}

/** spreadshirt IDs and Styles **/
#spreadshirt_wrapper {
list-style-type: none;
width: 180px;
padding: 0px 0px 10px 10px;
}
#spreadshirt_wrapper a {
float: left;
display:inline;
}
#spreadshirt_wrapper img {
float: left;
margin: 0 5px 5px 0;
display:block;
border: 1pt solid black;
}
#spreadshirt_wrapper br {
margin: 0 5px 5px 0;
width: 10px;
}
#spreadshirt_wrapper_link {
margin-bottom: 10px;
}

