/* Ohne Sidebar */


#sidebar {
	display: none;
	width: 0px; 
}

#links {
	float: left;
	width: 980px;
}
* html #links { padding: 0px !important; margin: 0px !important; }

#content{
	position: relative; 
	width: 775px; 
	min-height: 500px;
	padding: 10px;
	margin: 0px;
	background-color: #ffffff;
	color: #000000;
	float: right;
}

#youarehere {
	position: relative;
	width: 785px;
	height: 15px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: right;
}

.sidepicture img{
/*	width: auto !important;  */
/*	height: auto !important;  */
}

#output {
	width: 775px !important;
}

iframe {
	width: 775px;
}





