/****************************************************************
 * 
 * Created on 10.02.2006
 *
 * (c) Copyright 2005 by HRT-Marketing
 *
 * GRUNDKONFIGURATION UND BASISKLASSEN FÜR ALLGEMEINE VERWENDUNG
 *
 ****************************************************************/

/* NÜTZLICHE GRUNDEINSTELLUNGEN */

/* Grundeinstellung fuer alle Tags */
body, * {
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:12px;
	
/* Konfiguration der Scroll-Bars */

	scrollbar-base-color:#ff0000;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#888888;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#cccccc;
	scrollbar-track-color:#eeeeee;
}

p {
	line-height:160%;
}

h1 {
	font-size:16px;
	color:#6C7774;
	padding:0px;
	margin:0px;
}

.subheader {
	padding:0px;
	margin:0px;
	color:#002D8B;
	padding-left:31px;
}

a.content, a:link.content, a:active.content, a:visited.content {
	color:#002D8B;
}

a:hover.content {
	text-decoration:none;
}

.sitemap_l1 {
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
}

a.sitemap_l2, a:link.sitemap_l2, a:active.sitemap_l2, a:visited.sitemap_l2 {
	color:#002D8B;
	font-weight:bold;
}

a:hover.sitemap_l2 {
	text-decoration:none;
	font-weight:bold;
}

/* Einfügen eines Hintergrundbildes für die koplette Seite (horizontale Wiederholung) */
body {
	background-repeat:repeat-x;
}

/* Formatierung Copyright-Zeile */
.copy {
	font-size:11px;
	color:#6178B2;
}

/* Formatierung der Navigation (kontakt, impressum, sitemap) */
.footernav {
	font-size:11px;
	color:#D2D8E9;
	text-decoration:none;
}

/* Formatierung der Navigation (empfehlen, druckversion, nach oben) */
.toolnav {
	font-size:11px;
	color:#667284;
	text-decoration:none;
}


/* Formatierung Inhaltsbereich */
.contentArea {
	padding:20px 15px 0px 0px;
	background-color:#ffffff;
	background-image:url('http://web73.hrt-server.de/fileadmin/images/bgContent.image.jpg');
	background-position:right top;
	background-repeat:no-repeat;
}

/* Formatierung Inhaltsbereich */
.contentArea2col {
	padding:20px 15px 0px 0px;
	background-color:#ffffff;
}


/* Schatten rechts neben Flash-Movie (für Opera,Firefox u. Netscape ein PNG und für IE der filter:Alpha) */
.shadowRight {
	background-image:url('http://web73.hrt-server.de/fileadmin/images/movie_rightfinish_10x1.png');
	background-repeat:repeat-y;
	
/* IE Hack */
	-background-image:url('http://web73.hrt-server.de/fileadmin/images/movie_rightfinish_10x1.gif');
	filter:Alpha(opacity=45, finishopacity=0, startx=0, finishx=50 style=1);
/* IE Hack end */

}


/* Formatierung der Navigation neben dem Sanyo-Logo oben rechts */
a.sanyoNav, a:link.sanyoNav, a:active.sanyoNav, a:visited.sanyoNav {
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

a:hover.sanyoNav {
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

/* Bei allen Bilden Border abstellen  */
img {
	border:0px;
}

/* FORMATIERUNG DER HAUPTNAVIGATION */
.normalL1 {
	font-size:14px;
	color:#BCCAE1;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
}

.activeL1 {
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
}

a:hover.normalL1 {
	color:#ffffff;
}

.normalL1GR {
	font-size:13px;
	color:#BCCAE1;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
}

.activeL1GR {
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
}

a:hover.normalL1GR {
	color:#ffffff;
}

.normalL1RU {
	font-size:12px;
	color:#BCCAE1;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
}

.activeL1RU {
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
}

a:hover.normalL1RU {
	color:#ffffff;
}

/* FORMATIERUNG DER HAUPTNAVIGATION */
.normalL2 {
	font-size:12px;
	color:#667284;
	text-decoration:none;
	font-weight:normal;
	white-space:nowrap;
}

.activeL2 {
	font-size:12px;
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	white-space:nowrap;
}

a:hover.normalL2 {
	color:#333333;
}

.normalL2RU {
	font-size:11px;
	color:#667284;
	text-decoration:none;
	font-weight:normal;
	white-space:nowrap;
}

.activeL2RU {
	font-size:11px;
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	white-space:nowrap;
}

a:hover.normalL2RU {
	color:#333333;
}

/* NÜTZLICHE KLASSEN class="[name der Klasse]"*/

/* Erzwingt die Fortsetzung unterhalb nach floats bsp. <br class="clearing" />... */
.clearing {
	clear:both;
}

/* Kein automatischer Zeilenumbruch, Umbruch moeglich durch entsprechende HTML-Tags wie <br /> */
.nowrap {
	white-space:nowrap;
}

/* Formatierung der Formularfelder */

/* inaktives input-Feld */
.normal {
	color:#103d6a;
	border:1px solid #103d6a;
	background-image:url('http://web73.hrt-server.de/fileadmin/images/mainBgForm.image.gif');
	background-repeat:repeat-x;
}

/* inaktives area-Feld */
.normalArea {
	color:#103d6a;
	border:1px solid #103d6a;
	background-image:url('http://web73.hrt-server.de/fileadmin/images/mainBgFormArea.image.gif');
	background-repeat:repeat-x;
}

/* aktives input bzw. area-Feld */
.active {
	color:#103d6a;
	border:1px solid #be0505;
}

/* Formularbeschriftungen Pflichtfelder */
.formReq {
	color:#be0505;
}

/* Formularkommentare */
.comment {
	font-weight:bold;
	color:#103d6a;
	font-size:12px;
}

/* Formularbeschriftungen */
.labels {
	font-size:12px;
}

/*******************************
 * FORMATIERUNG NEWSMODUL
 *******************************/

.news_date {
	white-space:nowrap;
	font-size:12px;
	color:#990000;
}

.news_title {
	white-space:nowrap;
	font-size:12px;
}
