@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Styles für HTML Elemente                                                         */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Globaler Reset */
*
{
	padding: 0;
	margin: 0;
}



/************************************************************************************/
/* HTML und BODY */
html
{
	/* Damit der Firefox nicht immer die Scrolleiste ausblendet */
	overflow-y: scroll;	
}

html, body
{
	width: 100%;
	height: 100%;
	font-size: 0.625em; /*Auf 10px zurücksetzen, so kann besser gerechnet werden (z.B. 1.2em entsprechen 12px)*/
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	font-size: 1.2em;
	line-height: 18px;
	background-color: #F5F5F5;
}



/************************************************************************************/
/*                                                                                  */
/* Form spezifischen Styles                                                         */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Generell */
input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	border: 1px solid #3070A9;
	background-color: #F5F9FC;
}

input:focus, input:hover, textarea:focus, textarea:hover
{
	background-color: #fff;
	border: 1px solid #3070A9;
	color: #000;
}

form
{
	float: left;
	width: 100%;
	margin: 1em 0px 2px 0px;
}

form hr
{
	float: left;
	clear: both;
	height: 0px;
	width: 100%;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	visibility: hidden;
}



/************************************************************************************/
/* Fieldset Elemente */
fieldset
{
	float: left;
	width: 100%;
	position: relative;
	min-height: 0px;
	margin: 1em 0em 1em 0em;
	padding: 1em 0em 1em 0em;
	border: 0px none;
	border-top: 1px solid #2571b1;
}

