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

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

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

a.menuSub
	{
	color:#2EB1E2;
	text-decoration: none;
	}

a.menuSubActive
	{
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	}

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

/* ------ Linkfarbe ------ */
a.weblink
	{
	color:#2EB1E2;
	text-decoration: none;
	}
/* ------ Linkfarbe ------ */
a.doc
	{
	color:#2EB1E2;
	text-decoration: none;
	}
/* ------ Linkfarbe in Search ------ */
a.page
	{
	color:#2EB1E2;
	text-decoration: none;
	}
/* ------ Mail-Linkfarbe ------ */
a.mail
	{
	color:#2EB1E2;
	text-decoration: none;
	}
/* ------ Anchor-Linkfarbe ------ */
a.anchor
	{
	color:#2EB1E2;
	text-decoration: none;
	}

/* ------ Bildausrichtung Links ------ */
img.left
	{
	vertical-align:text-top;
	float:left;
	}
/* ------ Bildausrichtung Rechts ------ */
img.right
	{
	vertical-align:text-top;
	float:right;
	}
/* ------ keine Bildausrichtung (Standard)------ */
img.none
	{
	vertical-align:text-top;
	}
	
/* ------ Xenia Classes ------ */
div.xeniaMainMenu
{
	line-height: 18px;
}


div.xeniaContentParagraph
{
	line-height: 22px;
	color: #000000;
}

/* ------ ID Formatierungen ------ */
#xeniaTogether
{
	width: 760px;
}
#xeniaMainMenu
{
	position: relative;
	left: -1px;
	width: 260px;
	float: left;
	padding-top: 111px;
}

#xeniaContent
{
	position: relative;
	width: 500px;
	float: left;
}

#xeniaLogo
{
	position: absolute;
	bottom: 0px;
	left: 0px;
}