/* standards */

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	background-color: #7A6F7E;
	text-align: center;
	font-size: .7em;
	}

		
a:link {
	text-decoration: underline;
	color: #fff;
	}

a:visited {
	text-decoration: underline;
	color: #fff;
	}

a:hover {
	text-decoration: underline;
	color: #E6E6E6;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 112%;
	padding: 0;
	margin: 0 0 1em 0;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	padding: 0;
	margin: 0 0 0.8em 0;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	padding: 0;
	margin: 1em 0 0.4em 0;
	}
	
p {
	margin: 0.8em 0 0.8em 0;
	padding: 0;
	}
	
img {
	text-decoration: none;
	border: none;
	}

hr {
	height: 1px;
	border-top: 1px dotted #888888;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 12px 0;
	}	


#contenttable {
	text-align: left;
	margin: 10px auto;
	width: 910px;
	height: 585px;
	background: url(../_img/home_body_bg.jpg) no-repeat bottom right;
	background-color: #645B67;
}

.contenttable-left {
	position: relative;
	width: 527px;
	vertical-align: top;
	line-height: 130%;
}

/*
.contenttable-line {
	background-color: #BBB7BD;
	width: 2px;
	height: 100%;
}
*/

.contenttable-line {
	width: 0px;
}

.contenttable-right {
	vertical-align: top;
	width: 383px;
}

#logo {
	position: absolute;
	top: 30px;
	left: 275px;
}

#intro {
	position: absolute;
	top: 180px;
	right: 0;
}

#adress1 {
	position: absolute;
	top: 554px;
	left: 40px;
}

#adress2 {
	position: absolute;
	top: 554px;
	left: 0;
}

#leftwrapper, #rightwrapper {
	position: relative;
	height: 585px;
}
/* stoerer oben rechts  */
#stoerer{
position:relative;
top:0;
right:0;
float:right;}

#topnav {
	position: absolute;
	top: 180px;
	left: 0;

}

#topnav img {
	padding: 0;
	margin: 0 0 26px 0;
}

#metanav {
	position: absolute;
	bottom: 16px;
	left: 0;
}

#content ul {
margin: 0 10px 0 14px;
padding: 0;
line-height: 130%;
}

#content ul li {
padding: 0 0 .5em 0;
}

#content ul ul {
margin: 6px 10px 0 14px;
padding: 0;
line-height: 130%;
}

#content ul ul li {
padding: 0 0 .5em 0;
}

.content-nav {
font-size: 89%;
}