/* CSS-Layout (C) 2008 by webdesign-am-rhein.de */
* {	margin: 0; padding: 0; border: none; outline: none;}
html {}
body {
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px!important;
	overflow-x: hidden;
	color: #000;
	}

#wrapper {
	position: relative;
	width: 100%!important;
	left: 0;
	margin-left: 0;
	background: none!important;
	}
	
.spacer {float: none; clear:both;}
.vertispacer {float: left; width: 9px; height: 1px;}
.horispacer {width: 1px; height: 10px;}
.unsichtbar,.u2,.invisible , .unseen ,
header, #header1 , #navigation , footer , nav , #logo , #pix , #leftside
	{
	display: none;
	}

a:link , a:visited {color: #000!important;}

#middle , #website , section , #contentframe {
	position: relative; background: none; width: 100%!important; margin-left: 0;
	}

#inhalt {
	position: relative;
	background: none;
	overflow-x: hidden;
	width: 100%;
	float:left;
	margin-right: 0;
	padding: 0;	
	}

#inhalt li {margin-left: 20px;}
#inhalt table {font-size: 12px;}

h1 , h2 {
	}

div.article_column
	{	}

.buttonheading img , .hasTip img
{
	display:none;
}

p.buttonheading a:link,p.buttonheading a:visited
{
	display:none;
}


