/*
Datei additionalPlatform.css
Style-Klassen, die zusätzlich zur styleguide_v2b0.css
für die Platform-Frontend-Anwendungend notwendig sind.
Wolfgang Bräutigam
2003-02-26
*/

/*********** Links ******************************/
/*Links fürs Menu*/


 a.navi:link{
  font-size:12px
; font-weight:normal
; color:#a50021
; text-decoration:none
;
}

 a.navi:visited{
  font-size:12px
; font-weight:normal
; color:#a50021
; text-decoration:none
;
}

 a.navi:active{
  font-size:12px
; font-weight:normal
; color: #a50021
; text-decoration: none
;
}

 a.navi:hover {
  font-size:12px
; font-weight:normal
; color:#a50021
; text-decoration:underline
;
}


/*********** Tabellen Formate ******************************/
/*Tabelle für den Content*/

TABLE.contentTable{
  width:100% ;
  padding:0px ;
  border-spacing:0px ;
  border-width:0px ;
}

TABLE.contentTable TH{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight:bold;
  text-align:left;
}


TABLE.contentTable TD{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight:normal;
  text-align:left;
}


/* more css styles by alex gugel */

TABLE.curi-form {
	width: 550px;
	border : none;
}

TABLE.curi-form TR {
	background : #eeeeee;
}

TABLE.curi-form TD {
	font-size: smaller;
   padding-left : 5px;
	padding-top:5px;
	padding-bottom : 7px;
}

TABLE.curi-form TD.required {
 font-weight : bold;
}

TABLE.curi-form TR.buttons {
	background : White;
	text-align : right;
}

TABLE.curi-form TR.separator {
 background : white;
 height : 3px;
}

TABLE.curi-form TR.buttons TD {
}

TABLE.curi-form TD.errormsg,  TABLE.curi-form TD.errormsg LI, .errormsg {
 color : red;
 font-weight:bold;
}

