/* CSS-File AMBER-CMS                   					*/
/* erstellt von: innoWake gmbh 								*/

/* ACHTUNG: 												*/
/* Änderungen an diesem CSS-File wirken sich direkt auf 	*/
/* das Erscheinungsbild der Website aus! 					*/
/* Änderungen sollten dem Verantwortlichen bei 				*/
/* innoWake gemeldet werden um ein Überschreiben 			*/
/* mit einer alten Version bei einem eventuellen 			*/
/* Update des CMS zu verhindern! 							*/

/* history: 28.11.2005 HWI 									*/
/* history: 02.04.2006 CMU									*/
/* Hyperlink-Formatierung im normalen Contentbereich */

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color: #000000;
	background-image: url(../images/pagebackground.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

/* Kopfzeilen-Formatierung eines Contentblocks */

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

/* Kopfzeilen-Formatierung im Seitenbereich */

.whiteheader {
  font-size: 12px;
  color: #FFFFFF;
  font-weight:bold;
  font-style: normal;
  text-decoration: none; 
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Grundformatierung von Texten im Contentblock */

.text {
  font-size: 11px;
  color: #000000;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* Grundformatierung von Texten im Seitenbereich */

.whitetext {
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* Hyperlinkformatierung im Seitenbereich */

.whitelink {
  font-size: 10px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;  
  text-decoration: underline; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* Hyperlinkformatierung im Seitenbereich mouseover */

.whitelink:hover {
  font-size: 10px;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* Submenüeinträge aktiv */

.submenuactive {
  font-size: 11px;
  color: #FFFFFF;
  font-style: bold;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* Submenüeinträge aktiv mouseover */

.submenuactive:hover {
  font-size: 11px;
  color: #FFFFFF;
  font-style: bold;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* Submenüeinträge inaktiv */

.submenuinactive {
  font-size: 11px;
  color: #888888;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* Submenüeinträge inaktiv mouseover*/

.submenuinactive:hover {
  font-size: 11px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* Tabelle für Submenü */

tableTable {

}

tableRow{

}

tableCell {
	heigth: 10px;
	colspan: 2;
}

/* Grundformatierung von Formular-Komponenten */

.component {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size		: 11px;
  border-left  	: 1px inset #cccccc;
  border-right 	: 1px inset #cccccc;
  border-bottom : 1px inset #cccccc;
  border-top	: 1px inset #cccccc;
}

/* Formatierung von Knpfen der Formulare */

.button {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000000;
  font-size: 11px;
}

/* Bugfix-Formatierung fr Tabellen ohne Text */

.small {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1px;
}

/* Grundformatierung fr Tabellenzellen */

td {
  font-size: 11px;
  color: #000000;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* Ausrichtung der Kopfgrafik der Druckversion */

.printableImageHeader {
	text-align: right;
}

h3 {
	margin: 0px;
}

/* Footerclass */

.tinyfooter  {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #888888;
	text-decoration: none;
}

.tinylink  {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}

.tinylink:hover  {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}

.footerhr  {
	color: #486380;
	height: 1px;
	width: 100%;
}

/* CSS-STYLES DES REFERENZMODULS */

/* Category styles */

.categoryactive {
  font-size: 13px;
  color: #444444;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

.categoryactive:hover {
  font-size: 13px;
  color: #444444;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

.categoryinactive {
  font-size: 13px;
  color: #888888;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

.categoryinactive:hover {
  font-size: 13px;
  color: #444444;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* Reference styles */

.referenceactive {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color:#000000;
  font-weight: bold;  
}

.referenceactive:hover {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color:#000000;
  font-weight: bold;  
}

.referenceinactive {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color:#000000;
  font-weight: normal;  
}

.referenceinactive:hover {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color:#000000;
  font-weight: normal;  
}

/* Description styles */

.referencedescription {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color:#666666;
  font-weight: normal;  
}

/* Reference paging styles */

.pagingactive {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color:#000000;
  font-weight: bold;  
}

.pagingactive:hover {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color:#000000;
  font-weight: bold;  
}

.paginginactive {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color:#666666;
  font-weight: normal;  
}

.paginginactive:hover {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color:#000000;
  font-weight: normal;  
}

/* Gallery paging styles */

.galleryactive {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color:#000000;
  font-weight: bold;  
}

.galleryactive:hover {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color:#000000;
  font-weight: bold;  
}

.galleryinactive {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color:#666666;
  font-weight: normal;  
}

.galleryinactive:hover {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color:#000000;
  font-weight: normal;  
}

/* TEMPLATE-SPEZIFISCH */

.tableouter {
	background-color: #000000;
	background-image: url(../images/tablebackground.gif);
	background-repeat: repeat-y;
}

.seitenmueller1 {
	background-color: #000000;
	background-image: url(../images/content-template_12.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.seitenmueller2 {
	background-color: #FFFFFF;
	background-image: url(../images/content-template_14.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}




/* AUTOMATIC SUBMENU */

.autosubmenufont0 {
  font-size: 14px;
  color: #DDDDDD;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

.autosubmenufont0:hover {
  font-size: 14px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

.autosubmenufont0active {
  font-size: 14px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

.autosubmenufont0active:hover {
  font-size: 14px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

.autosubmenutable0 {
  text-indent: 10px;
	background-image: url(../images/submenu_0.gif);
	background-repeat: no-repeat;
}

.autosubmenutable0active {
  text-indent: 10px;
	background-image: url(../images/submenu_0_active.gif);
	background-repeat: no-repeat;
}

.autosubmenufont1 {
  font-size: 14px;
  color: #DDDDDD;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

.autosubmenufont1:hover {
  font-size: 14px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

.autosubmenufont1active {
  font-size: 14px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

.autosubmenufont1active:hover {
  font-size: 14px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

.autosubmenutable1 {
  text-indent: 20px;
	background-image: url(../images/submenu_1.gif);
	background-repeat: no-repeat;
}

.autosubmenutable1active {
  text-indent: 20px;
	background-image: url(../images/submenu_1_active.gif);
	background-repeat: no-repeat;
}

.autosubmenufont2 {
  font-size: 14px;
  color: #DDDDDD;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

.autosubmenufont2:hover {
  font-size: 14px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

.autosubmenufont2active {
  font-size: 14px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

.autosubmenufont2active:hover {
  font-size: 14px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
  font-family: Georgia, "Times New Roman", Times, serif;
}

.autosubmenutable2 {
  text-indent: 30px;
	background-image: url(../images/submenu_2.gif);
	background-repeat: no-repeat;
}

.autosubmenutable2active {
  text-indent: 30px;
	background-image: url(../images/submenu_2_active.gif);
	background-repeat: no-repeat;
}

.releases {
BORDER-RIGHT: 0px; 
BORDER-TOP: 0px; 
BORDER-LEFT: 0px; 
BORDER-BOTTOM: #888888 1px dotted;
}
