@charset "utf-8";
/* CSS Document */

* html, body {height:auto;}

#container {
	margin: 0; 
	width: 90%;
}

#content {
	padding: 0 6px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div-Box. */
	min-height:50px;
}

#logo {
	position:absolute;
	top:12px;
	left:0px;
	overflow:hidden;
}

#imprint {
	visibility:hidden;
	top:0;
	left:0;
	overflow:hidden;
}



#language {
	visibility:hidden;
	top:0;
	left:0;
	width:0;
	overflow:hidden;
}

#navigation {
	visibility:hidden;
	height:0;
	top:0;
	overflow:hidden;
}

#headimage {
	visibility: hidden;
	width:0px;
	overflow: hidden;
}

#teaser {
	visibility:hidden;
	top:0;
	height:0;
	width:0;
	overflow:hidden;
}

#search {
	position:absolute;
	visibility:hidden;
	top:0;
	left:0;
	width:0;
	overflow:hidden;
}

#sidebar {
	visibility:hidden;
	top:0;	
	width:0;
	height:0;
	overflow:hidden;
}


#text {
	top:90px;
	left:10px;
	width:100%;
	line-height:20px;
}

#contaktform .textfield {
	border:1px dotted #999;
}

#contaktform .textarea {
	border:1px dotted #333;
}

#footer {
	visibility:visible;
	padding-top:25px;
}
