/* Formate - StriVectin Hylexin Lumedia - PIXXL WEBDESIGN www.pixxl-webdesign.de */


/* Universal ---------------------------------------------------------------------------------------------------- */


/* Hauptelemente ------------------------------------------------------------------------------------------------ */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../gfx/bg_main_face.jpg) no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: 000000;
	scrollbar-base-color: #FFFFFF;
	scrollbar-3dlight-color: #A10B29;
	scrollbar-darkshadow-color: #A10B29;
	scrollbar-arrow-color: #A10B29;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}
body.Hylexin {
	background: #FFFFFF url(../gfx/bg_main_hylexin.jpg) no-repeat;
}
body.Lumedia {
	background: #FFFFFF url(../gfx/bg_main_lumedia.jpg) no-repeat;
}
body.Border {
	background: #777777;
}
body.iFrame {
	background: #FFFFFF url(../gfx/10x10white.gif) repeat;
}


/* Bereiche ----------------------------------------------------------------------------------------------------- */
#Logo			{ position: absolute; top: 27px; left: 20px; width: auto; height: auto; visibility: visible; display: block; }

#NavLevel1		{ position: absolute; top: 32px; left: 180px; width: 700px; height: auto; visibility: visible; display: block; text-align: right; color: #FFFFFF; letter-spacing: 0.2em; }
#NavBottomRight		{ position: absolute; top: 395px; left: 280px; width: 600px; height: auto; visibility: visible; display: block; text-align: right; color: #FFFFFF; letter-spacing: 0.2em; }
#NavBottomLeft		{ position: absolute; top: 395px; left: 20px; width: auto; height: auto; visibility: visible; display: block; color: #FFFFFF; letter-spacing: 0.2em; }

#ContentStart		{ position: absolute; top: 85px; left: 360px; width: 510px; height: 280px; visibility: visible; display: block; text-align: center; }
#ContentStandard	{ position: absolute; top: 85px; left: 360px; width: 510px; height: 280px; visibility: visible; clip: rect(0px 510px 280px 0px); display: block; overflow: hidden; }

#ContentScroll		{ position: absolute; top: 0px; left: 0px; visibility: visible; display: block; }

#ArrowStandardUp	{ position: absolute; top: 325px; left: 870px; width: 20px; height: 20px; visibility: visible; display: block; }
#ArrowStandardDown	{ position: absolute; top: 345px; left: 870px; width: 20px; height: 20px; visibility: visible; display: block; }

.BildboxRechts {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	font: 0.9em Arial;
	text-align: center;
}


/* Links -------------------------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color: #A10B29;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
/* ---------- Hauptnavigation ---------- */
#NavLevel1 a.Standard {
	color: #FFFFFF;
	font-weight: normal;
}
#NavLevel1 a.Standard:hover {
	color: #FFFFFF;
}
#NavLevel1 a.Aktiv {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}
/* ---------- Navigation unten rechts ---------- */
#NavBottomRight a.Standard {
	color: #FFFFFF;
	font-weight: normal;
}
#NavBottomRight a.Standard:hover {
	color: #FFFFFF;
}
#NavBottomRight a.Aktiv {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}
/* ---------- Navigation unten links ---------- */
#NavBottomLeft a.Standard {
	color: #FFFFFF;
}
#NavBottomLeft a.Standard:hover {
	color: #FFFFFF;
}
#NavBottomLeft a.Aktiv {
	text-decoration: underline;
	color: #FFFFFF;
}


/* Inhalts-Tags ------------------------------------------------------------------------------------------------- */
h1 {
	color: #A10B29;
	font-size: 1.3em;
	letter-spacing: 0.15em;
	font-variant: small-caps;
}
h2 {
	color: #A10B29;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
h3 {
	color: #A10B29;
	font-size: 1.1em;
	letter-spacing: 0.05em;
}
p {
	letter-spacing: 0.05em;
}
strong {
	color: #A10B29;
}


/* Navigation --------------------------------------------------------------------------------------------------- */


/* Diverse Formatierungen --------------------------------------------------------------------------------------- */
hr {
	color: #A10B29;
}


/* Formulare ---------------------------------------------------------------------------------------------------- */
input, select {
	background: #FFFFFF;
	font-size: 11px;
	color: #000000;
	border: solid 1px #A10B29;
	padding: 2px;
}
input.Button {
	color: #A10B29;
	font-weight: bold;
	padding: 1px 1px 0px;
}


/* Dummy -------------------------------------------------------------------------------------------------------- */
.dummy    { font-variant: small-caps; padding: 1px 1px 0px; z-index: 5 }
