body, html {
	height: 100%; 
	padding:0!important; 
	margin:0!important;
	background:transparent none;
}

body{
	line-height: 1.5em;
	text-align: inherit;	
}


/* or without overflow */

#outer {

}

#content {
	margin-top: 100px;
}

/* for explorer only */
#inner {
	width: 200px;
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
}

#inner.with_news{
	width: 440px	
}

div.welcome { 
	width:200px; 
	float:left;  
}

	div.welcome h1{
		margin-bottom: 5px;
	}

	div.welcome h1 a {
		background: url("../img/layout/logo-sascha-wuensch2.jpg") no-repeat left top;
		width: 195px;
		display: block;
		height: 30px;
		padding: 0;
		overflow: hidden;
	}
		
		div.welcome h1 a:hover {
			background: url("../img/layout/logo-sascha-wuensch2.jpg") no-repeat left -30px;
		}
	
		div.welcome h1 a strong{
			display: none;
		}
	
	div#inner.with_news div.newsText {
		width: 200px;
	}

div.wrapper_subnav { 
    clear:both;
    margin:auto;
    text-align:center; 
}

ul#mainnav{
	position: relative;
	right:inherit;
	text-align: center;
	top: 0;
}

	ul#mainnav li{

	}
	
ul#subnav{
    position: relative;
    right:inherit;
    text-align: center;
    margin: 0;     
}

    ul#subnav li{

    }	

div.news {  
	width:200px; 
	border-left:1px solid #cdcdcd; 
	padding-left:20px;
	float: right; 
}

	div.news h2 {
		height:auto !important;
	}


div.entry{
	padding:0;
}

div.entry a.more{
	border-bottom: none;	
}


div#admin_home {
	width: 600px;
	text-align: left;
	margin-left: 100px;
}