/* ------ allgemeine Element-Definition ------ */
body,td,th,div
	{
	font-family: Verdana,Arial,Helvetica,Geneva, sans-serif;
	font-size: 12px;
	color: #ffff00;
	}
/* ------ allgemeine body Definition ------ */
body
	{
	background-color: #ffffff;
	}

/* ------ allgemeine Bild Definition ------ */
img
	{
	border: 0px;
	}

/* ------ allgemeine Navigations Definition ------ */
a.menu
	{
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
	}
	
a.menuActive
	{
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
	}

a.menuSub
	{
	color:#ffffff;
	}

a.menuSubActive
	{
	color:#ffffff;
	}

/* ------ Fett ------ */
span.bold
	{
	font-weight: bold;
	}
/* ------ Unterstrichen ------ */
span.underline
	{
	text-decoration: underline;
	}
/* ------ Kursiv ------ */
span.italic
	{
	font-style: italic;
	}

/* ------ Linkfarbe ------ */
a.weblink
	{
	color: #000000;
	font-weight: bold;
	}
/* ------ Linkfarbe ------ */
a.doc
	{
	color: #000000;
	font-weight: bold;
	}
/* ------ Linkfarbe in Search ------ */
a.page
	{
	color: #000000;
	font-weight: bold;
	}
/* ------ Mail-Linkfarbe ------ */
a.mail
	{
	color: #000000;
	font-weight: bold;
	}
/* ------ Anchor-Linkfarbe ------ */
a.anchor
	{
	color: #000000;
	font-weight: bold;
	}

/* ------ Bildausrichtung Links ------ */
img.left
	{
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align:text-top;
	float:left;
	}
/* ------ Bildausrichtung Rechts ------ */
img.right
	{
	margin-left: 10px;
	margin-bottom: 10px;
	vertical-align:text-top;
	float:right;
	}
/* ------ keine Bildausrichtung (Standard)------ */
img.none
	{
	}

/* ------ Schriften ------ */
div.rehmannMenu
	{
	
	}

div.rehmannTitel
	{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	}

div.rehmannText
	{
	font-size: 11px;
	color: #000000;
	}

/* ------ Positionen ------ */
#rehmannhtml
	{
	height: 100%;
	overflow: hidden;
	}
#rehmannflashcontent
	{
	height: 100%;
	width: 100%;
	}
#rehmannContent
	{
	height: 100%;
	width: 100%;
	position: relative;
	}
#rehmannTrumpet
	{
	position: absolute;
	left:10px;
	top: 278px;
	}
#rehmannMenu
	{
	position: absolute;
	top: 360px;
	left: 30px;
	}
#rehmannMenuEntry
	{
	position: absolute;
	}
	
#rehmannHome
	{
	position: absolute;
	}
	
