/* ****************************************************************************************** */
/* Allgemeines
/* ****************************************************************************************** */

*
{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
}

/* Wallpaper (Hintergrundbild für die ganze Seite) */
.wallpaper
 {
	background-color: #FFFFFF;
	background-image: url('../pics/layout/wallpaper_linien.gif');
	background-position: 0px 0px;
	background-repeat: repeat-y;
 }

/* Links */
a:link, a:visited,  a:active
{
	color: #325396;
	text-decoration: underline/*none*/;
}
a:hover
{
	text-decoration: none/*underline*/;
}
 
/* Top-Kasten (Presse, Termine, News) */
.topkasten
 {
	border: 1px solid #CFCFCF;
	background-color: #FFFFFF;
	font-size: 11px;
	vertical-align: top;
	padding-bottom: 10px;
 }

/* Zelle mit Hauptnavigation */
.zellehauptnavigation
 {
	vertical-align: top;
	background-color: #FFA046;
 }
 
/* Linie im Footer */
.linefooter
 {
	background-image: url('../pics/layout/line_footer.gif');
	background-repeat: repeat-x;
	background-position: top;
 }
 
/* Text im Footer */
.textfooter, .textfooter:link, .textfooter:visited, .textfooter:hover, .textfooter:active
 {
	color: #ADADAD;
	text-align: center;
	font-size: 9px;
	padding-top: 5px;
	text-decoration: none;
 }

/* Copyright-Vermerk */
.copyright
 {
	color: #ADADAD;
	text-align: right;
	font-size: 10px;
	background-image: url('../pics/layout/line_footer.gif');
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
 }
 
/* Button im Footer */
.buttonfooter
 {
	vertical-align: top;
 }
 
/* Zelle für Sprache in Sprachauswahl */
.zellesprache
 {
	background-color: #325396;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
 }
 
/* Link für Sprache in Sprachauswahl (inaktiv) */
.linksprache, .linksprache:link, .linksprache:visited, .linksprache:hover, .linksprache:active
 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
 }

/* Link für Sprache in Sprachauswahl (aktiv) */
.linkspracheaktiv, .linkspracheaktiv:link, .linkspracheaktiv:visited, .linkspracheaktiv:hover, .linkspracheaktiv:active
 {
	color: #FFA046;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
 }

/* Standard-Text */
.stdtext, .stdtext:link, .stdtext:visited, .stdtext:hover, .stdtext:active
 {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
 }

/* Standard-Text fett */
.stdtextbold, .stdtextbold:link, .stdtextbold:visited, .stdtextbold:hover, .stdtextbold:active
 {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
 }

 
/* ****************************************************************************************** */
/* Suche
/* ****************************************************************************************** */
/* Zelle für Suche */

.zellesuche
 {
	text-align: right;
 }

/* Suche im Seiten-Template: Suchtext */
.suchesttext
 {
	font-size: 10px;
	color: #3A5598;
 }

/* Suche im Seiten-Template: Submit-JS-Button */
.suchestsubmit, .suchestsubmit:link, .suchestsubmit:visited, .suchestsubmit:hover, .suchestsubmit:active
 {
	font-size: 9px;
	background-color: #FF7D00;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: normal;
 }

/* Suche im Seiten-Template: Input-Feld */
.formstsucheinput
 {
	font-size: 9px;
	border: 1px solid #B8B8B8;	
 }

/* ****************************************************************************************** */
/* Startseite
/* ****************************************************************************************** */
 
/* Startseite: Logo Enteo oben */
.startlogoenteo
 {
	text-align: right;
	padding-right: 5px;
 } 

/* Startseite: Zelle mit Portalnavigation */
.startzelleportalnavigation
 {
	padding-top: 8px;
	vertical-align: top;
 }

/* Startseite Flash: Zelle mit Portalnavigation */
.startzelleportalnavigationflash
 {
	padding-top: 8px;
	vertical-align: top;
	background-color: #E3E3E3;	
 }
 
/* Startseite Flash: helles grau */
.startzellehellgrauflash
 {
	background-color: #E3E3E3;	
 }
 
 
