/* XXXXX Allgemein XXXXX*/
p {
		padding: 0 0 2em 0;
	}

/* color for links inside the first content box */
a {
		background: url(images/bg_a.gif) repeat-x bottom;
		text-decoration: none;
		color: #ffffff;
}

/* color for hovered-links inside the first content box */
a:hover {
		background: #000000
		color: #99ccff;
	}

/*footer*/
#footer h2 {
		padding: 0 0 0.2em 0;
		color:#ffffff;
		font-size: 1.5em;
	}
#footer_right a {
		color: #ffffff;
	}
#footer_right a:hover {
		color: #ffffff;
		background: #4D6C8B;
	}
#footer_left ul li, #footer_middle ul li {
		list-style: none;
	}
#footer_left ul li a, #footer_middle ul li a {
		display: block;
		text-decoration: none;
		color: #fff;
		width: auto;
		padding: 2px 2px 2px 10px;
		background: #99ccff url(images/bg_navi_both.jpg) repeat-x;
		margin: 0% 10% 1px 0;
		border: 1px solid #4D6C8B;
		border-top: 1px solid #99ccff;
	}
#footer_left ul li a:hover, #footer_middle ul li a:hover {
		background: #282834 url(images/bg_navi_both.jpg) repeat-x 0 -72px;
	}

/*Navi*/

#navi ul {
		list-style: none;
	}
#navi ul li {
		display: inline;
		width: auto;
		float:left;
		height: 100px;
	}
#navi ul li a {
		display: block;
		text-decoration: none;
		background: none;
		color: #181818;
		width: auto;
		height: 49px;
		border-right: 1px solid #99ccff;
		padding: 10px;
	}
#navi ul li a:hover {
		background: url(images/bg_navi_both.jpg) repeat-x 0 -71px; 
		color: #fff;
	}
#navi ul li.current-cat a {
		display: block;
		text-decoration: none;
		color: #fff;
		width: auto;
		height: 49px;
		border-right: 1px solid #99ccff;
		padding: 10px;
		background: url(images/bg_navi_both.jpg) repeat-x 0 -71px; 
		}


/*header*/

/* what is this?? */
#header h2 {
		color: #ffffff;
		font-size: 4.4em;
		padding: 25px 0px 20px 40px;
		font-weight:normal;
		}
#header h2 a {
		color: #ffffff;
		font-size: 2em;
		font-weight:normal;
		}
#header h2 a:hover {
		color: #99ccff;
		font-size: 2em;
		font-weight:normal;
		background:none
		}
#header h2 span {
		color: #fff777;
		font-size: 0.4em;
		}
#search .xsearch{
		background:#23232D;
		color: #fff;
		border-bottom: 1px solid #4A4A56;
		border-right: 1px solid #4A4A56;
		padding: 2px 0 0px 0;;
		margin: 0px 0 2px 0;
		height: 20px;
}
#search .submit{
		color: #181818;
		background: none;
		cursor: pointer;
		padding: 0 28px 0 0;
		width: 50px;
		height: 18px;
}
#box ul {
		list-style: none;
}
#box ul li a{
		color: #181818;
		background: none;
		font-size: 1em;
}



/*left*/
.post_info h1 {
		font-size: 2.8em;
		color: #99ccff;
		}
.post_info h2 {
		font-size: 2.2em;
		color: #99ccff;
		}
.post_info h3 {
		font-size: 1.8em;
		color: #99ccff;
		}
.post_info h4 {
		font-size: 1.5em;
		color: #99ccff;
		}
.post_info h5 {
		font-size: 1.5em;
		color: #99ccff;
		}
pre, pre p {
        width: auto;
		overflow: scroll;
		font-family: "Courier New", Courier, monospace, Trebuchet;
		background:#99ccff;
 }
