/* 
    Document   : profile
    Created on : 04.02.2010, 00:37:47
    Author     : Heiko
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.zellenhoehe {
  font-size : 8px;
}


.zellenfarbe {
  background-color : #790000;
}


.zellenfarbe1 {
  background-color : #5b0101;
}


.zellenfarbe2 {
  background-color : #790000;
}


.rahmenstart {
  border : 1px solid #ffffff;
}


.rahmentext {
  border : 1px solid #efc648;
}


.rahmenlinks {
  border-left : 2px solid #000000;
}


.rahmenrechts {
  border-right : 2px solid #000000;
}


.rahmenoben {
  border-top : 2px solid #000000;
}


.rahmenunten {
  border-bottom : 2px solid #000000;
}


.texte {
  color : #efc648;
	font-family : Arial;
  font-size : 14px;
}


.texte1 {
  color : #efc648;
	font-family : Arial;
  font-size :11px;
}


.textemittig {
  text-align : center;
}


.zusatztext {
  color : #ffffff;
	font-family : Arial;
  font-size : 10px;
}

.utextueberschrift {
  color : #790000;
	font-family : Arial;
  font-size : 26px;
  font-weight : bold;
  text-decoration : underline;
  text-align : center;

}