/* Startseite: Zelle mit Top-Kästen rechts (Presse, Termine, News) */
.startzelletopkaesten
 {
	vertical-align: top;
 }

/* Startseite: Zelle mit Login-Bereich */
.startzellelogin
 {
	vertical-align: top;
	background-color: #BBBBBB;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
 } 

/* Startseite: grau für Login (zu Füllzwecken) */
.startlogingrau
 {
	background-color: #BBBBBB;
 }

/* Startseite: Zellen links (Login und Hauptnav.) */
.startzellenlinks
 {
	vertical-align: top;
 }

/* Startseite: Zellen links und Content (Login, Hauptnav,, Content) */
.startzellenlinksundcontent
 {
	vertical-align: top;
 }

/* Startseite: Zelle mit Content */
.startzellecontent
 {
	vertical-align: top;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
 }

/* Startseite: Zelle mit Motto */
.startzellemotto
 {
	vertical-align: top;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 28px;
 }
 
/* Startseite: Bild oben */
.startbildoben
 {
	background-position: top left;
	background-repeat: no-repeat;
 }

/* Startseite: Bild oben Fortsetzung grau (zu Füllzwecken) */
.startbildobengrau
 {
	background-color: #B7B7B7;
 }

/* Startseite: Bild oben Fortsetzung blau (zu Füllzwecken) */
.startbildobenblau
 {
	background-color: #1099E0/*#03A2E4*/;
 }

/* orange der Hauptnavigation (zu Füllzwecken) */
.starthauptnavorange
 {
	background-color: #FFA046;
 }

/* ****************************************************************************************** */
/* Content-Template
/* ****************************************************************************************** */

 /* Content: Zelle mit Portalnavigation */
.contentzelleportalnavigation
 {
	padding-top: 4px;
	background-color: #B6B6B6;
	padding-bottom: 4px;
	padding-left: 10px;
 }
 
/* Content: Zelle für Contentbereich */
.contentzellecontent
 {
	vertical-align: top;
	padding-left: 50px;
	padding-right: 80px;
	padding-top: 25px;
 }
 
/* Content: Zelle für 2.Ebene der Hauptnavigation */
.contentzellehautpnav2
 {
/*	background-color: #325396;*/
/*	padding-top: 5px;*/
/*	padding-bottom: 5px;*/
	vertical-align: top;
 }

/* Content: Zelle für 2.Ebene der Hauptnavigation */
.contentzellehautpnav2fueller
 {
	background-color: #325396;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
 }

 
 /* Content: Zelle mit Top-Kästen rechts (Presse, Termine, News) */
.contentzelletopkaesten
 {
	vertical-align: top;
	padding-top: 59px;
 }

/* MouseOver-TExt über 2.Ebene der Hauptnavigation */
.contentmouseovernavtext
 {
	padding: 10px;
	font-size: 10px;
	color: #355198;
	width: 430px;
	vertical-align: middle;
 }
 
/* Content: Logo Enteo oben */
.contentlogoenteo
 {
	padding-left: 82px;
 } 

/* Content: Zelle mit Login-Bereich */
.contentzellelogin
 {
	vertical-align: top;
	background-color: #BBBBBB;
 } 

 
 /* Zelle mit Pfadnavigation */
.contentzellepfadnavigation
 {
	font-size: 10px;
	color: #355198;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
 }
 

 
/* ****************************************************************************************** */
/* Sitemap
/* ****************************************************************************************** */
 
/* Zelle Ebene 1 */
.sitemapebene-1
{
	background-color: #325396;
}

/* Link Ebene 1 */
.sitemaplinkebene-1, .sitemaplinkebene-1:link, .sitemaplinkebene-1:visited, .sitemaplinkebene-1:hover, .sitemaplinkebene-1:active
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
 }

/* Zelle Ebene 2 */
.sitemapebene-2
{
	background-color: #FFFFFF;
}

/* Link Ebene 2 */
.sitemaplinkebene-2, .sitemaplinkebene-2:link, .sitemaplinkebene-2:visited, .sitemaplinkebene-2:hover, .sitemaplinkebene-2:active
 {
	color: #325396;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
 }

