body, h1
{
	margin: 0px;
	padding: 0px;
}

h1
{
	margin-bottom: 0.6em;
}

h1, h2, h3, p
{
	font-family: Arial,sans-serif;
	color: black;
}

p, td
{
	font-size: 0.9em;
}
h1
{
	font-size: 1.2em;
}

h2
{
	font-size: 1.1em;
}


a
{
	color: black;
}

a:hover
{
	text-decoration: none;
}

a:visited
{
	color: black;
}

body
{
	font-size: 0.9em;
	color: black;
	font-family: Arial,sans-serif;
	margin: 0;
	padding: 0;
	background-color: #c8c7c7;
}

* html body
{
	height:100%;
}

html
{
/*um zu verhindern, dass der horizontal-scroll-bug bemerkt wird... */
	overflow-x:hidden;
}


/* Container*/
#main
{
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color:White;
}

/* da der hintergrund fixed ist und dadurch nicht gescrolled werden kann,
wird ein layer verwendet, der den scrollabaren Inhalt beinhaltet */
#scrollable
{
	
	top:0px;
	z-index: 0;
	width: 840px;
	position: absolute;
	height: 100%;
}

/* wird gebraucht, damit der Hintergrund wirklich bis ans Ende der Seite angezeigt wird */
#bg
{
	position:fixed;
	height: 100%;
	z-index: 0;
	background: url("bilder/schatten.png" );
	background-repeat: repeat-y;
	background-position: center;
	width: 840px;
}

#content_frame
{
	width: 568px;
	position: relative;
	padding: 40px;
	padding-top: 0px;
	left: 152px;
	top: 150px;
	height: 420px;
	z-index:5;
}

#top
{
	position: absolute;
	z-index: 1;
	background-image:url("bilder/banner.jpg");
	padding: 0px;
	left: 20px;
	height: 190px;
	width: 100%;
	background-repeat: no-repeat;
}

#printtop
{
	display: none;
}

#left
{
	margin-left: 20px;
	width: 150px;
	position: absolute;
	height: 100%;
	z-index: 0;

	/*border-right: 2px solid #c8c7c7;
	background-color: yellow;*/
}

/*#topleft
{
	width: 150px;
	position: fixed;
	height: 150px;
	border-right: 2px solid #c8c7c7;
	z-index: 0;
	background-color: yellow;
	margin-left: 20px;
}*/


#navigation
{
	top: 230px;
	position: absolute;
	font-size: 0.9em;

}

#createdBy
{
    position:fixed;
    bottom:0px;
	display:none;
}

#navi_symbol
{
	text-align:center;
	padding-top:5px;
}


#navigation ul
{
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}

#navigation li
{
	margin-left: 10px;
	border-bottom: 1px dotted #00008b;
	padding: 5px;
	margin-right: 0px;
}

#navigation a
{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#navigation a:hover
{
	color: red;
	font-weight: bold;
}




table.technische_daten
{
	border-spacing: 2px;
}

td.refernz_obj_title
{
	padding-bottom: 1em;
	font-size: 0.8em;
}



