/* 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;
}

.contentbox {
  BORDER-BOTTOM: #b0c7e0 2px solid; 
  BORDER-LEFT: #b0c7e0 2px solid; 
  BORDER-TOP: #b0c7e0 2px solid; 
  BORDER-RIGHT: #b0c7e0 2px solid;
}

.contentbox2 {
  BORDER-BOTTOM: 0px; 
  BORDER-LEFT: #b0c7e0 2px solid; 
  BORDER-TOP: 0px;; 
  BORDER-RIGHT: 0px;;
}.contentboxModule {	border-collapse:collapse;	border: #b0c7e0 2px solid;	background-color:black;}.contentboxModule td {	border: #b0c7e0 2px solid;	padding:5px;}

a {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color:#3167a1;
}

/* Hyperlink-Formatierung im normalen Contentbereich bei mouseover */

a:hover {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color:#a52831;
}

/* Kopfzeilen-Formatierung eines Contentblocks */

.header, h1 {
  font-size: 12px;
  color: #a52831;
  font-weight:bold;
  font-style: normal;
  text-decoration: none; 
  font-family: Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 11px;
  color: #a52831;
  font-weight:bold;
  font-style: normal;
  text-decoration: none; 
  font-family: Arial, Helvetica, sans-serif;
}

h3 {
  font-size: 10px;
  color: #a52831;
  font-weight:normal;
  font-style: normal;
  text-decoration: none; 
  font-family: Arial, Helvetica, sans-serif;
}

/* Kopfzeilen-Formatierung im Seitenbereich */

.whiteheader {
  font-size: 12px;
  color: #555555;
  font-weight:bold;
  font-style: normal;
  text-decoration: none; 
  font-family: Arial, Helvetica, sans-serif;
}

/* Grundformatierung von Texten im Contentblock */

.text {
  font-size: 12px;
  color: #555555;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

/* small */

.small {
  font-size: 9px;
  color: #555555;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

/* Sprueche */

.spruch {
  font-size: 18px;
  color: #3167A1;
  font-style: normal;
  font-weight: bold;  
line-height: 1.1;
  text-decoration: none; 
  font-family: Arial, Helvetica, sans-serif;
  align: justify;
  width: 180px;
}

.sayingAuthor {
  font-size: 9px;
  color: #3167A1;
  font-style: bold;
  font-weight: bold;  
  text-decoration: none; 
  font-family: Arial, Helvetica, sans-serif;
text-align: right;
  width: 170px;
}

.sayingText {
  width: 180px;
  font-size: 18px;
  color: #3167A1;
  font-style: normal;
  font-weight: bold;  
line-height: 1.1;
  text-decoration: none; 
  align: justify;
  font-family: Arial, Helvetica, sans-serif;
}

/* Grundformatierung von Texten im Seitenbereich */

.whitetext {
  font-size: 12px;
  color: #555555;
  text-decoration: none; 
  font-family: Arial, Helvetica, sans-serif;
}

/* Hyperlinkformatierung im Seitenbereich */

.whitelink {
  font-size: 12px;
  color: #555555;
  font-style: normal;
  font-weight: normal;  
  text-decoration: underline; 
  font-family: Arial, Helvetica, sans-serif;
}

/* Hyperlinkformatierung im Seitenbereich mouseover */

.whitelink:hover {
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Arial, Helvetica, sans-serif;
}


/* Tabelle für Submenü */

tableTable {

}

tableRow{

}

tableCell {
	height: 10px;
	colspan: 2;
}

/* Grundformatierung von Formular-Komponenten */

.component {
  font-family	: Arial, Helvetica, sans-serif;
  font-size	: 11px;
  border-left  	: 1px inset #888888;
  border-right 	: 1px inset #888888;
  border-bottom : 1px inset #888888;
  border-top	: 1px inset #888888;
}

.componentField{
  font-family	: Arial, Helvetica, sans-serif;
  font-size	: 11px;
  border-left  	: 1px inset #888888;
  border-right 	: 1px inset #888888;
  border-bottom : 1px inset #888888;
  border-top	: 1px inset #888888;
  width		: 242px;
  height	: 200px;
}

/* Suchfeld */

.searchfield {
  font-family	: Arial, Helvetica, sans-serif;
  font-size	: 12px;
  border-left  	: 0px inset #888888;
  border-right 	: 0px inset #888888;
  border-bottom : 0px inset #888888;
  border-top	: 0px inset #888888;
  background-color: #eeeeee;
  color: #888888;
  height: 16px;
  width: 150px;
}

/* Formatierung von Knpfen der Formulare */

.button {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 11px;
}

/* Grundformatierung fr Tabellenzellen */

td {
  font-size: 12px;
  color: #555555;
  font-style: normal;
  font-weight: normal;  
  text-decoration: none; 
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

/* Ausrichtung der Kopfgrafik der Druckversion */

.printableImageHeader {
	text-align: right;
}

h3 {
	margin: 0px;
}

/* Footerclass */

.tinyfooter  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #486380;
	text-decoration: none;
}

.tinylink  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #486380;
	text-decoration: underline;
}

.tinylink:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #486380;
	text-decoration: underline;
}

