@charset "utf-8";
/* PRINT CSS für alle Browser */

body
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

html, body
{
	min-height: 100%;
	height: 100%;
}

*
{
	font-size: 10.5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* --- Gruppierende Seitenelemente ---*/

#container
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
		
	padding: 0px;
	margin: 0px;

	text-align: left;
}

#container *
{
	position: static;
	left: auto;
	top: auto;
	height: auto;
	
	margin: auto;
}

#top
{
	display: none;
}

#header h1
{
	margin: 0;
	padding: 0;
	
	position: absolute;
	width: 147px;
	height: 27px;
	left: 15px;
	top: 12px;
	z-index: 13000;
	
	overflow: hidden;
	background: url(../img/header_home.gif) #FFFFFF;
}

#header h1 a
{
	display: block;
	
	margin: 0;
	padding: 0;
	
	width: 100%;
	height: 100%;
	
	/* link text verbergen*/
	overflow: hidden;
	font-size: 0.01px;
	text-align: right;
	text-indent: -9999999%;
	
}

#header2
{
	position: absolute;
	left: 10px;
	top: 70px;
	width: auto;
	height: 30px;
	vertical-align: bottom;
	color: #000000;
	padding: 5px;
	margin: 0;
}

#header2 span
{
	display: none;
}

#header2img
{
	display: none;
}

#path
{
	display: block;
	position: absolute;
	z-index: 13000;
	
	left: 16px;
	top: 52px;
	width: 100%;
	
	padding: 0;
	margin: 0;
}

#path a,
#path
{


	
}

#jump
{
	display: none;
}

/* Wrapper für den Content, der sich mit der Textlänge mitpositioniert */
#contentwrapper
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 100%;
}

#content
{
	position: relative;
	z-index: 10100;
	left: 6px;
	top: 104px;
	width: 700px;
	margin-bottom: 20px; /* Unterer Freibereich nach dem Content */
	text-align: left;
}

#col1
{

}

#col2
{
	display: none;
}

.bottom
{
	display: none;
}

.bottomlist
{
	display: none;
	padding: 10px 0 10px 17px;
}

#menu
{
	display: none;
}

#menu2
{
	display: none;
}

#menu2bg
{
	display: none;
}

#footerwrapper
{
	position: relative;
	left: 0px;
	top: 0px;
	clear: both;
}

#footer /* Wrapper für den Footer-Bereich */
{
	position: absolute;
	
	left: 10px;
	top: 102px;
	width: 400px;;
	
	text-align: left;
	border-top: #000000 solid 1px;
	margin: 10px 0 0 0;
	padding: 0;
	
}

#footer_right
{
	display: none;
}

#footertext
{

	display: inline;
	
	position: relative;
	left: 0px;
	top: 3px;
	
}

#agentur_net
{
	position: relative;
	left: 10px;
	top: 130px;
	width: 400px;
}

#banner0
{
	display: none;
}

#banner1
{
	display: none;
}

#banner2
{
	display: none;
}

.pipe span /* |-Symbol als Trennstriche im Footer */
{
	border-left: 1px solid #2f2f2f;
	font-size: 9px;
	margin: 0 0px 0 0;
	padding: 0 0 0 0;
}

.bottomlist .pipe span /* Weiß für Darstellung des Pipes im Text */
{
	border-left: 1px solid #ffffff;
}

.display-none
{
	display: none;
}

/* --- Allgemeine HTML-Defintionen  --- */

h2
{
	font-size: 18px;
	font-weight: normal;

	padding: 0;
	margin: 0;
}

.h3 /* Verstecke Grafik-Überschriften */
{
	display: none;
}

h3, h4, h5, h6
{
	padding-left: 10px;
}

p
{
	padding-left: 17px;
}

/* --- Sonstige Defintitionen und Klassen --- */


/* --- PNG-Transparenz-Überlagerung für Menü3 und Boxen --- */

#menu3bg, #box0bg, #box1bg, #box2bg, #box3bg, #box4bg, #box5bg, #box6bg, #box7bg, #box8bg, #box9bg
{
	position: absolute;
	z-index: 9000;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#menu3bg
{
	width: 147px;
	height: 100%;
	left: 134px;
}

#box0, #box1, #box2, #box3, #box4, #box5, #box6, #box7, #box8, #box9
{
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 12px;
	margin-top: 6px;
}

.box
{
	z-index: 20000;
}

.boxbg
{
	z-index: 19000;
}



