* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: normal 100.1% Arial, Sans-Serif;
	background: white url('img/bg.png') repeat-x;
	color: black;
}

a {
	color: black;
	text-decoration: none;
}
a:focus {
	outline: none;
}


h1{
	position:absolute;
	top: 24px;
	left:834px;
	height:37px;
	width: 119px;
	text-indent: -999em;
	background: transparent url('img/logo2.gif') no-repeat;
}


.clear{
	clear:both;
}

/* Container */

#container{
	height: 100%;
	margin:0;
	padding: 0;
	background: transparent url('img/bg_y.gif') repeat-y;
}

/* Navi */

#navi{
}
	#navi ul{
		padding-top: 34px;
		list-style-type:none;
	}
	#navi li{
		float:left;
	}
	#navi a{
		padding:2px 13px 1px 13px;
		text-decoration:none;
		color:black;
	}
	
		#navi .page-item-2{
			font-size:12px;
		}	
		#navi .page-item-2 a{
			display:block;
			margin:-6px 0 0 0;
			padding:8px 0 0 53px;
			width:49px;
			height:25px;
			background: transparent url('img/haus.png') no-repeat;
		}
		#navi  a:hover{
			background: transparent url('img/home.png') no-repeat;
		}
		
		#navi .current_page_item a{
			display:block;
			margin:-6px 0 0 0;
			padding:8px 8px 0 53px;
			width:49px;
			height:25px;
			background: transparent url('img/home.png') no-repeat;
			cursor:crosshair;
		}

		
		#navi .prdes a:hover{
			color: #009ee0;
			background:black;
		}
		
		#navi .scrdes a:hover{
			color: #ff0099;
			background:black;
		}
		
		#navi .page-item-10 a:hover{
			color: yellow;
			background:black;
		}		
		#navi .page-item-5 a:hover{
			color: white;
			background:black;
		}


/* Language */	

#qtrans_widget {
	clear:both;	
	position:relative;
	top:-60px;
	height: 16px;
	background:transparent;
	font-size:12px;
}
.qtrans_language_chooser{
	margin:-33px 0 0 0;
}
	.qtrans_language_chooser li{
		float:left;
		margin:0 0 0 10px;
		list-style-type:none;
	}
	.qtrans_language_chooser span{
		text-transform:lowercase;
		color:silver;
	}
	.qtrans_language_chooser a span{
		height:15px;
		background:transparent;
	}
	.qtrans_language_chooser a:hover span{
		color:#6b6b6b;
	}
	.qtrans_language_chooser .active a span{
		color:#6b6b6b !important;
	}

	
/* Category */

#category{
	
}
	#category ul{
		margin-top:3px;
	}	
	#category li{
		margin:0;
		height:136px;
		width:100%;
		list-style-type:none;
		border-bottom:2px solid black;
	}
	#category a{
		display:block;
		color: black;
		text-transform: uppercase;
	}
		#category .print a{
			height:136px;
			text-indent: -999em;
			background: #fff url('img/cat_print.png') no-repeat;
		}
		#category .print a:hover{
			color: black;
			background-color: #009ee0;
		}
		#category .print_active a{
			height:136px;
			cursor:crosshair;
			text-indent: -999em;
			background: #009ee0 url('img/cat_print.png') no-repeat;
		}
		
		#category .screen a{
			height:136px;
			text-indent: -999em;
			background: #fff url('img/cat_web.png') no-repeat;
		}
		#category .screen a:hover{
			color: black ;
			background-color: #ff0099;
		}
		#category .screen_active a{
			height:136px;
			cursor:crosshair;
			text-indent: -999em;
			background: #ff0099 url('img/cat_web.png') no-repeat;
		}

		
		#category .blog a:hover{
			color: yellow;
			background: yellow url('img/cat_bg.gif') repeat-y;
		}
		#category .blog_active a{
			cursor:crosshair;
			background: yellow url('img/cat_bg.gif') repeat-y;
		}
		
		
		
/* Blog */

#start_blog {
	margin: 16px 0 0 0;
	height: 20px;
}	
	#start_blog a{
		display:block;
		padding: 4px 0 2px 37px;
		font-weight:bold;
		color: black;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}
	#start_blog a:hover{
		color: yellow;
		background: yellow url('img/kontakt_bg.png') repeat-y;
	}


/* Index/Blog */

#index {
	position:relative;
	margin:2px 0 0 0;
	height: 20px;
}	
	#index ul{
		list-style-type:none;
	}
	#index a{
		display:block;
		padding: 4px 0 2px 37px;
		font-weight:bold;
		color: black;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		cursor:crosshair;
		background: yellow url('img/kontakt_ac.png') repeat-y;
	}
	
	
/* Archive/Blog */

#archive {
	position:relative;
	margin:2px 0 0 0;
	height: 20px;
}	
	#archive ul{
		list-style-type:none;
	}
	#archive a{
		display:block;
		padding: 4px 0 2px 37px;
		font-weight:bold;
		color: black;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		background: yellow url('img/kontakt_ac.png') repeat-y;
	}
	#archive a:hover{
		color: yellow;
		background: yellow url('img/kontakt_bg.png') repeat-y;
	}	

	
/* Content */	
	
#content{
	margin:40px 0 0 0;
	width:965px;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	font-size:110.1%;
}