/* Zelle Ebene 3 */
.sitemapebene-3
{
	background-color: #FFFFFF;
}

/* Link Ebene 3 */
.sitemaplinkebene-3, .sitemaplinkebene-3:link, .sitemaplinkebene-3:visited, .sitemaplinkebene-3:hover, .sitemaplinkebene-3:active
 {
	color: #325396;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
 }

/* Zelle Ebene 4 */
.sitemapebene-4
{
	background-color: #FFFFFF;
}

/* Link Ebene 4 */
.sitemaplinkebene-4, .sitemaplinkebene-4:link, .sitemaplinkebene-4:visited, .sitemaplinkebene-4:hover, .sitemaplinkebene-4:active
 {
	color: #325396;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
 }


/* ****************************************************************************************** */
/* Sitemap zweispaltig
/* ****************************************************************************************** */
 
/* Zelle Ebene 1 */
.sitemapebene3-1
{
	background-color: #325396;
	height: 15px;	
}

/* Link Ebene 1 */
.sitemaplinkebene3-1, .sitemaplinkebene3-1:link, .sitemaplinkebene3-1:visited, .sitemaplinkebene3-1:hover, .sitemaplinkebene3-1:active
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	background-color: #325396;	
 }

.sitemaplinkebene3-1:hover
	{ 
	text-decoration: underline;
	}
	 
/* Zelle Ebene 2 */
.sitemapebene3-2
{
	height: 15px;		
}

/* Link Ebene 2 */
.sitemaplinkebene3-2, .sitemaplinkebene3-2:link, .sitemaplinkebene3-2:visited, .sitemaplinkebene3-2:hover, .sitemaplinkebene3-2:active
 {
	color: #325396;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
 }

 
.sitemaplinkebene3-2:hover
	{ 
	text-decoration: underline;
	}
 
/* Zelle Ebene 3 */
.sitemapebene3-3
{
	height: 15px;		
}

/* Link Ebene 3 */
.sitemaplinkebene3-3, .sitemaplinkebene3-3:link, .sitemaplinkebene3-3:visited, .sitemaplinkebene3-3:hover, .sitemaplinkebene3-3:active
 {
	color: #325396;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
 }

.sitemaplinkebene3-3:hover
	{ 
	text-decoration: underline;
	}

/* Zelle Ebene 4 */
.sitemapebene3-4
{
	height: 15px;		
}

/* Link Ebene 4 */
.sitemaplinkebene3-4, .sitemaplinkebene3-4:link, .sitemaplinkebene3-4:visited, .sitemaplinkebene3-4:hover, .sitemaplinkebene3-4:active
 {
	color: #325396;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
 }

.sitemaplinkebene3-4:hover
	{ 
	text-decoration: underline;
	}

	
/* ****************************************************************************************** */
/* Pfad-Navigation
/* ****************************************************************************************** */

/* Navigationspunkt in Pfadnavigation */
.pfadnavigation, .pfadnavigation:link, .pfadnavigation:visited, .pfadnavigation:hover, .pfadnavigation:active
 {
	font-size: 10px;
	color: #355198;
	text-decoration: none;
 }

/* letzter Navigationspunkt in Pfadnavigation (kein Link)*/
.pfadnavigationletzteseite
 {
	font-size: 10px;
	color: #355198;
	text-decoration: none;
	font-weight: bold;
 }

/* ****************************************************************************************** */
/* Portal- und Haupt-Navigation
/* ****************************************************************************************** */