code {
		width: auto;
		font-family: "Courier New", Courier, monospace, Trebuchet;
		background:#99ccff;
}
blockquote {
		padding: 20px;
		color: #ffffff;
		background:#000000;
		margin: 1em 20px 1em 20px;
		border: 1px solid #4D6C8B;
		border-left: 10px solid #4D6C8B;
}
.post_date{
		float: right;
		width: 25px;
		height: 29px;
		text-align: right;
		padding: 2px;
		border: 1px solid #4D6C8B;
		margin: 0 1px 5px 20px;
}
.date_post{
		background: #4D6C8B;
		color: #fff;
		text-align: center;
		width: auto;
}
.month_post{
		color: #99ccff;
		text-align: center;
		width: auto;
}
#comments{
		padding-bottom: 1em;
}
#author,#email,#url{
		background: #DDD3D0;
		border-top: 1px solid #C4BBB9;
		border-left: 1px solid #C4BBB9;
		border-bottom: 1px solid #EBE0DD;
		border-right: 1px solid #EBE0DD;
		margin: 4px 0 0 0;
}
#comment{
		background: #DDD3D0;
		border-top: 1px solid #C4BBB9;
		border-left: 1px solid #C4BBB9;
		border-bottom: 1px solid #EBE0DD;
		border-right: 1px solid #EBE0DD;
		margin: 1em 0 1em 0;
	}
.commentlist cite a{
		font-size: 1.3em;
		color: #181818;
		text-decoration: none;
		font-style: normal;
}
.commentlist p{
		color: #181818;
}

.post_info ol,.post_info ul {
		margin-left: 5px;
}
.post_info ol li,.post_info ul li {
		padding: 0 0 0 5px;
}

.commentlist{
		margin-left: 10px;
}
.commentlist li{
		color: #181818;
		font-size: 1.3em;
		margin: 0 0px 2px 0;
		background: #DDD3D0;
		border-top: 1px solid #EBE0DD;
		border-left: 1px solid #EBE0DD; 
		border-bottom: 1px solid #C4BBB9;
		border-right: 1px solid #C4BBB9;
		padding: 2px;
}
ol li small,ol li small a,commentmetadata a{
		color: #ffffff;
		text-decoration: none;
}
#respond{
		padding-top: 1.3em;
}
#submit:hover{
		height: 20px;
		background: #282834 url(images/bg_navi_both.jpg) repeat-x 0 -72px;
		color: #fff;
		cursor: pointer;
}
#submit{
		height: 20px;
		background: #99ccff url(images/bg_navi_both.jpg) repeat-x;;
		color: #fff;
		border: 1px solid #74935A;
		border-top: 1px solid #99ccff;
}
.post_info a {
		width: auto;
		text-align: right;
		color: #99ccff;
		background: url(images/a_under.gif) repeat-x bottom;
		text-decoration: none;
		font-size: 1em;
		margin: 1em 0 0 0;
}
.post_info a:hover {
		width: auto;
		text-align: right;
		color: #ffffff;
		background: #000000;
		text-decoration: none;
		font-size: 1em;
	}
.post_title h1 a{
		text-decoration: none;
		font-size: 2em;
		color: #99ccff;
	}
.post_title h1 a:hover{
		text-decoration: none;
		font-size: 2em;
		color: #fff;
	}
.trenner {
		height: 70px;
	}
.post_info {
		padding: 15px;
		background: #000000;
		border-top: 1px solid #99ccff;
		border-left: 0px solid #99ccff;
		border-bottom: 0px solid #4D6C8B;
		border-right: 0px solid #4D6C8B;
		}
.post_subinfo {
		width: auto;
		text-align: right;
}
.post_subinfo a {
		width: auto;
		text-align: right;
		color: #ffffff;
		background: url(images/a_under.gif) repeat-x bottom;
		text-decoration: none;
		font-size: 1em;
}
.post_subinfo a:hover {
		width: auto;
		text-align: right;
		color: #99ccff;
		background: #000000;
		text-decoration: none;
		font-size: 1em;
	}
.author {
		font-size: 0.8em;
}
.incat {
		font-size: 0.8em;
}
.submit_com {
		background: url(images/comment.gif) no-repeat right 2px; 
		padding: 0 20px 0 0;
		height: 30px
}
.post_meta_tag {
		padding: 0 0 0.8em 0;
		}

/*right*/
#right h2 {
		padding: 1em 0 0.2em 0;
		color:#ffffff;
		font-size: 1.5em;
}
#right ul {
		list-style: none;
	}
#right ul li {
		width: auto;
	}
#right ul li a {
		display: block;
		text-decoration: none;
		color: #fff;
		width: auto;
		padding: 2px 2px 2px 10px;
		background: #99ccff
		margin: 0 0 1px 0;
		border: 0px solid #4D6C8B;
		border-top: 0px solid #99ccff;
		width: 90%;
	}