.footerhr  {
	color: #486380;
	height: 1px;
	width: 100%;
}



/* CSS-STYLES AUTOMATIC SUBMENU */

.autosubmenufont0 {
  font-size: 13px;
  color: #3167a1;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; }

.autosubmenufont0:hover {
  font-size: 13px;
  color: #a52831;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; }

.autosubmenufont0active {
  font-size: 13px;
  color: #a52831;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; }

.autosubmenufont0active:hover {
  font-size: 13px;
  color: #a52831;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; }

.autosubmenutable0 {
  height: 27px;
  text-indent: 0px;
  border: none;
  padding-right: 15px;
}

.autosubmenutable0active {
  height: 27px;
  text-indent: 0px;
  border: none;
  padding-right: 15px;
}

.autosubmenufont1 {
  font-size: 13px;
  color: #3167a1;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; }

.autosubmenufont1:hover {
  font-size: 13px;
  color: #a52831;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; }

.autosubmenufont1active {
  font-size: 13px;
  color: #a52831;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; }

.autosubmenufont1active:hover {
  font-size: 13px;
  color: #a52831;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; }

.autosubmenutable1 {
  width: 190px;
  height: 27px;
  text-indent: 0px;
  border: none;
}

.autosubmenutable1active {
  width: 190px;
  height: 27px;
  text-indent: 0px;
  border: none;
}

.autosubmenufont2 {
  font-size: 13px;
  color: #3167a1;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; }

.autosubmenufont2:hover {
  font-size: 13px;
  color: #a52831;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; }

.autosubmenufont2active {
  font-size: 13px;
  color: #a52831;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; }

.autosubmenufont2active:hover {
  font-size: 13px;
  color: #a52831;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; }

.autosubmenutable2 {
  width: 190px;
  height: 27px;
  text-indent: 10px;
  border: none;
}

.autosubmenutable2active {
  width: 190px;
  height: 27px;
  text-indent: 10px;
  border: none; 
}

.autosubmenufont3 {
  font-size: 11px;
  color: #3167a1;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; }

.autosubmenufont3:hover {
  font-size: 11px;
  color: #a52831;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; }

.autosubmenufont3active {
  font-size: 11px;
  color: #a52831;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; }

.autosubmenufont3active:hover {
  font-size: 11px;
  color: #a52831;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; }

.autosubmenutable3 {
  text-indent: 20px;
	width: 223px;
	height: 20px;
        border: none;
}

.autosubmenutable3active {
  text-indent: 20px;
	width: 223px;
	height: 20px;
    border: none;
}



/* CSS-STYLES navitrail */

.navitrail {
  color: #cccccc;
  font-size:9px;
}
.navitrail a {
  text-decoration:none;
  color: #cccccc;
  font-size:9px;
}
.navitrail a:hover {
  text-decoration:underline;
  color: #cccccc;
  font-size:9px;
}
.navitrail2 {
  color: #cccccc;
  font-size:14px;
  font-weight: bold;
}

/* 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
}






/* CSS-STYLES imageSubmenu */

.imageNavigation {
	margin: 0; 
	padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.imageNavigation a { 
	display:block;
	color:3167a1;
  text-decoration: none;
}

.imageNavigation li {
	list-style: none;
	float:left;
	position: relative;
	margin: 0px;
	padding: 0px;
	display:block;
}

.imageNavigation1{
	display:none;
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}
.imageNavigation1 ul{
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	position:absolute;
	width:122px;
	border-top: 2px solid transparent;
	opacity:0.85;
}
.imageNavigation1 ul li{
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	padding:4 4 4 6;
}
.imageNavigation1 ul li a:hover{
	color:a52831;
  text-decoration: none;
}
*html .imageNavigation1 ul {
	border-color: #ffffff;
	background-color:green;
}
.imageNavigation2{
	display:none;
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}
.imageNavigation2 ul{
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	position:absolute;
	left:114px;
	top:-19px;
	border-top:0px;
	border-left: 2px solid transparent;
}
.imageNavigation2 ul li{
	display:block;
	float:none;
	margin:0px;
	padding:4px;
	border-right: 1px solid #555555;
	border-left: 1px solid #555555;
}
.imageNavigation2 ul li a:hover{
	color:a52831;
  text-decoration: none;
}
*html .imageNavigation2 ul {
	border-color: #ffffff;
	background-color:green;
}
.backLayer {
	border-bottom: 1px solid #555555;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #555555;
	border-left: 1px solid #dddddd;
	background-color:#ffffff;
}
.imageNavigationSelect{
	background-color:#dddddd;
}

/* CSS-STYLES hopping */
.newProblem{
       width:600px;
}
