
td,body,div {
	font-family : Arial,Verdana, Helvetica;
	font-size : 13px;
	color: #333333 ;
}

A,A:VISITED,A:ACTIVE,A:LINK  {
  font-family : Arial,Verdana, Helvetica;
	color : #ff0000;
	font-size : 13px;
	text-decoration : none;                          
}

A:HOVER  {
	text-decoration : underline;
	}

A.black,A.black:VISITED,A.black:ACTIVE,A.black:LINK  {
  font-family : Arial,Verdana, Helvetica;
	color : #2c2c2c;
	font-size : 13px;
	text-decoration : none;                          
}

A.black:HOVER  {
	text-decoration : underline;
	}
  

/* ###################################################################### */
/* ### NAVIGATION                                                         */
/* ###################################################################### */

a.mainnavi,a.mainnavi:active,a.mainnavi:link,a.mainnavi:visited{
  font-size : 11px;
	text-decoration : none;
  color : #ffffff ;
  font-weight : bold;
  letter-spacing:1px;
}

a.mainnavi:hover {
  font-size : 11px;
	text-decoration : none;
  color : #ffffff ;
  font-weight : bold;
  letter-spacing:1px;
}

a.mainnavipress,a.mainnavipress:active,a.mainnavipress:link,a.mainnavipress:visited,a.mainnavipress:hover{
  font-size : 11px;
	text-decoration : none;
  color : #ffffff ;
  font-weight : bold;
  letter-spacing:1px;
}


/* Mainnavigation 2 */

a.mainnavi2,a.mainnavi2:active,a.mainnavi2:link,a.mainnavi2:visited { 
  font-size : 11px;
  text-decoration : none;
  color : #9BA6E4 ;
  font-weight : bold;
  letter-spacing:1px;
}

a.mainnavi2:hover{
  font-size : 11px;
	text-decoration : none;
  color : #374DC9 ;
  font-weight : bold;
  letter-spacing:1px;
}

a.mainnavi2press,a.mainnavi2press:active,a.mainnavi2press:link,a.mainnavi2press:visited,a.mainnavi2press:hover {
  font-size : 11px;
	text-decoration : none;
  color : #374DC9 ;
  font-weight : bold;
  letter-spacing:1px;
}




.browsetdodd {
background-color : #ffffff;
}

.browsetdeven {
  background-color : #f8f8f8;
}

.pagetitle {
  font-size : 13px;
  color : #000000 ;
  font-weight : bold;
}

.contenttext {
  font-size : 13px;
  color : #000000 ;
  line-height:14pt;
}

.spruch {
  font-size : 17px;
  color : #7D7D7D ;
  letter-spacing:1px;
}

h1.title {
  font-size : 13px;
  color : #000000 ;
  font-weight : bold;  
  margin-bottom: 0px; 
  padding-bottom: 0px;
  line-height: 14pt; 
}


/* ###################################################################### */
/* ### FORM-FIELDS                                                        */
/* ###################################################################### */

input.dlginput {
  border : 1px solid #000000;
	font-size : 13px;
}

input.dlgsearchinput {
	border : 1px solid #000000;
	font-size : 13px;
}

.dlgselect { 
    background-color:#ffffff; 
    border:1px solid #DDDDDD;
    font-size : 13px;
    }
    
input.dlgbutton {
	font-size : 13px;
  color:ffffff; 
  border : 1px solid #A01D01;
  background-color: #DC2E09 ;
}

input.dlgerror-input {
	border : 1px solid red;
}

.dlgerror-message {
	font-size : 13px;
  color: red ;
}





