/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #E7DFDB;
	padding: 0;
	margin: 0;
}
html, body, table{
    font-size: 76%;
    font-family: arial, helvetica, sans-serif;
    color: #000;
}
body, table{
    font-size:1em;
    line-height:1.3em;
}
.logo_left	{
	position: absolute;
	top: 0px;
 	width: 250px;
 	height: 100px;
 	z-index: 550;
 	}
#oldbrowser
{
	text-align: center;
}
#head h1
{
	display: inline;
}
#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 199px;
	background-color: #fff;
}
#innerContentColumn, #innerFooter
{
	padding: 10px;
}
#innerLeftColumn
{
	padding: 0px;
}
#footer
{
	clear: both;
	background-color: #E7DFDB;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-right: 0px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#head, #footer
{
	z-index: 10;
	margin: 0;
}

/*---- Borders ----*/
#seite
{
	max-width: 960px;
	width: 100%; 
	width: expression((document.body.clientWidth > 960) ? "960px" : "100%");
}
#footer, #head, #innerLeftColumn, #contentColumn, #innerContentColumn
{
	border: solid 0px #56a452;
}
#footer
{
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #fff #fff #fff #fff;
}
#head
{
	margin: 0;
	height: 100px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #fff #fff #fff #fff;
	background-color: #fff;
	/* background-image: url(../images/mainlogo_small.jpg); */
 	/* background-repeat: repeat-x; */
 	overflow: hidden;

}
#innerLeftColumn
{
	border-right-width: 1px;
	border-color: #fff;
}
#contentColumn
{
background-color: #fff;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #000 #fff #000 #fff;
}
*html #head
{
	margin-bottom: -0.01em;
}

/*---- Visual Elements ----*/
.right {
	float: right;
}
.logo {
	float: right;
	margin: 0px 0px 0px 0px;
}
#seite
{
	background-color: #E7DFDB;
	color: #000;
	min-width: 500px;
}

h1
{
	color: #999;
	border-bottom: solid 1px #56a452;
	font-size: 1.4em;
	margin: 40px 0px 0px 0px;
}
h2
{
	color: #999;
	border-bottom: solid 1px #56a452;
	font-size: 1.2em;
}
h3
{
	color: #999;
	border-bottom: solid 1px #56a452;
	font-size: 1.0em;
}
.table_pad {
	padding: 0px 0px 0px 10px;
}
.hypnose {
	background-image: url(../images/hypnose.jpg);
 	background-repeat: no-repeat;
}