
/*
	Copyright (c) 2004 Jürgen Linker
	
	Benutzte Farben:
	#DDEEFF Hintergrundblau
	#7ABCF9 rechts Blau (alt)
	#FEFFD7 gelb
	#C9E4FE helles Blau
*/


/*=====================================================*/
/*Generelle Seiteneinstellungen*/
body {
	background-image: url(2k/hintergrund_links.gif);background-repeat: repeat-y;background-position: top left;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px ;color: #000000;text-decoration: none;text-decoration: none;		
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td, table, p, li, input {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px ;color: #000000;text-decoration: none;text-decoration: none;
}

select.vereinssuche, select {
	width: 100px;
}

/*HTML Überschriften  überschreiben*/
h1, h2  {
    font-family: verdana, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

h3,h4,h5,h6  {
    font-family: verdana, Verdana, Helvetica, sans-serif;
    font-size:  12px;
}

/*Definition für den Inhalt des Teaser-Moduls und anderer Module*/
.Normal
{
 	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px ;color: #000000;text-decoration: none;text-decoration: none;
}

/* ==========================================
    CSS STYLES FOR Survey in IBUYSPY PORTAL 
    copy these classes into your portal.css
   ===========================================
*/   
.SurveyQuestion
{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px ;color: #000000;text-decoration: none;text-decoration: none; 	
}

.SurveyPanel
{
	color: red;
	background-color: red;
	height:9px;
	

}

.SurveyOption
{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px ;color: #000000;text-decoration: none;text-decoration: none;   	
}

.SurveyButton
{
	color: darkred;
	font-weight: bold;
}

/*input {
	border:1px solid gray;
}*/

a.link, a.visited, a.hover {
	color:green;
}

/*Zeigt den Logout Button an*/
div.cmslogout {
	background-color: #FFFFFF;
	border: 1px solid;
	position: absolute;
	height: 50px;
	width: 150px;
	left: 0px;
	top: 0px;
	z-index:100;
}

/*=====================================================*/
/*Grundgerüst des CMS besteht aus 1 Tabelle mit 3 Spalten*/
/*Breite der linken Spalte*/
table.cmspage_body {

}

td.cmspage_leftwidth {
	width: 0%;
	/*background-color:#EEF3F6;*/
}
/*Breite der rechten Spalte*/
td.cmspage_rightwidth {
	width: 50%;
	/*background-color:#EEF3F6;*/
}
/*Breite der mittleren Spalte */
td.cmspage_middlewidth {
	width: 1000px;
	background-image: url(2k/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*muss identisch sein zur Spaltenbreite*/
img.cmspage_middlewidth{
	width: 1000px;
	height: 1px;
}
/*Zelle die oben links gezeigt wird */
td.cmspageleft_topleft {
	/*background-image: url(zweik/rand_links.gif);
	background-repeat: repeat;*/
	height: 0px;
}
/*Zelle die oben rechts gezeigt wird */
td.cmspageright_topright {
	/*background-image: url(zweik/rand_rechts.gif);
	background-repeat: repeat;*/
	height: 0px;
}
/*Zelle mit dem Banner */
td.cmspagemiddle_banner {
/*	background-image: url(handicap/background.jpg);
	background-repeat: repeat;*/
	height: 101px;
	
}
/*Zeile die direkt unterhalb des Banners gezeigt wird */
td.cmspagemiddle_subbannerline {
	height: 0px;
/*	background-color:red;*/
}
/*Fußzeile in der Mitte*/
td.cmspagemiddle_bottom {
	height:1px;
/*	background-color:red;*/
}
/*Bild in der Fußzeile*/
img.cmspagemiddle_bottom {
	height:1px;
	width:1px;
}
/*nimmt den ganzen mittleren Teil ab Position nach den Tabs auf*/
td.cmsmitte_container {
}
/*=====================================================*/
/*Navigationsbalken */
/*Zelle in die die Reiter (Navigation) gezeichnet werden*/
td.cmsnav_balken {
	text-align:left;
	vertical-align:bottom;
	height:25px;
	background-image: url(2k/hintergrund_navbar.gif);
	background-repeat: repeat-x;
}

/*Zelle die einen Tab-Reiter (Tabelle) aufnimmt*/
td.cmsnav_tabzelle {
	vertical-align:bottom;
	height:0px;
}

/*Abstand zwischen Navigationszeile und dem Inhalt*/
img.cmsmiddle_subnaviline{
		height: 1px;
	width:1px;
}

/*Tabelle für gewählten Reiter*/
table.cmsnav_selected {
	border: 0px none;
	margin: 0px;	
}
	/*Größe des linken / rechten Bildes (Rundung)
	  vor allem die Breite muss gesetzt werden.
	  Das Pixelbild 1x1 zieht die Zelle auf die korrekte Größe*/
	img.cmsnav_selectedlinksrechts {
		width: 0px;
		height: 1px;
	}
	/*Linke Zelle des gewählten Reiters*/
	td.cmsnav_selectedlinks {
		background-image: url(2k/tab_selected.gif);background-repeat: repeat-x;background-position: top left;
		width:1px;
		padding:5px;
		margin:0px;

	}
	/*Rechte Zelle des gewählten Reisters*/
	td.cmsnav_selectedrechts {
		background-image: url(2k/tab_selected_rechts.gif);background-repeat: repeat-x;background-position: top left;
		width:px;
		padding:5px;
		margin:0px;
	}
	/*Mittlere Zelle des gewählten Reisters*/
	td.cmsnav_selectedmitte {
		background-image: url(2k/tab_selected.gif);background-repeat: repeat-x;background-position: top left;
		width:100%;
		height:24px;
		padding-left:0px;
		padding-right:0px;
	}
	/*Hyperlinkfarben für gewählten Reiter*/
	a.cmsnav_selected:visited, a.cmsnav_selected:active, a.cmsnav_selected:link {
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px ;color: #58595B;text-decoration: none;font-weight: bold;text-decoration: none;
	}
	a.cmsnav_selected:hover{
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px ;color: red;text-decoration: none;font-weight: bold;text-decoration: none;
	}

/*Tabelle für andere Reiter*/
table.cmsnav_notselected {
	border: 0px none;
	margin: 0px;
/*	width:150px;	*/
}
	/*Größe des linken / rechten Bildes (Rundung)
	  vor allem die Breite muss gesetzt werden.
	  Das Pixelbild 1x1 zieht die Zelle auf die korrekte Größe*/
	img.cmsnav_notselectedlinksrechts {
		width: 0px;
		height:1px;
	}
	/*Linke Zelle des Reiters*/
	td.cmsnav_notselectedlinks {
				
		width:1px;
		padding:5px;
		margin:0px;
	}
	/*Rechte Zelle des Reiters*/
	td.cmsnav_notselectedrechts {
		background-image: url(2k/tab_notselected_rechts.gif);background-repeat: repeat-x;background-position: top left;
		width:1px;
		padding:5px;
		margin:0px;		
	}
	/*mittlere Zelle des Reiters*/
	td.cmsnav_notselectedmitte {
		
		width:100%;
		height:24px;
		padding-left:0px;
		padding-right:0px;				
	}
	/*Hyperlinkfarben für andere Reiter*/
	a.cmsnav_notselected:visited, a.cmsnav_notselected:active, a.cmsnav_notselected:link {
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px ;color: #58595B;text-decoration: none;font-weight: bold;text-decoration: none;
	}
	a.cmsnav_notselected:hover{
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px ;color: red;text-decoration: none;font-weight: bold;text-decoration: none;
	}


/*=====================================================*/
/*Mittlere Spalte */
/*Größe der mittleren Tabelle */
table.cmsmiddle {
	width:100%;
/*	background-color: white;*/
}

td.cmsmiddle_topleft {

}
td.cmsmiddle_topmiddle {

}
td.cmsmiddle_topright {

}

/*Größe der linken mittleren Spalte */
td.cmsmiddle_left {
	
	width: 190px;
	padding-top:17px;
	text-align: center;
}
/*Größe der rechtsn mittleren Spalte */
td.cmsmiddle_right {
	background-image: url(2k/spaltenhintergrund_rechts.gif);background-repeat: repeat-x;background-position: top left;
	width: 205px;
	padding-top:64px;
	text-align: center;	
}
/*Größe der mittleren Spalte */
td.cmsmiddle_middle {
	background-image: url(2k/spaltenhintergrund_mitte.gif);background-repeat: repeat-x;background-position: top left;
	width: 605px;
	padding-top:20px;
	text-align: center;
}

/*Zelle links unten nach linken Modulen (Abschlussleiste)*/
td.cmsmiddle_bottomleft {
					
}
/*Zelle mitte unten nach linken Modulen (Abschlussleiste)*/
td.cmsmiddle_bottommiddle {
				
}
/*Zelle rechts unten nach linken Modulen (Abschlussleiste)*/
td.cmsmiddle_bottomright {	
				
}


img.cmsmodule_middlespace {
	width: 1px;
	height: 17px;
}
img.cmsmiddle_middlespace {
	width: 1px;
	height: 0px;
}

/*Bild ganz unten nach dem mittleren Teil*/
img.cmsmiddle_bottomspace {
	width: 1px;
	height:10px;
}

/*=====================================================*/
/*Definitionen für Module*/

table.cmsmodulerechts {
	width: 100%;
	border: 0px none;
	margin: 0px;
}

/*
  ===============================================================================
  Beginn Mittlere Module
  ===============================================================================
*/

table.cmsmodule_mitte {
	width: 100%;
	border: 0px none;
}

td.cmsmodule_mitte_mitte {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt ;color: #000000;text-decoration: none;text-decoration: none;
	
	padding: 0px;
}
td.cmsmodule_mitte_oben {
/*	Die Angaben HIntergrund, etc. efolgen in cmsmodule_balkenrechts, ...
	Weil der Balken nämlich als weitere Tabelle gezeichnet wird.
	background-image: url(tab_modulmitte.gif);
	background-repeat: repeat;	*/
}

table.cmsmodule_balken {
	border: 0px none;
	margin: 0px;
	width:100%;	
}

td.cmsmodule_balkenlinks {
	background-color: white;
	width:0px;
}

td.cmsmodule_balkenrechts {
	background-color: white;
	width:0px;
}

td.cmsmodule_balkenmitte {
	
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px ;color: white;text-decoration: none;font-weight: bold;text-decoration: none;
	text-align:left;
	width:100%;
	padding-left:10px;
	padding-bottom:15px;
	height:20px;		
}
img.cmsmodule_balken {
	width: 0px;
	height: 1px;
}

/*
  ===============================================================================
  ENDE Mittlere Module
  ===============================================================================
*/

/*
  ===============================================================================
  Beginn Linke Module
  ===============================================================================
*/
/*Breite der Module*/
table.cmsmodulelinks {
	width: 100%;
	border: 0px none;
	margin: 0px;
}
/*1. Zeile in der Kopftabelle (Balken)*/
td.cmsmodulelinks_oben {
	padding: 0px;
/*	background-image: url(tab_modul_mitte.gif);
	background-repeat: repeat;*/
}
	/*hier wird der Kopf der linken Moduls reingezeichnet*/
	table.cmsmodulelinks_balken {
		border: 0px none;
		margin: 0px;
		width:100%;	
	}
		/*Zellengröße der linken Kopfzelle*/
		td.cmsmodulelinks_balkenlinks {
			
			width:4px;	
		}
		/*Zellengröße der rechten Kopfzelle*/
		td.cmsmodulelinks_balkenrechts {
			
			width:4px;			
		}
		/*Zellengröße der mittleren Kopfzelle*/
		td.cmsmodulelinks_balkenmitte {
			font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt ;color: #315F96;text-decoration: none;text-decoration: none;
							
			width:100%;
			height:4px;
			text-align:left;
		}
		/*Bildergröße für die Platzhalter linker / rechter Balken
		  Muss/Kann mit entsprechender Zellengröße korrespondieren*/
		img.cmsmodulelinks_balkenlinks {
			width: 9px;
			height: 1px;
		}
		
		img.cmsmodulelinks_balkenrechts {
			width: 10px;
			height: 1px;
		}
/*2. Zeile in der Kopftabelle (Inhalt)*/
td.cmsmodulelinks_mitte {
width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt ;color: #000000;text-decoration: none;text-decoration: none;
	
	padding: 0px;
}
/*Abstand zwischen den Modulen*/
img.cmsmodulelinks_modulespace {
	width: 1px;
	height: 5px;
}
/*
  ===============================================================================
  Ende Linke Module
  ===============================================================================
*/

/*
  ===============================================================================
  Beginn Rechts Module
  ===============================================================================
*/

/*Breite der Module*/
table.cmsmodulerechts {
	width: 100%;
	border: 0px none;
	margin: 0px;
}
/*1. Zeile in der Kopftabelle (Balken)*/
td.cmsmodulerechts_oben {
	padding: 0px;
/*	background-image: url(tab_modul_mitte.gif);
	background-repeat: repeat;*/
}
	/*hier wird der Kopf der linken Moduls reingezeichnet*/
	table.cmsmodulerechts_balken {
		border: 0px none;
		margin: 0px;
		width:100%;	
	}
		/*Zellengröße der linken Kopfzelle*/
		td.cmsmodulerechts_balkenlinks {
			background-color: #D1D3D4;border-left: 1px solid #F8F8F8;border-right: 1px solid #F8F8F8;border-top: 1px solid #F8F8F8;
			width:18px;
		}
		/*Zellengröße der rechten Kopfzelle*/
		td.cmsmodulerechts_balkenrechts {
			background-color: #0066B3;border-right: 1px solid #D1D3D4;border-top: 1px solid #F8F8F8;
			width:3px;
		}
		/*Zellengröße der mittleren Kopfzelle*/
		td.cmsmodulerechts_balkenmitte {
			font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px ;color: white;text-decoration: none;font-weight: bold;text-decoration: none;
			background-color: #0066B3;border-top: 1px solid #F8F8F8;
			width:100%;
			height:18px;
			text-align:left;
			padding-left:10px;
		}
		/*Bildergröße für die Platzhalter linker / rechter Balken
		  Muss/Kann mit entsprechender Zellengröße korrespondieren*/
		img.cmsmodulerechts_balkenlinks {
			width: 18px;
			height: 1px;
		}
		
		img.cmsmodulerechts_balkenrechts {
			width: 10px;
			height: 1px;
		}
/*2. Zeile in der Kopftabelle (Inhalt)*/
td.cmsmodulerechts_mitte {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt ;color: #000000;text-decoration: none;text-decoration: none;
	border-left: 1px solid #D1D3D4;border-right: 1px solid #D1D3D4;border-bottom: 1px solid #D1D3D4;
	width: 100%;
	padding-top: 10px;
	padding-left:28px;
	padding-right:10px;
	padding-bottom:10px;
}
/*Abstand zwischen den Modulen*/
img.cmsmodulerechts_modulespace {
	width: 1px;
	height: 0px;
}
/*
  ===============================================================================
  Ende Rechts Module
  ===============================================================================
*/


td.cmsmodulerechts_teasermehr {
	background-color: #E3ECF0;
	font-size: 7pt;
}

td.cmsmodulemitte_teasermehr {
	background-color: #E1E1E1;
}

td.cmsmodulelinks_teasermehr {
	background-color: #BBCFDA;
}


td.cmsmodulemitte_teasertitel, td.cmsmodulelinks_teasertitel {
	color : #003399;
	font-size: 8pt;
	font-weight: bold;
}

td.cmsmodulerechts_teasermehr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
}

 td.cmsmodulerechts_teasertitel {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
	color : black;
	font-size: 8pt;
	font-weight: normal;
}

/*
  ===============================================================================
  Beginn Definitionen für Top-Kalender
  ===============================================================================
*/
td.cmsmodule_kalendertop_inhalt {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*
  ===============================================================================
  Ende Definitionen für Top-Kalender
  ===============================================================================
*/

.unnamed1 {
	margin: 20px;
	padding: 15px;
	clear: left;
	float: none;
	width: 160px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #738EAA;
	border-right-color: #738EAA;
	border-bottom-color: #738EAA;
	border-left-color: #738EAA;
}
	
a:active, a:visited, a:link		
{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px ;color: #FF6600;text-decoration: none;text-decoration: none;
}
	
a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px ;color: #999999;text-decoration: none;text-decoration: none;
}	

A.MyLink:active, A.MyLink:visited, A.MyLink:link		
{
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px ;color: #FF6600;text-decoration: none;text-decoration: none;
}

A.MyLink:hover		
{
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px ;color: #999999;text-decoration: none;text-decoration: none;

}

/*Sozusagen der Seitenhintergrund der alles umrandenden Tabelle*/
table.cmspage_body {
}

/*Farbe der Links im Modul Navigation_Tree wenn dieses links plaziert wurde*/
A.cmsmodulelinks_navtree:active, A.cmsmodulelinks_navtree:visited, A.cmsmodulelinks_navtree:link {
	text-decoration:    none;
	font-weight:normal;
	color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
}

/*Farbe der Links im Modul Navigation_Tree wenn dieses links plaziert wurde*/
A.cmsmodulelinks_navtree:hover {
	text-decoration:    none;
	font-weight:normal;
	color:red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/*Farbe der Links im Modul Navigation_Tree wenn dieses rechts plaziert wurde*/
A.cmsmodulerechts_navtree:active, A.cmsmodulerechts_navtree:visited, A.cmsmodulerechts_navtree:link {
	text-decoration:    none;
	font-weight:normal;
	color:navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/*Farbe der Links im Modul Navigation_Tree wenn dieses rechts plaziert wurde*/
A.cmsmodulerechts_navtree:hover {
	text-decoration:    none;
	font-weight:normal;
	color:red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/*Linkfarbe des Moduls LINKS wenn dieses im linken Bereich plaziert wurde*/
A.cmsmodulelinks_navlbox:active, A.cmsmodulelinks_navlbox:visited, A.cmsmodulelinks_navlbox:link {
	text-decoration:    none;
	font-weight:normal;
	color:navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/*Linkfarbe des Moduls LINKS wenn dieses im linken Bereich plaziert wurde*/
A.cmsmodulelinks_navlbox:hover {
	text-decoration:    none;
	font-weight:normal;
	color:red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/*Linkfarbe des Moduls LINKS wenn dieses im rechten Bereich plaziert wurde*/
A.cmsmodulerechts_navlbox:active, A.cmsmodulerechts_navlbox:visited, A.cmsmodulerechts_navlbox:link {
	text-decoration:    none;
	font-weight:normal;
	color:navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/*Linkfarbe des Moduls LINKS wenn dieses im rechten Bereich plaziert wurde*/
A.cmsmodulerechts_navlbox:hover {
	text-decoration:    none;
	font-weight:normal;
	color:red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/*Linkfarbe des Moduls LINKS wenn dieses im mittleren Bereich plaziert wurde*/
A.cmsmodulemitte_navlbox:active, A.cmsmodulemitte_navlbox:visited, A.cmsmodulemitte_navlbox:link {
	text-decoration:    none;
	font-weight:normal;
	color:navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
A.cmsmodulemitte_navlbox:hover {
	text-decoration:    none;
	font-weight:normal;
	color:red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/*Platz für den Banner*/
div.cmsbanner {
	z-index: 1;	
	position: absolute;
}

td.cmsmodule_teaseruntertitel {
	color : black;
	font-size: 12pt;
	font-weight: bold;
}
td.cmsmodule_teaserterminmonat {
	color : black;
	font-size: 12pt;
	font-weight: bold;
}
/*Formatierung des "Mehr" bei Teasermeldungen */
A.cmsmodule_teasermehrlink:active, A.cmsmodule_teasermehrlink:visited, A.cmsmodule_teasermehrlink:link {
	text-decoration:    none;
	font-weight:normal;
	color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}

/*Formatierung des "Mehr" bei Teasermeldungen */
A.cmsmodule_teasermehrlink:hover {
	text-decoration:    none;
	font-weight:normal;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

/* Formatierung der Teaerueberschrift wenn die Details angezeigt werden */
.cmsmodule_teasercontentueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color:#003399;
	font-weight:bold;
}

/* Abstand zwischen Titel der Teasermeldung und dem Teaser */
img.cmsmodulemitte_teaserabstandtitel {
	width: 6px;
	height: 6px;
}
/* Abstand zwischen den Teasermeldungen im mittleren Bereich */
img.cmsmodulemitte_teaserabstand {
	width: 5px;
	height: 15px;
}

table.cmsnavtree_rechts,table.cmsnavtree_links {
	width:190px;
	padding-top:0px;
	padding-left:9px;	
}

/*Formatierung der 1. Ebene der linken Spalte des navigation_Tree Moduls*/
td.cmsnavtree_1ebene_links {		
}

/*Formatierung der 1. Ebene der rechten Spalte des navigation_Tree Moduls*/
td.cmsnavtree_1ebene_mitte {		
}

/*Formatierung der 2. Ebene der linken Spalte des navigation_Tree Moduls*/
td.cmsnavtree_2ebene_links {
}

/*Formatierung der 2. Ebene der rechten Spalte des navigation_Tree Moduls*/
td.cmsnavtree_2ebene_mitte {		
}

/*Farbe des aktiv gewählten Eintrags im Modul navigation_tree*/
td.cmsnavtree_markierung {
	width:0px;
}

/* Definition des Eintrags der 1. Ebene im Navbaum wenn dieser nicht gewählt ist*/
div.cmsmodulelinks_navtree1 a:link, div.cmsmodulelinks_navtree1 a:active, div.cmsmodulelinks_navtree1 a:visited {
	display:block;	
	background-image:url(/designs/2k/hintergrund_navtree1.gif);
	background-repeat:repeat-y;
	color:#616161;
	font-weight:;
	font-size:12px;
	font-family:Helvetica;
	padding-left:70px;
	padding-top:3px;
	height:24px;
}
div.cmsmodulelinks_navtree1 a:hover {
	display:block;	
	background-image:url(/designs/2k/hintergrund_navtree1_selected.gif);
	background-repeat:repeat-y;
	color:#616161;
	font-weight:;
	font-size:12px;
	font-family:Helvetica;
	padding-left:70px;
	padding-top:3px;
	height:24px;
}

/* Definition des Eintrags der 1. Ebene im Navbaum wenn dieser gewählt ist*/
div.cmsmodulelinks_navtree1_selected a:link, div.cmsmodulelinks_navtree1_selected a:active, div.cmsmodulelinks_navtree1_selected a:visited {
	display:block;
	background-image:url(/designs/2k/hintergrund_navtree1_selected.gif);
	background-repeat:repeat-y;
	color:#616161;
	font-weight:;
	font-size:12px;
	font-family:Helvetica;
	padding-left:70px;
	padding-top:3px;
	height:24px;
}
div.cmsmodulelinks_navtree1_selected a:hover {
	display:block;
	background-image:url(/designs/2k/hintergrund_navtree1_selected.gif);
	background-repeat:repeat-y;
	color:#616161;
	font-weight:;
	font-size:12px;
	font-family:Helvetica;
	padding-top:3px;
	padding-left:70px;
	height:24px;	
}

/* Definition des Eintrags der 2. Ebene im Navbaum wenn dieser nicht gewählt ist*/
div.cmsmodulelinks_navtree2 a:link, div.cmsmodulelinks_navtree2 a:active, div.cmsmodulelinks_navtree2 a:visited {
	display:block;
}
div.cmsmodulelinks_navtree2 a:hover {
	display:block;
}

/* Definition des Eintrags der 1. Ebene im Navbaum wenn dieser gewählt ist*/
div.cmsmodulelinks_navtree2_selected a:link, div.cmsmodulelinks_navtree2_selected a:active, div.cmsmodulelinks_navtree2_selected a:visited {
	display:block;
}
div.cmsmodulelinks_navtree2_selected a:hover {
	display:block;	
}

/*Fuer Barrierefreiheit*/
.azx {
	POSITION: absolute;visibility:hidden;
}

/*Zeigt die remote-Console an*/
div.cmsremoteconsole {
	/*background-color: #F3F3EE;*/
	background-image: url(../images/remote_hintergrund.png);
	background-repeat: repeat;
	z-index:100;	
	padding:5px;
	position: absolute;
	left: 0px;
	width:100%;
	top: 0px;
}

/************************************************************************************/
/*Beginn mod_network*/
/*Zelle die beim Modulimport den Copyright-Vermerk aufnimmt*/
td.cmsmodulelinks_copyright,td.cmsmodulemitte_copyright,td.cmsmodulerechts_copyright{
	text-align:center;
}

/*Farbe der Copyright-Links eines importierten Moduls*/
A.cmsmodulelinks_copyright:active, A.cmsmodulelinks_copyright:visited, A.cmsmodulelinks_copyright:link {
	
}

/*Farbe der Copyright-Links eines importierten Moduls*/
A.cmsmodulelinks_copyright:hover {
	
}

/*Farbe der Copyright-Links eines importierten Moduls*/
A.cmsmodulerechts_copyright:active, A.cmsmodulerechts_copyright:visited, A.cmsmodulerechts_copyright:link {
	
}

/*Farbe der Copyright-Links eines importierten Moduls*/
A.cmsmodulerechts_copyright:hover {
	
}

/*Farbe der Copyright-Links eines importierten Moduls*/
A.cmsmodulemitte_copyright:active, A.cmsmodulemitte_copyright:visited, A.cmsmodulemitte_copyright:link {
	
}

/*Farbe der Copyright-Links eines importierten Moduls*/
A.cmsmodulemitte_copyright:hover {
	
}
/*Ende mod_network*/
/************************************************************************************/

/*BEGINN Definitionen für mod_suche*/
/*Breite und aussehen des Suchfeldes*/
input.cmstextsuche_links, input.cmstextsuche_rechts, input.cmstextsuche_mitte {
	width: 120;
}

.highlight { background: #FF6600; }
.searchheading { font-size: 130%; font-weight: bold; }
.summary { font-size: 80%; font-style: italic; } 
.results { font-size: 100%; }
.category { color: #999999; }
.description { font-size: 100%; color: #008000; }
.context { font-size: 100%; }
.infoline { font-size: 80%; font-style: normal; color: #808080;}
.sorting { text-align: right; }
.result_title { font-size: 100%; }

.zoom_searchform { font-size: 100%; }
.zoom_options { font-size: 80%; }

/*ENDE Definitionen für mod_suche*/