legend
{
	width: auto;
	font-weight: bold;
	color: #2571b1;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

legend img
{
	vertical-align: middle;
	padding: 0px;
	margin-top: -2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/************************************************************************************/
/* Label */
label
{
	float: left;
	width: 180px;
	height: 19px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	padding-top: 1px;
}

label img
{
	vertical-align: middle;
	margin: 1px 0px 2px 3px;
}

.label-text
{
	font-weight: normal;
	text-align: left;
	width: auto;
	float: left;
	height: 18px;
	padding: 1px 0px 0px 3px;
	margin: 0px 15px 0px 0px;
}



/************************************************************************************/
/* Select */
select
{
	float: left;
	height: 20px;
	margin-right: 5px;
	padding: 1px 1px 1px 0px;
}

select optgroup
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-indent: 5px;
	color: #333;
	font-weight: bold;
	padding-top: 3px;
}

select option
{
	text-indent: 3px;
	padding-bottom: 2px;
}

select optgroup option:first-child
{
	margin-top: 4px;
}

select optgroup option
{
	text-indent: 10px;
	color: #333;
	padding: 0px 0px 2px 0px;
}

#jahreswahl
{
	font-size:0.6em;
}



/************************************************************************************/
/* Textarea */
textarea
{
	float: left;
	padding: 3px 4px 0px 4px;
	font-size: 12px;
}



/************************************************************************************/
/* Input */
input
{
	float: left;
	height: 18px;
	margin-right: 5px;
	padding: 0px 4px 0px 4px;
}

input[disabled], textarea[disabled], select[disabled], .button[disabled]:hover
{
	color: #ccc;
	background-color: #EFEFEF;
	border-color: #CCC;
	cursor: default;
}

input[type="hidden"]
{
	display: none;
}



/************************************************************************************/
/* Input Type "Checkbox" und "Radio" */
input[type="radio"], input[type="checkbox"]
{
	float: left;
	border: 0px none;
	margin-right: 0px;
	margin-top: 4px;
	margin-left: 0px;
	background-color: transparent;
}

input[type="checkbox"]
{
	height: 19px;
	padding: 0px;
	margin: 0px 2px 0px 0px;
}

input[type="radio"]
{
	padding-top: 0px;
	margin-top: 0px;
	height: 19px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #fff;
}



/************************************************************************************/
/* Input Type "File" */
input[type="file"]
{
	height: 21px;
}



/************************************************************************************/
/* Button Formatierungen */
.button
{
	float: left;
	width: auto;
	height: 20px;
	color: #FFF;
	background-color: #ee7f01;
	cursor: pointer;
	padding: 0px 5px 3px 5px;
	border: 1px solid #ee7f01;
	font-weight: normal;
	line-height: 1.6em;
}

.button:hover
{
	color: #fff;
	border: 1px solid #f19833;
	background-color: #f19833;
}



/************************************************************************************/
/* Abschluss Bereich */
#fldButtons
{
	height: 25px;
	text-align: right;
	padding: 0.5em 0em 0em 0em;
	margin: 1em 0em 0em 0em;
}

#fldButtons .button, #fldButtons .submitbutton
{
	float: right;
	width: 90px;
	height: 25px;
	margin: 0px 0px 0px 5px;
	line-height: 1.6em;
}



/************************************************************************************/
/*                                                                                  */
/* Bilderformatierungen                                                             */
/*                                                                                  */
/************************************************************************************/

img
{
	border: 0 none;
}

.image-icon
{
	vertical-align: middle;
	margin-right: 0.5em;
}

.image-icon-link
{
	vertical-align: middle;
	cursor: pointer;	
}

.image-loader
{
	height: 16px;
	width: 16px;
	float: left;
}

.image-link
{
	cursor: pointer;
}



/************************************************************************************/
/*                                                                                  */
/* Listenformatierungen                                                             */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Liste generell */
ul, ol
{
	margin-bottom: 1em;
}

ul li
{
	text-indent: 0em;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 2px;
	line-height: 1.4em;
}

ol
{
	margin-left: 1.5em;
}

ol li
{
	list-style-position: outside;
	list-style-type: decimal;
	padding-bottom: 0.5em;
}



/************************************************************************************/
/* Definitionsliste */
dl
{
	float: left;
	width: 100%;
	margin-bottom: 3em;
}

dt
{
	float: left;
	width: 150px;
	font-weight: bold;
	text-align: right;
	margin: 0em 1em 0.5em 0em;
	clear: left;
}

dd
{
	float: left;
	width: 500px;
	margin-bottom: 0.5em;
}



/************************************************************************************/
/* Normale Liste */
.liste
{
	width: 100%;
	border-bottom: 1px dotted #ccc;
	margin-top: 5px;
	margin-bottom: 2em;
	float: left;
}

.liste li
{
	float:left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px dotted #CCC;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	line-height: 1.8em;
}

.liste li ul
{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin: 0px;
	padding: 0px 0px 0px 24px;
}

.liste li ul li
{
	position: relative;
	font-weight: normal;
}

.liste li ul li:first-child
{
	border-top: none 0px;
}



/************************************************************************************/
/* Liste mit Punkt als Aufzählungszeichen */
.liste-punkt
{
	float: left;
	width: 100%;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 2em;
	margin-left: 0em;
}

.liste-punkt li
{
	float:left;
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/images/icons/aufzaehlungpunkt.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 1em;
}



/************************************************************************************/
/* Spalten Liste */
.columns-list
{
	float: left;
	width: 100%;
}

.columns-list li
{
	float: left;
	width: 120px;
	margin: 0em 0em 0.5em 0em;
}



/************************************************************************************/
/* Liste für Dialog (4 Spalten) */
.liste-dialog
{
	width: 100%;
	float: left;
	margin: 0.5em 0em 1em 0em;
}

.liste-dialog li
{
	float: left;
	width: 180px;
	margin: 0px 2px 5px 0px;
}




/************************************************************************************/
/*                                                                                  */
/* In diesem Style Sheet befinden sich Tabellen Elemente Formatierungen             */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Tabelle */
.tabelle
{
	width: 100%;
	padding: 0px;
	border-collapse: separate;
	border-spacing: inherit;
	empty-cells: show;
	display: table;
	margin-bottom: 1em;
	color: #000;
}

.tabelle caption
{
	caption-side: top;
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	margin-bottom: 0.5em;
	color: #3478b7;
}
 
.tabelle input, .tabelle select
{
	margin: 0px;
}

.tabelle td, .tabelle th
{
	padding: 0px 2px 0px 2px;
	height: 25px;
	text-indent: 1px;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}

/************************************************************************************/
/* Tabelle Bildung */

.tabelle.bildung
{
	margin: 10px 0 2em 0;
	padding:0 10px;
	font-size:0.92em;
	text-align: left;
}

.tabelle.bildung td, .tabelle.bildung th
{
	vertical-align:top;
	padding:8px;
}

.tabelle.bildung td:first-child
{
	background-color:#eee;
}

.tabelle.bildung td:last-child
{
	background-color:#eee;
}

/*2 Spalten*/
.tabelle.bildung_2spaltig
{
	margin:10px 0 0 0;
	padding:0 0;
	font-size:0.92em;
}

.tabelle.bildung_2spaltig td, .tabelle.bildung th
{
	vertical-align:top;
	padding:8px;
}

.tabelle.bildung_2spaltig td:first-child
{
	background-color:#eee;
}

.tabelle.bildung_2spaltig td:last-child
{
	background-color:#fff;
}

a.linkButton
{
	padding:4px 5px;
	background-color:#ee7f01;
	color:#fff;
	border:1px solid #fff;
	text-decoration:none;
}

a:hover.linkButton
{
	background-color:#fff;
	color:#ee7f01;
	border:1px solid #fff;
}

a.linkButtonBack
{
	padding:4px 5px;
	background-color:#ee7f01;
	color:#fff;
	border:1px solid #fff;
	text-decoration:none;
	margin: 0 0 0 10px;
}

a:hover.linkButtonBack
{
	background-color:#fff;
	color:#ee7f01;
	border:1px solid #fff;
}

.tabelle.bildung.download td
{
	background-color:#fff;
}

.orange
{
	color:#ee7f01;
}



/************************************************************************************/
/* Head */
.tabelle thead
{
	height: 18px;
	cursor: default;
	font-weight: bold;
	text-align: left;
}

.tabelle thead th
{
	height: 16px;
	padding: 2px;
	text-indent: 1px;
	text-align: left;
	color: #333;
	border-bottom: 1px solid #666;
}

.tabelle thead th:last-child
{
	border-right: none;
}

.tabelle thead th img
{
	vertical-align: middle;
	margin: -2px 0px 0px 2px;
}



/************************************************************************************/
/* Body */
.tabelle tbody
{
	cursor: default;
}

.tabelle tbody th
{
	font-weight: bold;
	text-align: right;
}
 
.tabelle tbody td:last-child
{
	border-right: none;
}



/************************************************************************************/
/* Foot */
.tabelle tfoot
{
	width: 100%;
	height: 18px;
	font-weight: bold;
	text-align: right;
	color: #333;
}

.tabelle tfoot td
{
	border-top: 1px solid #999;
	height: 16px;
	padding: 2px;
	text-indent: 1px;
}



/************************************************************************************/
/* Tabelle Scrollbereich */
.tabelle-scrollbereich
{
	float: left;
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
	border: 1px solid #666;
	margin-bottom: 1em;
}

.tabelle-scrollbereich .tabelle
{
	margin:0px;
	text-align: right;
}



/************************************************************************************/
/* Sonstiges */
/* Styles für den Zebra Streifen Effekt */
.tabelle tbody tr.alt td, .tabelle tbody tr.alt th
{
	background-color: #F0F0F0;
}

.tabelle tbody tr.over td, .tabelle tbody tr.over th
{
	background-color: #FFE9B9;
}

.tabelle .markiert
{
	background-color: #F96;
}


/* Styles für die Zeilen Optionen (Icons) */
.tabelle-optionen 
{
	text-align: left;	
}

.tabelle-optionen img 
{
	float: left;
	height: 16px;
	width: 16px;
	cursor: pointer;
	padding: 0px 3px 0px 0px;
	margin-top: 0px;
}



/************************************************************************************/
/*                                                                                  */
/* Generelle Textformatierungen                                                     */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Absatz */
p
{
	padding: 0 0 1em 0;
}



/************************************************************************************/
/* Überschriften */
h1, h2, h3
{
	padding: 0.4em 0 0.4em 0;
}

h1
{
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2em;
	padding-bottom: 1.0em;
}

h1:first-letter
{
	text-transform: uppercase;
}


h2
{
	font-size: 1.4em;
	font-weight: normal;
	font-weight: bold;
	line-height: 1.2em;
	color: #ee7f01;
	padding-top: 1.0em;
}

h3
{
	font-size: 1.2em;
	font-weight: bold;
	color: #999;
}

h4
{
	font-size: 1.2em;
	color: #fff;
	background-color: #b7b7b7;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}

h5
{
	font-size: 1.0em;
	font-weight: bold;
	padding: 1em 0em 0.2em 0em;
}



/************************************************************************************/
/* Link */
a
{
   outline: none;
}

a:link, a:visited, a:active
{
	text-decoration: underline;
	color: #333;
}

a:hover
{
	text-decoration: underline;
	color: #000;
}

.externalLink
{
	background-image:url(../images/icons/link_extern.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:13px;
}

.internalLink
{
	background-image:url(../images/icons/link_intern.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:13px;
}

.fileLink
{
	background-image:url(../images/icons/link_download.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:13px;
}



/************************************************************************************/
/* Generelle Textformatierungen */
.text-gruen
{
	color: #009900 !important;
}

.text-rot
{
	color: #FF0000 !important;
}

.text-blau
{
	color: #2e87ba !important;
}

.text-weiss
{
	color: #fff !important;
}

.text-grau
{
	color: #999 !important;
}

.text-schwarz
{
	color: #000 !important;
}

.text-fett
{
	font-weight: bold;	
}

.text-kursiv
{
	font-style: italic;
}

.text-unterstrichen
{
	text-decoration: underline;
}

.text-durchgestrichen
{
	text-decoration: line-through;
}

.text-blockelement
{
	float: left;
	width: 500px;
	padding-top: 1px;
	text-align: left;
	min-height: 19px;
}

.text-einleitung
{
	color: #06C;
	padding: 0em 0em 1em 0em;
	margin: 0em 0em 0em 0em;
}

.hyphenate
{
	text-align: justify; 	
}



/************************************************************************************/
/* Texte mit Icons */
.text-ok
{
	background: url(/images/icons/accept.png) no-repeat scroll left top;
	color: #009900;
	padding-left: 1.8em;
}

.text-warnung
{
	background: url(/images/icons/remark.png) no-repeat scroll left top;
	color: #F93;
	padding-left: 1.8em;
}

.text-fehler
{
	background: url(/images/icons/cancel.png) no-repeat scroll left top;
	color: #FF0000;
	padding-left: 1.8em;
}

.text-info
{
	background: url(/images/icons/information.png) no-repeat scroll left top;
	color: #06C;
	padding-left: 1.8em;
}

.text-telefon
{
	background: url(/images/icons/phone.gif) no-repeat scroll left top;
	padding-left: 1.8em;
}

.text-email
{
	background: url(/images/icons/mail.gif) no-repeat scroll left top;
	padding-left: 1.8em;
}

.text-home
{
	background: url(/images/icons/home.gif) no-repeat scroll left top;
	padding-left: 1.8em;
}



/************************************************************************************/
/* Hacks */
/* Für Easy Clearing */
.clearfix
{
	display: inline-block;
	clear: both;
	height: 0.1em;
	visibility: hidden;
	overflow: hidden;
}



/************************************************************************************/
/*                                                                                  */
/* Aktionen Styles                                                                  */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Suchen/Filter */
#frmAktionenFilter
{
	float: left;
	width: 100%;	
	border-bottom: 1px solid #ccc;
	padding: 0em 0em 1em 0em;
	margin: 0em 0em 2em 0em;
	font-size: 0.9em;
}

#frmAktionenFilter input
{
	margin: 0px;
}

#frmAktionenFilter select
{
	margin: 0px;
	width: 170px;
}

#frmAktionenFilter label
{
	width: 120px;
}

#frmAktionenFilter .label-text
{
	margin: 0px 0px 0px 5px;
}



/************************************************************************************/
/* Liste mit Aktionen */
#lstAktionenListe
{
	float: left;
	width: 100%;
	font-size: 0.9em;
}

#lstAktionenListe li
{
	float: left;
	width: 553px;
	max-height: 110px;
	background-color: #fff;
	padding: 5px 0px 5px 0px;
	margin-bottom: 2em;
	position: relative;
	border: 1px solid #ddd;
	cursor: pointer;
}

#lstAktionenListe li.energiesparhilfe
{
}

#lstAktionenListe li:hover
{
	border: 1px solid #aaa;
}

#lstAktionenListe a
{
	text-decoration: none;
}

#lstAktionenListe li .bild
{
	float: left;
	width: 120px;
	min-height: 80px;
	max-height: 100px;
	margin: 0px 10px 20px 5px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}

#lstAktionenListe li .titel
{
	float: left;
	width: 395px;
	height: 16px;
	overflow: hidden;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0em;
	margin: 3px 0px 10px 0px;
}

#lstAktionenListe li .text
{
	float: left;
	width: 395px;
	max-height: 80px;
	overflow: hidden;
	padding: 0em;
	margin: 0px 0px 15px 0px;
	text-align: justify;
}

#lstAktionenListe li .preis-aktion
{
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}

#lstAktionenListe li .preis-normal
{
	font-size: 0.9em;
	color: #df001d;
}

#lstAktionenListe li .rabatt
{
	float: left;
	font-size: 1.3em;
	font-weight: bold;
}

#lstAktionenListe li .energystar
{
	position: absolute;
	right: 1px;
	top: 1px;
	width: 32px;
	height: 25px;
	padding: 0px !important;
}


/*---------------------------------------------*/
/* Energie-Etikette Leiste */
#lstAktionenListe li .energie-etiketten-leiste
{
	position: absolute;
	bottom: 1px;
	right: 0px;
	width: 185px;
	height: 27px;
	margin: 0px;
	background-repeat: no-repeat;
}

#lstAktionenListe li .energie-etiketten-leiste img
{
	float: left;
	margin: 0px;
}



/************************************************************************************/
/* Aktion Details */
#divAktionDetails
{
	background-image: url(../images/hintergruende/aktion-details_bg.png);
	background-repeat: repeat-y;
}

#divAktionDetails #links
{
	float: left;
	width: 150px;
	min-height: 300px;
	padding: 0px 5px 0px 5px;
	margin: 1.3em 0em 0em 0em;
}

#divAktionDetails #divAktionBild
{
	width: 130px;
	height: 120px;
	padding: 10px;
	margin: 0px 0px 0.5em 0px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center 30px;
	position: relative;
}

#divAktionDetails #divAktionBild .energie-label
{
	position: absolute;
	bottom: 1px;
	left: 1px;
}

#divAktionDetails #divAktionBild .energystar
{
	position: absolute;
	top: 1px;
	right: 1px;
}

#divAktionDetails #rechts
{
	float: right;
	width: 380px;
	min-height: 500px;
	margin: 1em 0em 0em 0em;
}

#divAktionDetails img
{
	padding: 0px !important;
	float: none;
}

#divAktionDetails h3
{
	padding-top: 1em;
}

#divAktionDetails .zur-aktion
{
	font-size: 1.2em;
	color: #06C;
	font-weight: bold;
}


/*---------------------------------------------*/
/* Energie-Etikette Leiste */
#divAktionDetails .energie-etiketten-leiste
{
	width: 185px;
	height: 27px;
	margin: 0px 0px 0px 5px;
	background-repeat: no-repeat;
}

#divAktionDetails .energie-etiketten-leiste img
{
	float: left;
	margin: 0px;
}



/************************************************************************************/
/* Bilder Gallerie */
#lstAktionGallerie
{
	float: left;
	width: 100%;
	margin-bottom: 2em;
}

#lstAktionGallerie li
{
	float: left;
	width: 100px;
	height: 80px;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0px 7px 5px 0px;
	background-color: #fff;
}

#lstAktionGallerie li:hover
{
	border: 1px solid #aaa;
}

#lstAktionGallerie img
{
	width: 100px;
	height: 80px;
}



/************************************************************************************/
/*                                                                                  */
/* Layout Styles                                                                    */
/*                                                                                  */
/* -------------------------------                                                  */
/* Blau: #2571b1                                                                    */
/* Orange: #ee7f01                                                                  */
/* -------------------------------                                                  */
/************************************************************************************/

#divLayout
{
	width: 960px;
	min-height: 100%;
	padding: 0px 5px 0px 5px;
	display: inline-block;
	background-color:#fff;
}

#divOverlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	opacity: 0.9;
	background-color: #666;
	display: none;
}



/************************************************************************************/
/* Header */
#divHeader
{
	float: left;
	width: 960px;
	height: 90px;
	position: relative;
	background-color: #ee7f01;
	border-top: 5px solid #fff;
}

#divHeader #imgLogo
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 151px;
	height: 42px;
}

#divHeader #divHeaderBar
{
	position: absolute;
	top: 69px;
	left: 195px;
	width: 555px;
	height: 21px;
	text-align: right;
	padding: 0px 10px 0px 10px;
	background-color: #ccc;
}

#divClaim
{
	position:absolute;
	top:68px;
	right:5px;
	height:20px;
	font-size:0.9em;
	letter-spacing:-0.02em}

#divClaim a
{
	color:#fff;
	text-decoration:none;
}

#divClaim a:hover
{
	text-decoration:underline;
}


/************************************************************************************/
/* Content */
#divContent
{
	float: left;
	width: 575px;
	min-height: 400px;
	line-height: 18px;
	text-align: left;
	overflow-x: hidden;
	background-color: #fbfbfb;
	position: relative;
}



/************************************************************************************/
/* Slideshow */
#divContent #divSlideshow
{
  width: 575px;
  height: 142px;
}



/************************************************************************************/
/* Blaue Box */
#divContent .blaue-box
{
	width: 560px;
	height: 56px;	
	position: absolute;
	top: 78px;
	left: 0px;
	background-image:url(/images/hintergruende/blau_transparent.png);
	color: #fff;
	padding: 8px 5px 0 10px;
	font-size:1.5em; 
	line-height:22px;
}

#divContent .blaue-box h1
{
	text-transform: uppercase;	
}



/************************************************************************************/
/* Linke Spalte */
#divLinkeSpalte
{
	float: left;
	width: 190px;
	height: 100%;
	margin: 3px 5px 0px 0px;
	text-align: left;
}



/************************************************************************************/
/* Rechte Spalte */
#divRechteSpalte
{
	float: right;
	width: 185px;
	text-align: left;
}

#divRechteSpalte h4
{
	float: left;
	width: 165px;
	margin: 5px 0px 0px 0px;
	background-color: #B7B7B7;
	color: #fff;
	font-weight: normal;
}

#divRechteSpalte h4.box-titel
{
	margin-top: 3px;
	color: #fff;
	background-color: #2e87ba;
}

#divRechteSpalte h4.box-titel a
{
	color: #fff;
	text-decoration:none;
}

#divRechteSpalte h4.box-titel a:hover
{
	color: #EE7F01;
	text-decoration:none;
}

#divRechteSpalte .box
{
	width: 165px;
}


/*---------------------------------------------*/
/* Suche */
#divRechteSpalte #frmSuchen
{
	float: right;
	height: 20px;
	margin: 6px 0px 5px 0px;
	display: none;
}

#divRechteSpalte #frmSuchen input
{
	margin: 0px;
	border: 1px solid #ee7f01;
}

#divRechteSpalte #frmSuchen #tbxSuchen
{
	width: 155px; 
	color: #666;
}

#divRechteSpalte #frmSuchen #btnSubmitSuchen
{
	float: right;
	width: 20px; 
}


/*---------------------------------------------*/
/* Quicklinks */
#divRechteSpalte #lstQuicklinks
{
	padding: 0px;
	margin: 0px;
}

#divRechteSpalte #lstQuicklinks li
{
	list-style-position: outside;
	list-style-type: none;
	text-indent: 0px;
	padding: 0px 0px 2px 0px;
	margin: 0px;
}

#divRechteSpalte #lstQuicklinks li a
{
	color: #2E87BA;
	font-weight: bold;
	border-bottom-color: #2E87BA;
}



/************************************************************************************/
/* Footer */
#divFooter
{
	float: left;
	width: 100%;
	color: #666;
}

#lstFooterLogos
{
	margin-top:15px;
}

#lstFooterLogos ul
{
	width: 575px;
	margin: 0 0 0 195px;
	padding:0;
	border-top: 1px solid #f5f5f5;
}

#lstFooterLogos li
{
	display: inline;
	margin:0;
	padding:0;
}



/************************************************************************************/
/* Aktion + Energiesparhilfe Box */


/*---------------------------------------------*/
/* Generell */
.box
{
	float: left;
	width: 165px;
	margin: 2px 0px 25px 0px;
	padding: 5px 8px 8px 8px;
	position: relative;
}

.box:hover
{
	cursor: pointer;
}

.box a
{
	float: left;
	width: 100%;
	text-decoration: none;
}

.box .titel
{
	float: left;
	width: 100%;
	margin: 0em 0em 0.8em 0em;
	font-size: 1.0em;
	font-weight: bold;
}

.box .preis-normal
{
	font-size: 0.9em;
	color: #df001d;
}

.box .preis-aktion, .box .rabatt
{
	font-size: 1.3em;
	font-weight: bold;
}

.box .text
{
	float: left;
	width: 100%;
	line-height: 1.3em;
	margin: 0em 0em 0.3em 0em;
}


/*---------------------------------------------*/
/* Aktion-Box */
.aktion-box
{
	background: #ffd800 url(/images/aktionen/aktion-box_bg.png) repeat-x top;
	border: #fedb05 solid 2px;
}

.aktion-box:hover
{
	background-image: url(/images/aktionen/aktion-box_bg_hover.png);
}

.aktion-box .titel
{
	color: #df001d;
}

.aktion-box .preis-normal
{
	font-size: 0.9em;
	color: #df001d;
}

.aktion-box .preis-aktion, .aktion .rabatt
{
	font-size: 1.3em;
	font-weight: bold;
}

.aktion-box .energie-label
{
	position: absolute;
	bottom: -11px;
	left: -2px;
}

.aktion-box .energystar
{
	position: absolute;
	top: -1px;
	right: -1px;
	border: 1px solid #fff;
}

.aktion-box .energie-etiketten-leiste
{
	position: absolute;
	bottom: -24px;
	right: -2px;
	width: 185px;
	height: 27px;
	margin: 0px;
	background-repeat: no-repeat;
}

.aktion-box .energie-etiketten-leiste img
{
	float: left;
	margin: 0px;
}


/*---------------------------------------------*/
/* Energiesparhilfe-Box */
.energiesparhilfe-box
{
	background: #a1d068 url(/images/aktionen/energiesparhilfe-box_bg.png) repeat-x top;
	border: #a1d068 solid 2px;
}

.energiesparhilfe-box:hover
{
	background: #a1d068 url(/images/aktionen/energiesparhilfe-box_bg_hover.png) repeat-x top;
}



/************************************************************************************/
/* Graue Box */
.graue-box
{
	float: right;
	width: 165px;
	min-height: 50px;
	text-align: left;
	padding: 8px 10px 10px 10px;
	background-color: #eee;
}

.graue-box ul
{
	margin-bottom: 8px;
	padding: 10px;
	background-color: #eee;
}

.graue-box li
{
	margin-left: 12px;
	padding-left: 5px;
	list-style: outside disc;
}



/************************************************************************************/
/* News */
#divNews
{
	float: left;
	width: 100%;
}



/************************************************************************************/
/* Text Box */
.text-box
{
	float: left;
	width: 555px;
	min-height: 700px;
	padding: 10px;
}

.text-box img
{
	padding-right:0;
	padding-bottom:20px;
}

.text-box h1, .npobject h2
{
	font-weight: normal;
	color: #ee7f01 !important;
	padding-bottom: 18px;
}

.nplead
{
	font-weight: normal;
	color: #2e87ba;
	padding-bottom: 1em;
}

.text-box h3 
{
	font-weight: bold;
	color: #ee7f01;
	padding:9px 0 12px 0;
}

.text-box table
{
	width: 100%;
}



/************************************************************************************/
/* Submit Bereich */
#divSubmit
{
	float: left;
	width: 100%;
	height: auto;
	min-height: 16px;
	margin-bottom: 1em;
	display: none;
}



/************************************************************************************/
/* Div für Diagramm */
#divDiagramm
{
	float: left;
	width: 100%;
	height: 280px;
	margin: 0em 0em 1em 0em;
}

#divDiagramm .highcharts-credits
{
	display: none !important;
}



/************************************************************************************/
/* Detail Dialog */
.detail-dialog
{
	position: fixed;
	left: 0px;
	top: 5px;
	padding: 10px;
	margin: 0px;
	z-index: 90;
	display: none;
	background-color: #fff;
	border: 4px solid #2571b1;
	text-align: left;
}

.detail-dialog h2
{
	padding-top: 0.2em;
}

.detail-dialog form
{
	margin: 0px;
	padding: 0px;
}

.detail-dialog #imgDialogClose
{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}



/************************************************************************************/
/* Slideshow */
#divSlideshow
{
	cursor: pointer;
}

#divSlideshow img
{
	width: 575px;
	height: 155px;
}



/************************************************************************************/
/*                                                                                  */
/* Publisher Formatierungen                                                         */
/*                                                                                  */
/************************************************************************************/

#divNews .npobject .npdate
{
	padding-bottom:0;
}

.npobject
{
	clear:both;
}


#divNews .npobject h2
{
	margin: 0 -10px 0 -10px;
	padding: 5px 10px 9px 10px;
	text-transform: none;
	color: #555!important;
}

#divNews .npobject h3
{
	font-size: 10px;
	font-style: italic;
	color: #333;
	padding-top: 0px;
	padding-bottom: 0;
	font-weight: normal;
}

#divNews .npobject p
{
	font-size: 12px;
}

#divNews .npobject .nplead
{
	padding:0;
	color:#333;
	font-weight:normal;
}

#divNews .npobject .nplink
{
	display:block;
	color: #666;
	padding-top:9px;
	padding-bottom:9px;
	margin-bottom:18px;
	border-bottom:#ddd 1px solid;
}

#divVeranstaltungen a
{
	color: #2E87BA;
	font-weight: bold;
	border-bottom-color: #2E87BA;
}

.npheadlinetitle
{
	margin: 7px -10px -10px -10px;
	padding: 0 10px 18px 10px;
	font-size: 1.4em;
	color: #EE7F01!important;
	font-weight: bold;
}

.npobject li
{
	list-style-type:disc;
	list-style-position:outside;
	margin-left:15px;
}

.npgallery img
{
	padding-right:0;	
}

.npimageleft
{
	float:left;
	padding-right:20px!important;
}


.downloads .npobject img{
	margin: 0 0 1em 0;
	padding: 0px;
	border: 1px solid #666;
}

.npimageright
{
	float:right;
	padding-left:10px;
}

p.npobject p
{
	float:right;
}




/************************************************************************************/
/*                                                                                  */
/* Navigation Styles                                                                */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Haupt Navigation */
#lstHauptnavigation
{
	width: 100%;
}

#lstHauptnavigation li
{
	text-transform: uppercase;
	margin: 0px 0px 3px 0px;
}

#lstHauptnavigation li a
{
	width: 180px;
	height: 20px;
	background-color: #ccc;
	list-style-type: none;
	text-decoration: none;
	padding: 5px 0px 0px 10px;
	display: block;
}

#lstHauptnavigation li a:hover
{
	background-color: #ee7f01;
	color: #fff;
}

#lstHauptnavigation a.active, #lstHauptnavigation a.active:hover
{
	background-color: #ee7f01;
	color: #fff;
}

#lstHauptnavigation a.parent-active, #lstHauptnavigation a.parent-active:hover
{
	background-color: #FBCEA1;
	color: #000;
}



/* 1th Level Navigation */
#lstHauptnavigation li ul
{
	margin-bottom: 0px;
}

#lstHauptnavigation li ul li
{
	text-transform: none;
	margin: 0px 0px 1px 0px;
}

#lstHauptnavigation li ul li a
{
	width: 170px;
	height: 20px;
	background-color: #eee;
	margin: 2px 0px 0px 10px;
	padding: 5px 0px 0px 10px;
}

#lstHauptnavigation li ul li a:hover
{
	background-color: #FBCEA1;
	color: #ee7f01;
}

#lstHauptnavigation .aktionen
{
	background-color:#2E87BA;
	color:#fff;
}


/* 2nd Level Navigation */
#lstHauptnavigation li ul li ul li a
{
	width: 160px;
	height: 20px;
	background-color: #FAFAFA;
	font-size: 0.9em;
	margin-top: 2px;
	margin-left: 20px;
	padding: 5px 0px 0px 10px;
}

#lstHauptnavigation li ul li a:hover
{
	background-color: #FBCEA1;
	color: #000;
}



/************************************************************************************/
/* Sprachen Navigation */
#lstSprachenNavigation
{
	position: absolute;
	top: 2px;
	right: 0px;
	text-align: right;
}

#lstSprachenNavigation li
{
	display: inline;
	padding: 0em 8px 0em 2px;
	font-size: 0.9em;
}

#lstSprachenNavigation li a
{
	text-decoration: none;
	color: #fefefe;
}

#lstSprachenNavigation li a:hover
{
	text-decoration: underline;
}

#lstSprachenNavigation li .active
{
	color: #333;
}



/************************************************************************************/
/* Meta Navigation */
#lstMetaNavigation
{
	font-size: 0.9em;
	text-align: right;
	margin: 1px 0px 0px 0px;
}

#lstMetaNavigation li
{
	display: inline;
	padding: 0px 0px 0px 10px;
}

#lstMetaNavigation li a
{
	text-decoration: none;
	line-height:18px;
	color: #333;
}

#lstMetaNavigation li a:hover
{
	text-decoration: underline;
}

#lstMetaNavigation li .active
{
	color: #333;
}



/************************************************************************************/
/* Footer Navigation */
#lstFooterNavigation
{
	display: block;
	width: 520px;
	border-top: 1px solid #999; 
	margin: 9px auto 0px auto;
	padding-top:9px;
}

#lstFooterNavigation li
{
	float: left;
	width: 20%;
	text-align: center;
}

#lstFooterNavigation li a
{
	text-decoration: none;
	color: #666;
}

#lstFooterNavigation li a:hover
{
	text-decoration:underline;
}



/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/scripts/jquery/fancybox/images/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/scripts/jquery/fancybox/images/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/scripts/jquery/fancybox/images/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/scripts/jquery/fancybox/images/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/scripts/jquery/fancybox/images/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/scripts/jquery/fancybox/images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/scripts/jquery/fancybox/images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/scripts/jquery/fancybox/images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/scripts/jquery/fancybox/images/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/scripts/jquery/fancybox/images/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/scripts/jquery/fancybox/images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/scripts/jquery/fancybox/images/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/scripts/jquery/fancybox/images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/scripts/jquery/fancybox/images/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/scripts/jquery/fancybox/images/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/scripts/jquery/fancybox/images/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/scripts/jquery/fancybox/images/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/scripts/jquery/fancybox/images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/scripts/jquery/fancybox/images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/scripts/jquery/fancybox/images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/scripts/jquery/fancybox/images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/scripts/jquery/fancybox/images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/scripts/jquery/fancybox/images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/scripts/jquery/fancybox/images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/scripts/jquery/fancybox/images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/scripts/jquery/fancybox/images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/scripts/jquery/fancybox/images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/scripts/jquery/fancybox/images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/scripts/jquery/fancybox/images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/scripts/jquery/fancybox/images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/scripts/jquery/fancybox/images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/scripts/jquery/fancybox/images/fancy_shadow_nw.png', sizingMethod='scale'); }




/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 0.9em;
	text-align: left;
	color: #000;
	padding: 4px 8px;
	border: 1px solid rgba(0,0,0,0.25);
	background-color: #FFFFD9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}