#right ul li a:hover {
		background: #282834 url(images/bg_navi_both.jpg) repeat-x 0 -72px;
	}
#wp-calendar {
		margin: 0 auto 1em auto;
		color: #fff;
	}
#wp-calendar caption {
		padding: 2em 0 0 0;
	}
#wp-calendar #today{
		background: #313140;
		color: #fff;
}
#wp-calendar{
		text-align: center;
		
}
#wp-calendar td{
		background: #87AB6D url(images/bg_navi_both.jpg) repeat-x;;
		padding: 2px;
		margin: 0px 1px 1px 0px;
		color: #fff;
		border-top: 1px solid #99C178;
		border-left: 1px solid #99C178;
		border-bottom: 1px solid #73915B;
		border-right: 1px solid #73915B;
}
#wp-calendar td a{
		text-decoration: none;
		color: #fff;
}




/*XXXXX Stuff XXXXX*/
.aligncenter, div.aligncenter {
   		display: block;
   		margin-left: auto;
   		margin-right: auto;
}

.alignleft {
   		float: center;
}

.alignright {
   		float: right;
}
.tip {
		color: #fff;
		width: 200px;
		z-index: 13000;
        
}
.tip-title {
		font-weight: bold;
		font-size: 10px;
		margin: 0;
		padding: 8px 8px 4px;
    	background: url(images/bubble.png) top left no-repeat;
    	overflow: hidden;
	}
.tip-text {
		font-size: 10px;
		padding: 4px 8px 8px;
		background: url(images/bubble.png) bottom left no-repeat;
    	overflow: hidden;
}	



/*XXXXX Layout XXXXX*/
<!-- to bring back sidebar, set the .left width to 0%-->
<!-- to bring back sidebar, set the .right width to 96%-->
<!-- to bring back sidebar, set the #right width to 180px-->
	.left{
		float: center;
		width: 100%;
		padding: 0em 0 1em 0;
		}
<!--	.right{
		float: right;
		width: 0%;
		padding: 0em 0 1em 0;
		}
-->
	.single {
	 	clear: both;
		width: auto;
		padding: 0em 0 1em 0;
		}
	#wrapper {
		width: auto;
		color: #000000;
		padding: 0 0 20px 0;
	}	
	#header {
		width: auto;
		height: auto;
		margin: 0 0 0 0;
		position: relative;
	}
	#navi{
		width:auto;
		height: 69px;
		background: url(images/bg_navi_both.jpg) repeat-x;
		border-top: 0px solid #99ccff;
		padding: 0 0 0 0;
		} 
	#box {
		position:absolute;
		width: 220px;
		height: 95px;
		right: 0px;
		top: 209px;
		color: #4D6C8B;
		}
	#main {
		background: #000000;
		padding: 0 0 0 0;
		}
	#left {
		float: center;
		width: 100%;
		margin: 0 0 0 0;
		background: #fff;
	}
	#left_bottom {
		background: #000000;
		padding: 40px;
		width: auto;
		color: #ffffff;
		}
<!--
	#right {
		float: right;
		width: 0px;
		margin: 0;
		background: #4D6C8B;
		padding: 0 0 5px 0;
	}
-->	
	#footer {
		background: #000000;
		width: auto;
		color: #fff;
		padding: 20px 40px 20px 40px;
		border-top: 0px solid #4D6C8B;
		border-bottom: 0px solid #99ccff;
		margin: 0 0 20px 0;
	}
	#footer_left{
		float: left;
		width: 160px;
		padding: 0 20px 0 0px;
	}
	#footer_right{
		float: right;
		width: 23%;
		text-align: left;
		padding: 0 0 20px 0px;
	}
	#footer_middle{
		float: left;
		width: 160px;
		padding: 0 20px 0 0px;
		text-align: left;
	}
	
	body{
		background: #000000;
	}
	
	
	
	
/*XXXXX Globals XXXXX*/
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.clearfix {
		display: inline-block;

	}
/* Hides from IE-mac \*/
	* html .clearfix {
		height: 1%;
	}

	.clearfix {
		display: block;
	}
/* End hide from IE-mac */

	* {
		padding: 0px;
		margin: 0px;
		border: 0;
		font-family: Geneva, Arial, Helvetica, sans-serif, Trebuchet;
		font-size: 13px;
	}
	html,
	body	{
		font-size: 100.01%;
		}