/* Ebene1 inaktiv (kein Link) */
.ebene-1
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene1 inaktiv */
.ebene-1:link
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene1 inaktiv (besuchter Link)*/
.ebene-1:visited
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene1 inaktiv (MouseOver)*/
.ebene-1:hover
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene1 inaktiv (aktiver Link)*/
.ebene-1:active
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene1 aktiv (kein Link) */
.ebene-1-aktiv
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene1 aktiv */
.ebene-1-aktiv:link
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene1 aktiv (besuchter Link)*/
.ebene-1-aktiv:visited
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene1 aktiv (MouseOver)*/
.ebene-1-aktiv:hover
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene1 aktiv (aktiver Link)*/
.ebene-1-aktiv:active
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene2 inaktiv (kein Link) */
.ebene-2
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene2 inaktiv */
.ebene-2:link
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene2 inaktiv (besuchter Link)*/
.ebene-2:visited
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene2 inaktiv (MouseOver)*/
.ebene-2:hover
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene2 inaktiv (aktiver Link)*/
.ebene-2:active
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene2 aktiv (kein Link) */
.ebene-2-aktiv
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene2 aktiv */
.ebene-2-aktiv:link
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene2 aktiv (besuchter Link)*/
.ebene-2-aktiv:visited
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene2 aktiv (MouseOver)*/
.ebene-2-aktiv:hover
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene2 aktiv (aktiver Link)*/
.ebene-2-aktiv:active
 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }


/* blauer Hintergrund für Zeile für 2. Nav.-Ebene */
.navblau
 {
	background-color: #325396;
 }
 
 
/* ****************************************************************************************** */
/* Haupt-Navigation
/* ****************************************************************************************** */

/* vertikale Linie links von Hauptnavigation */
.hauptnavlinie
 {
/*
 	background-image: url('../pics/layout/hauptnav_linie.gif');
	background-repeat: repeat-y;
	background-position: left top;
*/	
 }

/* ZElle in der 2.Ebene der Hauptnavigation */
.zellehauptnavebene2
 {
	padding-left: 10px;
	padding-right: 10px;
 }

/* Markierung blau für aktiven Nav.-Punkt */
.markierungblau
 {
	background-color: #325396;
 }

/* vertikale Linie links von Hauptnavigation (blau) */
.hauptnavlinieblau
 {
/* 
	background-image: url('../pics/layout/hauptnav_linie_blau.gif');
	background-repeat: repeat-y;
	background-position: left top;
*/
	background-color: #325396;
 }


/* ****************************************************************************************** */
/* Portal-Navigation
/* ****************************************************************************************** */

