* { margin: 0; padding: 0 }

body { 
	color: #000;
	font-size: 9pt;
	background: #fff; }

#wrap { 
	text-align: left;
	width: auto;
	margin: 0; }


/* ---[ Seitenaufbau allgemein ]------------------------------- */

#titlewrap { 
	margin-right: 0;
	background: none; }

	#titlewrapshadow {
		background: none;	}
	
#mainwrap { 
	margin-right: 0; }
	
	#mainwrapshadow {
		background: none; }	
	
	#home #mainwrap {
		padding: 0;
		height: auto;
		background: none;  }
		#home #mainwrapshadow {
		padding-bottom: 0;
		background: none; }	
	

#sidewrap { display: none; }

#contentwrap { 
	width: auto; 
	margin: 0;
	padding-bottom: 0;}

#suppwrap { display: none; }

	
	#suppinner {
	margin: 0; }

#footwrap {
	font-size: 85%;
	line-height: 1.2em;
	margin-top: 2em;
	margin-right: 0; 
	height: auto; }

	#footwrapshadow {
		padding-bottom: 0;
		background: none; }

	#home #footwrap {
		position: relative; }


/* ---[ #titlewrap ]------------------------------- */

#logo {
	margin: 0 10px;
	float: left; }

	#home #logo { margin: 0; }

/* Suchleiste */
#search {
	display: none; }


/* ---[ Footer ]------------------------------- */

#footwrap ul, #footwrap li {
	float: right;
	bottom: 0; }

#home #footwrap ul, #home #footwrap li {
	bottom: 0; }


/* ---[ Global Navi oben ]------------------------------- */

#globalnavi {
 display: none;	}


		
/* ---[ Textformatierungen ]------------------------------- */

h1, h2, h3, h4 { 
	color: #000; }	


/* Hyperlinks */
a { 
	color: #000; }

/* Unnummerierte Listen */
ul { 
	padding: 0 0 0 15px;
	margin-left: 15px;
	list-style-type: disc; }
ul li { 
	padding: 0 0 0 5px;
	list-style-type: disc;
	background: none; }

/* ---[ Individuelle Layoutformate ]------------------------------- */


/* Highlight-Kasten  */
.Highlight {
	margin-bottom: .5em;
	background: #fff; }

.Highlight .Eins {
	width: 460px; }

.Highlight .Zwei {
	width: 170px;}


/* Blockinfo  */
.Zweispalter.BlockInfo {
	background: none; }

.Zweispalter.BlockInfo .Eins {
	width: 170px;
	padding: 0 10px; }
.Zweispalter.BlockInfo .Zwei {
	width: 398px; }
	
/* Fusszeile */
#Fusszeile { 
	margin: 1em 0 0 0;
	border-top: 1px solid #EEE; }


