body {
	color: black;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 15px;
	background-color: white;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* ### Ebenen ################################################## */
#platform {
	background-color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 870px;
	height: 565px;
	margin: -282px 0 0 -435px;
}

#logo {
	background-color: white;
	position: absolute;
	top: 0;
	left: 670px;
	width: 200px;
	height: 140px;
}

#claim {
	position: absolute;
	top: 40px;
	left: 0;
	width: 300px;
	height: 50px;
}

#showroom {
	position: absolute;
	top: 160px;
	left: 0;
	width: 650px;
	height: 310px;
}

#notes {
	position: absolute;
	top: 160px;
	left: 0;
	width: 870px;
	height: 380px;
}

#MainNavigation {
	position: absolute;
	top: 550px;
	left: 0;
	width: 411px;
	height: 15px;
}

#SubNavi-ind {
	background-color: white;
	text-align: left;
	position: absolute;
	top: 160px;
	left: 670px;
	width: 200px;
	height: 150px;
	margin: 0;
	padding: 0;
}

#SubNavi-sys {
	background-color: white;
	text-align: left;
	position: absolute;
	top: 320px;
	left: 670px;
	width: 200px;
	height: 150px;
	margin: 0;
	padding: 0;
}

#info {
	position: absolute;
	top: 290px;
	left: 10px;
}

.popInfo {
	position: absolute;
	visibility : hidden;
	left : 0;
	width : 200px;
	background-color: rgb(255,255,255);
	top: 0;
	z-index: 100;
	border: solid 1px #ccc;
}

.popInfoText {
	font-size: 11px;
	font-weight: 100;
	font-stretch: semi-expanded;
	line-height: 15px;
	color: black;
	background-color: rgb(255,255,255);
	text-align: left;
	position: absolute;
	top: -54px;
	left: -1px;
	width: 180px;
	margin: 0;
	padding : 10px;
	border: solid 1px #ccc;
}
/* ### END Ebenen ################################################## */

/* ### Tabellen ################################################## */
table {
	text-align: left;
	vertical-align: top;
	width: 870px;
	height: 310px;
}

table#MainNavi {
	width: 411px;
	height: 15px;
}

td {
	vertical-align: top;
}
/* ### END Tabellen ################################################## */

/* ### Schrift ################################################## */
h1 {
	color: black;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	color: black;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px 10px;
}

h3 {
	color: black;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h6 {
	font-size: 4px;
	font-weight: bold;
	line-height: 4px;
	margin: 0;
	padding: 0;
}

p {
	color: black;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 15px;
	margin: 0;
	padding: 0;
}
/* ### END Schrift ################################################## */

/* ### Liste ################################################## */
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	float: left;
	margin-bottom: 7px;
	margin-left: 10px;
}
/* ### END Liste ################################################## */

/* ### Links ################################################## */
a.SubNavi {
	background-image: url(../_elements/klappkarte.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 10px;
	height: 10px;
	display: block;
}

a.SubNavi:link { 
}

a.SubNavi:visited { 
}

a.SubNavi:hover {
	background-image: url(../_elements/klappkarte-aktiv.gif);
}

a.SubNavi:active {
	background-image: url(../_elements/klappkarte-aktiv.gif);
}

a.SubNavi-Active {
	background-image: url(../_elements/klappkarte-aktiv.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	display: block;
}

a:link {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: black;
	font-weight: bold;
}

a:active {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
/* ### END Links ################################################## */

/* ### Bilder ################################################## */
img {
	border-style: none;
}

img.show {
	width: 650px;
	height: 310px;
	border-style: none;
}
/* ### END Bilder ################################################## */