img.mittig{
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:16px;
}
img.abstandunten{
	display: block;
    margin-bottom:16px;
}	
	
	
.recentpost	{
	margin:50px 50px 0px 37px;
}
.post, #links	{
	margin:50px 50px 50px 37px;
}
.post {
	margin:15px 50px 50px 37px;
}

	.post h2{
		margin: 0 0 10px 0;
		font: normal 125% Arial, Sans-Serif;	
		color: black;
		font-weight:bold;
	}
	.post h2 a{
		padding: 0 3px;
		color:yellow;	
		background:black;
	}
	.post h2 a:hover{
		color: black;
		background:white;	
	}
	
	.post h3{
		margin: 12px 0 6px 0;	
		font-size:107%;
	}
	.post h4{
		margin: 25px 0 6px 0;
		font-size:106%;
	}
	.post h5{
		margin: 12px 0 6px 0;
		font-size:100.1%;
	}
	
	.post ul{
		list-style-image:url('img/list_image.png');
		list-style-position:inside;
	}
	.post li{
		padding:0 0 0 5px;
		line-height:24px;	
	}
	.post .the_content{
		border: 0;
	}
	.post .the_content a{
		color: #ff0099;	
	}
	.post .the_content a:hover, .post .the_content a:active{
		color: #009ee0;
	}
	.post .the_content a:visited{
		text-decoration:underline;
	}
	.link_rechts{
		margin:8px 15px 0 0;
		text-align: right;
	}
	

.postmetadata{
	margin: 12px 0 0 0;
	font-size:80%;
	text-align: right;
}
	.postmetadata a{
		display:inline;
		color: #ff0099;	
		border:0;
	}
	.postmetadata a:hover{
		text-decoration:underline;
		color: #009ee0;
		border:0;
	}


/*Singel Poste*/

.single-post {
	margin:40px 50px 50px 37px;
}

	.single-post h2{
		margin: 0 0 10px 0;
		font: normal 125% Arial, Sans-Serif;	
		color: black;
		font-weight:bold;
	}
	.single-post h2 a{
		padding: 0 3px;
		color:yellow;	
		background:black;
	}
	.single-post h2 a:hover{
		color: black;
		background:white;	
	}

	.single-post .the_content{
		border: 0;
	}
	.single-post .the_content a{
		color: #ff0099;	
	}
	.post .the_content a:hover{
		color: #009ee0;
	}
	

/* Start/Home */

#post-2{
	margin:65px 120px 100px 32px;
	background:white;
}
	#post-2 h2 {
		margin: 0px 20px 0 0;
		float: left;
		height:219px;
		width: 152px;
		text-indent: -999em;
		background: transparent url('img/hi.png') no-repeat;
	}


/* post-81 Abstand zum naechsten Post */
#post-81{
	margin-bottom: 68px;
}


	
/* Info */

#info {
	position:relative;
	margin:2px 0 0 0;
	height: 20px;
}	
	#info a{
		display:block;
		padding: 4px 0 2px 37px;
		font-weight:bold;
		color: black;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		cursor:crosshair;
		background: black url('img/cat_bg.gif') repeat-y;
	}
	#info ul{
		list-style-type:none;
	}
	

.indent{
	margin: 10px 0 39px 17px;
	width:636px;
	line-height:1.3em;
}
	.indent span{
		padding:2px 0 2px 33px;
		line-height:31px;
	}
	.indent .mail{
		background: transparent url('img/info_mail.png') no-repeat 0% 50%;
	}
	.indent .web{
		background: transparent url('img/info_web.png') no-repeat 0% 100%;
	}
	.indent .loc{
		background: transparent url('img/info_home.png') no-repeat 0% 100%;
	}
	.indent .rss{
		background: transparent url('img/info_rss.png') no-repeat 2% 30%;
	}
	.indent ul{
		margin:0 0 0 30px;
		list-style-position:outside;
	}

	
#links{
	margin: 10px 0 124px 14px;
}	
	#links ul{
			float:left;
			margin: 0 100px 0 0;
	}

/* Footer */

#footer{
	margin:15px 0 0 410px ;
	height: 36px;
}
	#footer div{
		float: left;
	}
#copyright{
	margin: 0 0 0 20px;
}
.top{
	position:relative;
	top:-15px;
	left: 504px;
	width: 40px;
	height:16px;
	font-size:75% ;
	text-align:center;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}		
	.top a{
		text-decoration:none
	}						
	.top a:hover{
		text-decoration:underline
	}							
/* Pagebar */
.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	font-size:75% ;
	text-decoration: none;
	text-align: center;
}

	.pagebar a,.pageList .this-page {
		padding: 0.2em 0.5em;	
		color:#6b6b6b;
		text-decoration: none;
		border: 1px solid silver;
	}
	
	.pagebar a:visited {
		padding: 0.2em 0.5em;
		text-decoration: none;
		border: 1px solid #6b6b6b;
	}
	
	.pagebar .break {
		padding: 2px 6px 2px 6px;
		border: none;
		background: #fff;
		text-decoration: none;
	}
	
	.pagebar .this-page {
		border: 1px solid #6b6b6b;
		padding: 0.2em 0.5em;
		font-weight: bold;
		background: #6b6b6b;
		color: #fff;
	}
	
	.pagebar a:hover {
		color:#000;
		border-color: #000;
	}
	
	.pagebar .inactive{
	   	border: 1px solid #cccccc;
		color: #ccc;
	   	text-decoration: none;
	   	padding: 0.2em 0.5em;
	}



/* Error */
#error{
	margin:65px 60px 100px 32px;
	background:white;
}
	#error h2 {
		margin: -8px 20px 0 0;
		float: left;
		height:219px;
		width: 222px;
		text-indent: -999em;
		background: transparent url('img/404.png') no-repeat;
	}
	#error p{
		height: 200px;
	}