/* Ebene1 aktiv (kein Link) */
.portal-ebene-1-aktiv
 {
	color: #325396;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene1 aktiv */
.portal-ebene-1-aktiv:link
 {
	color: #325396;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene1 aktiv (besuchter Link)*/
.portal-ebene-1-aktiv:visited
 {
	color: #325396;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene1 aktiv (MouseOver)*/
.portal-ebene-1-aktiv:hover
 {
	color: #325396;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene1 aktiv (aktiver Link)*/
.portal-ebene-1-aktiv:active
 {
	color: #325396;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }


 
 /* für startseite_flash */
 
/* Ebene1 aktiv (kein Link) */
.portal-ebene-1
 {
	color: #325396;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene1 aktiv */
.portal-ebene-1:link
 {
	color: #325396;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene1 aktiv (besuchter Link)*/
.portal-ebene-1:visited
 {
	color: #325396;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene1 aktiv (MouseOver)*/
.portal-ebene-1:hover
 {
	color: #325396;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }

/* Ebene1 aktiv (aktiver Link)*/
.portal-ebene-1:active
 {
	color: #325396;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
 }
 
 
 

/* ****************************************************************************************** */
/* Elemente
/* ****************************************************************************************** */
 
.ueberschrift1
 {
	font-size: 13px;
	margin-bottom: 15px;
 }
 
.ueberschrift2
 {
	font-size: 11px;
	margin-bottom: -8px;
 }

p
 {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
 }

.ppartneranmeldung
 {
	font-size: 11px;
	margin: 0 0 7px 0;
	padding: 0;
 }

ul
 {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
 }

li
 {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
 }

/* Bild rechts */
.bild-0
 {
	float: right;
	margin-top: 3px;
	margin-left: 7px;
	margin-bottom: 7px;
 }
 
/* Bild links */
.bild-1
 {
	float: left;
	margin-top: 3px;
	margin-right: 7px;
	margin-bottom: 7px;
 }
 
.bildunterschrift
 {
	font-size: 10px;
	font-style: italic;
	padding-top: 2px;
 }
 
/* Startseite: DIV-Container mit ShortLink */
.startdivshortlink
 {
	background-color: #E3E3E3;
	padding-left: 23px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 1px;
 }

 /*
.startshortlink_TD_mouseover
{
    BACKGROUND-COLOR: #F2F2F2;
     color:#000000;
}
.startshortlink_TD_mouseout
{
   
	background-color: #E3E3E3;
     color:#000000;
}
 */
 
/*
div.startdivshortlink:hover
{
background-color: #F1F1F1; 
}

div.startdivshortlink:hover table
{
background-color: #F1F1F1; 
}
*/

/* DIV-Container mit ShortLink */
.divshortlink
 {
	background-color: #E3E3E3;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 1px;
 }
 
/* Startseite: Shortlink (Link selbst) */
a.shortlink:link, a.shortlink:visited, a.shortlink:active
 {
	font-size: 11px;
	color: #355198;
	font-weight: bold;
	text-decoration: none;
 }

/* Startseite: Shortlink (Link selbst) */

a.shortlink:hover
 {
	/*background-color: #F1F1F1;  */
	text-decoration: underline;
 }
 
 
/* Startseite: Text des Shortlinks */
.shortlinktext
 {
	font-size: 11px;
	color: #000000;
	line-height: 14px;
 }
 
/* Content und Spezial: Extra-Links */
.divextralinkskasten
 {
	padding-left: 1px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #325396;
/*	border-width: 1px;
	border-color: #325396;
	border-style: solid;*/
 }

/* Content und Spezial: Text des Extra-Links */
.extralinktext, .extralinktext:link, .extralinktext:visited, .extralinktext:hover, .extralinktext:active
 {
	font-size: 11px;
	color: #FFFFFF;
	font-size: 10px;
/*	line-height: 14px;*/
	font-weight: bold;	
 }

 
/* Heading im related Links-Kasten */
.relatedlinksheadingtopkasten
 {
	font-size: 11px;
	color: #FFA046;
	font-weight: bold;
	text-decoration: none;
 }

/* Heading eines related Links */
.relatedlinksheading, .relatedlinksheading:link,.relatedlinksheading:visited,.relatedlinksheading:hover,.relatedlinksheading:active
{
	color: #062F71;
	font-weight: bold;
}
 
/* Verweis im ABsatz-Element */
.verweis, .verweis:link, .verweis:visited, .verweis:hover, .verweis:active
 {
	color: #325396;
	text-decoration: none;
	font-weight: bold;
 }

/* Überschrift für Vorschaltseite */
.vorschaltueberschrift1
 {
	font-size: 16px;
	color: #FFFFFF;
 }


/* ****************************************************************************************** */
/* Formulare
/* ****************************************************************************************** */

/* Login-Formular: Zelle für Formular-Elemente und Links (Logout, Passwort vergessen)*/
.zelleformlogin, .zelleformlogin:link, .zelleformlogin:visited, .zelleformlogin:hover, .zelleformlogin:active
 {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
 }

/* Login-Formular: Formular-Elemente */
.formlogin
 {
	font-size: 9px;
	background-color: #D0D0D0;
	border: 1px solid #FFFFFF;	
	line-height: 9px;
	height: 15px;
 }

/* Login-Formular: Zelle für Go-Button */
.zelleformlogingo
 {
	font-size: 10px;
	background-color: #FF7D00;
	color: #FFFFFF;
	border: 1px solid #BBBBBB;	
	padding-left: 1px;
	padding-right: 1px;
 }
 
/* Login-Formular: Go-Button (Link) */
.formlogingolink, .formlogingolink:link, .formlogingolink:visited, .formlogingolink:hover, .formlogingolink:active
 {
	font-size: 10px;
	background-color: #FF7D00;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
 }

/* Fehlermeldungen */
.fehlertext
 {
	font-size: 11px;
	color: red;
 }

/* Formularelemente allgemein */
input.form
 {
	font-size: 11px;
	color: #000000;
	border: 1px solid #ADADAD;
 }
 
/* Formularelement Checkbox */
.formcheckbox
 {
	font-size: 11px;
	color: #000000;
 }
 
/* Text für "anmgemeldet bleiben" in content-templates */
.angemeldetbleiben
 {
	font-size: 10px;
	color: #355198;
 }
 
 /* Angemeldet bleiben-Formular: Go-Button (Link) */
.angemeldetbleibengolink, .angemeldetbleibengolink:link, .angemeldetbleibengolink:visited, .angemeldetbleibengolink:hover, .angemeldetbleibengolink:active
 {
	font-size: 10px;
	background-color: #FF7D00;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
 }

/* ****************************************************************************************** */
/* News
/* ****************************************************************************************** */

/* Heading in einem News-Kasten */
.newsheadingtopkasten
 {
	font-size: 11px;
	color: #FFA046;
	font-weight: bold;
	text-decoration: none;
 }

/* DIV für News-Aufmacher */
.divnewsaufmacher
 {
	padding-bottom: 10px;
 }
 
/* Überschrift für Newsaufmacher */
.newsaufmacherueberschrift,.newsaufmacherueberschrift:link,.newsaufmacherueberschrift:visited,.newsaufmacherueberschrift:hover,.newsaufmacherueberschrift:active
 {
	color: #062F71;
	font-weight: bold;
 }

/* "Meldung vom" */
.divnewsmeldung
 {
	font-style: italic;
	/* color: #062F71; */
	/* font-weight: bold; */
	color: black;
	padding-bottom: 3px;
 }

/* ****************************************************************************************** */
/* Spezial-Template
/* ****************************************************************************************** */

/* Spezial: Zelle für Contentbereich */
.spezialzellecontent
 {
	vertical-align: top;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 25px;
 }


/* ****************************************************************************************** */
/* Patchlist-Template
/* ****************************************************************************************** */

/* Patchlist: Zelle für Contentbereich */
.patchlistzellecontent
 {
	vertical-align: top;
	padding-left: 10px;
	padding-top: 25px;
 }
 
 
/* ****************************************************************************************** */
/* Partner
/* ****************************************************************************************** */
 
/* Liste: Zelle mit Überschrift */
.zellelistepartnerueberschrift
 {
	vertical-align: top;
	font-weight: bold;
 }

/* Liste: Zelle mit Partner-Daten */
.zellelistepartnerdaten
 {
	vertical-align: top;
 }
 
 /* Liste: Firmen-Link */
.listepartnerfirmenlink, .listepartnerfirmenlink:link, .listepartnerfirmenlink:visited, .listepartnerfirmenlink:hover, .listepartnerfirmenlink:active
 {
	color: #325396;
	font-weight: bold;
	text-decoration: none;
 }

 /* Detailseite: Zelle mit Bild */
 .zelledetailpartnerbild
  {
	vertical-align: top;
  }
  
/* Detailseite: Zelle mit Adress-Tabelle */
 .zelledetailadresstabelle
  {
	vertical-align: top;
  }
  
/* ****************************************************************************************** */
/* Glossar
/* ****************************************************************************************** */

/* Buchstaben-Link in ABC-Leiste */
.glossarbuchstabe, .glossarbuchstabe:link, .glossarbuchstabe:visited, .glossarbuchstabe:hover, .glossarbuchstabe:active
 {
	font-weight: bold;
 }
 
 
/* ****************************************************************************************** */
/* Vorschaltseite
/* ****************************************************************************************** */

/* Vorschaltseite: Link */
.vorschaltlink, .vorschaltlink:link, .vorschaltlink:visited, .vorschaltlink:hover, .vorschaltlink:active
{
	color: #FFFFFF;
}

/* Vorschaltseite: obere Tabelle mit Hintergrundbild und Sprachen-Links */
.vorschalttabelleoben
 {
	background-image: url('../pics/layout/bild_vorschaltseite.jpg');
	background-position: 2px 0px;
	background-repeat: no-repeat;
 }

 .vorschalttabelleoben-laender
 {
/*	background-image: url('../pics/layout/bild_vorschaltseite.jpg');*/
	background-position: 2px 0px;
	background-repeat: no-repeat;
 }
 
/* Vorschaltseite: untere Tabelle mit Content und Footer (für Positionierung) */
.vorschalttabelleunten
 {
	position: absolute;
	top: 310px;
 }
 
/* Vorschaltseite: Zelle für Contentbereich */
.vorschaltzellecontent
 {
	vertical-align: top;
	padding-right: 158px;
	
 }

.tuerkis, a.tuerkis:hover, a.tuerkis:active,  a.tuerkis:focus  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #00A1E5;
/*	border: 1px solid #FF9900;*/
	/*width: 120px;*/
}
 

/* ****************************************************************************************** */
/* Stellenausschreibungen
/* ****************************************************************************************** */

/* DIV für Stellenausschreibungen-Aufmacher (in Liste) */
.divstellenausschreibungenaufmacher
 {
	padding-bottom: 10px;
 }
 
/* Überschrift für Stellenausschreibungen */
.stellenausschreibungenueberschrift,.stellenausschreibungenueberschrift:link,.stellenausschreibungenueberschrift:visited,.stellenausschreibungenueberschrift:hover,.stellenausschreibungenueberschrift:active
 {
	color: #062F71;
	font-weight: bold;
 }

/* Titel für einen Block auf der Detailseite */
.stellenausschreibungdetailblocktitel
 {
	font-weight: bold;
	vertical-align: top;
 }
 
/* "Stellenausschreibung vom" */
.divstellenausschreibungvom
 {
	font-style: italic;
	/* color: #062F71; */
	/* font-weight: bold; */
	color: black;
	padding-bottom: 3px;
 }
 
/* ****************************************************************************************** */
/* CRM-Schnittstelle (Erstanmeldung, Datenänderung)
/* ****************************************************************************************** */

.crmzwischenueberschrift
 {
	font-weight: bold;
 }
 

/* ****************************************************************************************** */
/* Downloadcenter
/* ****************************************************************************************** */
 
.dlcenterdateiname, .dlcenterdateiname:link, .dlcenterdateiname:visited, .dlcenterdateiname:hover, .dlcenterdateiname:active
 {
	color: 3454A1;
 }
 
/* Trennlinie im Downloadcenter */
.linedownloadcenter
{
	background-image: url('../pics/layout/zeichen_trenner.gif');
}

/* DIV-Container für zus. Einleitungstext (bei Anzeige des erstanmeldungsformulars) */
.downloadcenter_einleitungstext
{
	border-top: 1px dashed #B6B6B6;
	border-bottom: 1px dashed #B6B6B6;
	padding: 2px 0;
}



/* ****************************************************************************************** */
/* Veranstaltungen
/* ****************************************************************************************** */

/* Veranstaltungsdauer */
.divveranstaltungsdauer
 {
	font-style: italic;
	/* color: #062F71; */
	/* font-weight: bold; */
	color: black;
	padding-bottom: 3px;
 }

/* DIV für Veranstaltung in Liste */
.divveranstaltungsliste
 {
	padding-bottom: 10px;
 }
 
/* Veranstaltungstitel in Liste */
.veranstaltungstitel,.veranstaltungstitel:link,.veranstaltungstitel:visited,.veranstaltungstitel:hover,.veranstaltungstitel:active
 {
	color: #062F71;
	font-weight: bold;
 }
 
 /* ****************************************************************************************** */
/* Agenda enteo world 2005
/* ****************************************************************************************** */

.table_enteo_world_spalte_0{
	background-color: white;
	vertical-align: top;
	width: 80px;
}

.table_enteo_world_spalte_1{
	background-color: #0088CA;
	vertical-align: top;
	width: 104px;
}


.table_enteo_world_spalte_2{
	background-color: #F19C4A;
	vertical-align: top;
	width: 104px;
}

.table_enteo_world_spalte_3{
	background-color: #B1B4B7;
	vertical-align: top;
	width: 104px;
}

.table_enteo_world_spalte_4{
	background-color: #2D4B9B;
	vertical-align: top;
	width: 104px;
	}
	
.table_enteo_world_pausen{
	background-color: #FFFFFF;
	color: #000000;
}


.agenda_info_link:link, .agenda_info_link:visited, .agenda_info_link:hover, .agenda_info_link:active
{
	color: #FFFFFF;
	text-decoration: none;
}
