/*
Allgemeine Styles
*/					   
<!--					  
 BODY	{
			 font-size: 14px;
			 cursor: default;
			 font-family: Trebuchet MS;
			 background: white;
 }	 
-->	 

/*
Standart-Schriften, Größe und Farbe
*/
.small		 {
	font-size: 11px; 
	color:  #010101
}
.smallred		 {
	font-size: 11px; 
	color:  #e10012
}		
.normal		 {
	font-size: 14px; 
	color:  #010101
} 
.large		 {
	font-size: 16px;
	font-weight: bold;
	color: #010101;
}  
.largered		 {
	font-size: 16px;
	font-weight: bold;
	color: #e10012;
} 


/*
Links
*/
a, a:link	 {
	color:#e10012;
	text-decoration:none
}
a:visited	 {
	color:#e10012;  
}
a:hover		 {
	color:#a5000d;
}
a:active	 {
	color:#e10012;
	text-decoration:none
}


/*
Copyright-Bereich der Seite
*/

.copyright {
	font-size: 10px; 
	color:  #656565;	
}		  


/*
Textboxxen und Form-Felder
*/				
.textbox	 {
	border-style: solid; 
	border-width: 1px;
	border-color: #7f9db9;
	font-family: Trebuchet MS;
	font-size: 12px
}

/*
Tabellenhintergrund
*/
#td01	{	background: url(../images/1.png); width:473px; height: 475px }
#td02	{	background: url(../images/2.png); width:551px; height: 68px; }
#td03	{	background: url(../images/3.png); width:185px; height: 472px;}
#td03b	{	background: url(../images/3b.png); width:185px; height: 155px;}
#td04	{	background: url(../images/4.png); width:651px; height: 37px; vertical-align: top;}
#td05	{	background: url(../images/5.png); width:551px; height: 370px; padding: 0px;  vertical-align: top;}
#td07	{	background: url(../images/7.png); width:1024px; height: 120px;}
#td08	{	background: url(../images/8.png); width:1024px; height: 138px; text-align: center; vertical-align: top; padding-top: 20px}

.messagebox	{
	border: 1px solid #1a171b;
	padding: 5px;
	background: #c05858;
	color: white;
	width: 400px;
}

