/* 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: #ffffff;
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}


a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;  
  color: #000000;
}

a.navTop {
	font-size: 14px; 
	color: #ffffff;
	text-decoration: none;
	font-variant: small-caps;
	margin-right: 30px;
}

a.navTop:hover {
	font-size: 14px; 
	color: #ffffff;
	text-decoration: none;
	font-variant: small-caps;
	margin-right: 30px;
}

/* Hyperlink-Formatierung im normalen Contentbereich bei mouseover */

a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;  
  color: #000000;
}

/* Kopfzeilen-Formatierung eines Contentblocks */

.header {
	font-size: 18px;
	color: #143559;
	font-weight:normal;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #002359;
	border-right-color: #FFFFFF;
	border-bottom-color: #002359;
	border-left-color: #FFFFFF;
padding-right: 100px;
}

/* Kopfzeilen-Formatierung im Seitenbereich */

.whiteheader {
  font-size: 12px;
  color: #000000;
  font-weight:bold;
  font-style: normal;
  text-decoration: none; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Grundformatierung von Texten im Contentblock */

.text {
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Grundformatierung von Texten im Seitenbereich */

.whitetext {
  font-size: 12px;
  color: #000000;
  text-decoration: none; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Hyperlinkformatierung im Seitenbereich */

.whitelink {
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: normal;  
  text-decoration: underline; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Hyperlinkformatierung im Seitenbereich mouseover */

.whitelink:hover {
  font-size: 12px;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Grundformatierung von Formular-Komponenten */

.component {
  font-family	: Verdana, Arial, Helvetica, sans-serif;
  font-size		: 11px;
  border-left  	: 1px inset #cccccc;
  border-right 	: 1px inset #cccccc;
  border-bottom : 1px inset #cccccc;
  border-top	: 1px inset #cccccc;
}

.componentField{
  font-family	: Verdana, Arial, Helvetica, sans-serif;
  font-size		: 11px;
  border-left  	: 1px inset #cccccc;
  border-right 	: 1px inset #cccccc;
  border-bottom : 1px inset #cccccc;
  border-top	: 1px inset #cccccc;
  width		: 242px;
  height	: 100px;
}

.searchfield {
  font-family	: Verdana, Arial, Helvetica, sans-serif;
height: 20px;
  font-size		: 16px;
  border-left  	: 0px inset #ffd480;
  border-right 	: 0px inset #ffd480;
  border-bottom : 0px inset #ffd480;
  border-top	: 0px inset #ffd480;
  background-color: #d2ceba;
}

.fonbutton {
  font-family	: Verdana, Arial, Helvetica, sans-serif;
  height: 20px;
  font-size		: 12px;
  border-left  	: 0px inset #01245c;
  border-right 	: 0px inset #01245c;
  border-bottom : 0px inset #01245c;
  border-top	: 0px inset #01245c;
  background-color: #01245c;
  color: #ffffff;
  margin-left: 5px;
}

.foninput {
  font-family	: Verdana, Arial, Helvetica, sans-serif;
  width: 150px;
  height: 16px;
  font-size		: 12px;
  border-left  	: 1px inset #ffffff;
  border-right 	: 1px inset #ffffff;
  border-bottom : 1px inset #ffffff;
  border-top	: 1px inset #ffffff;
  background-color: #d6deea;
}

/* Formatierung von Knpfen der Formulare */

.button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 11px;
}

/* Bugfix-Formatierung fr Tabellen ohne Text */

.small {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1px;
}

/* Grundformatierung fr Tabellenzellen */

td {
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Ausrichtung der Kopfgrafik der Druckversion */

.printableImageHeader {
	text-align: right;
}

h3 {
	margin: 0px;
}

/* Footerclass */

.tinyfooter  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #486380;
	text-decoration: none;
}

.tinylink  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #486380;
	text-decoration: none;
}

.tinylink:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* CSS-STYLES AUTOMATIC SUBMENU */

.autosubmenufont0 {
  font-size: 12px;
  color: #444444;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.autosubmenufont0:hover {
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.autosubmenufont0active {
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.autosubmenufont0active:hover {
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.autosubmenutable0 {
  text-indent: 10px;
	background-color: #D3D2D2;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #D3D2D2;
	border-bottom-color: #B6B6B6;
	border-left-color: #D3D2D2;
width: 240px;
height: 35px;
}

.autosubmenutable0active {
  text-indent: 10px;
	background-color: #D3D2D2;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #D3D2D2;
	border-bottom-color: #B6B6B6;
	border-left-color: #D3D2D2;
width: 240px;
height: 35px;
}

.autosubmenufont1 {
  font-size: 12px;
  color: #444444;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.autosubmenufont1:hover {
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.autosubmenufont1active {
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.autosubmenufont1active:hover {
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.autosubmenutable1 {
  text-indent: 20px;
	background-color: #D3D2D2;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #D3D2D2;
	border-bottom-color: #B6B6B6;
	border-left-color: #D3D2D2;
width: 240px;
height: 35px;
}

.autosubmenutable1active {
  text-indent: 20px;
	background-color: #D3D2D2;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #D3D2D2;
	border-bottom-color: #B6B6B6;
	border-left-color: #D3D2D2;
width: 240px;
height: 35px;
}

.autosubmenufont2 {
  font-size: 12px;
  color: #444444;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.autosubmenufont2:hover {
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.autosubmenufont2active {
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.autosubmenufont2active:hover {
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: bold;  
  text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.autosubmenutable2 {
  text-indent: 30px;
	background-color: #D3D2D2;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #D3D2D2;
	border-bottom-color: #B6B6B6;
	border-left-color: #D3D2D2;
width: 240px;
height: 35px;
}

.autosubmenutable2active {
  text-indent: 30px;
	background-color: #D3D2D2;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #D3D2D2;
	border-bottom-color: #B6B6B6;
	border-left-color: #D3D2D2;
width: 240px;
height: 35px;
}

.autosubmenufont3 {
  font-size: 10px;
  color: #0676b5;
  font-style: normal;
  font-weight: normal;
  text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; }

.autosubmenufont3:hover {
  font-size: 10px;
  color: #000000;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; }

.autosubmenufont3active {
  font-size: 10px;
  color: #000000;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; }

.autosubmenufont3active:hover {
  font-size: 10px;
  color: #000000;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; }

.autosubmenutable3 {
  text-indent: 45px;
	background-color: #D3D2D2;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #D3D2D2;
	border-bottom-color: #B6B6B6;
	border-left-color: #D3D2D2;
width: 240px;
height: 35px;
}

.autosubmenutable3active {
  text-indent: 45px;
	background-color: #D3D2D2;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #D3D2D2;
	border-bottom-color: #B6B6B6;
	border-left-color: #D3D2D2;
width: 240px;
height: 35px;
}


/* CSS-STYLES navitrail */

.navitrail {
  font-size:12px;
}
.navitrail a {
  text-decoration:none;
}


/* CSS-STYLES Front Login */

.formLoginText td{
	font-size:10px;
}
.formLoginInText{
	width:100px;
	font-size:10px;
}
.formLoginInPassword{
	width:100px;
	font-size:10px;
}
.formLoginInButton{
	font-size:10px

}

.footerhr {
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00255F;
	border-right-color: #00255F;
	border-bottom-color: #00255F;
	border-left-color: #00255F;
}

hr {
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00255F;
	border-right-color: #00255F;
	border-bottom-color: #00255F;
	border-left-color: #00255F;
}

