/* ------------------------------FONTS------------------------------ */
.menutext
{ 
	font-family	: Verdana; 
	font-size	: 12px;
	color		: #000000;
	font-weight		: bold; 
}
.menulink
{ 
	font-family	: Verdana; 
	font-size	: 12px;
	color		: #000000;	
	text-decoration	: none;
	font-weight		: bold; 
}
.menulink:hover
{ 
	font-family	: Verdana; 
	font-size	: 12px;
	color		: #ffffff;	
	text-decoration	: none;
	font-weight		: bold; 
}

.mittel
{ 
	font-family	: Verdana; 
	font-size	: 11px;
	color		: #000000;
	font-weight		: bold; 
}

.normaltext
{ 
	font-family	: Verdana; 
	font-size	: 10px;
	color		: #000000;	
}
.normaltextlink
{ 
	font-family	: Verdana; 
	font-size	: 10px;
	color		: #000000;
	text-decoration	: none;
}
.normaltextlink:hover
{ 
	font-family	: Verdana; 
	font-size	: 10px;
	color		: #ffffff;	
	text-decoration	: none;
}
.normaltextdick
{ 
	font-family	: Verdana; 
	font-size	: 10px;
	color		: #000000;	
	font-weight		: bold; 
}
.normaltextdicklink
{ 
	font-family	: Verdana; 
	font-size	: 10px;
	color		: #000000;	
	font-weight		: bold; 
	text-decoration	: none;
}
.normaltextdicklink:hover
{ 
	font-family	: Verdana; 
	font-size	: 10px;
	color		: #ffffff;	
	font-weight		: bold; 
	text-decoration	: none;
}

/* ------------------------------FONTS------------------------------ */


/* ------------------------------STYLE------------------------------ */
textarea {
 FONT-SIZE: 12px;
 FONT-FAMILY: Tahoma,Helvetica;
 COLOR: #000000;
 BACKGROUND-COLOR: #ffffff;
 
 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;
 text-indent : 2px;
}
.input {
 FONT-SIZE: 12px;
 FONT-FAMILY: Tahoma,Helvetica;
 COLOR: #000000;
 BACKGROUND-COLOR: #ffffff;
 
 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;
 text-indent : 2px;
}

.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #000000;
	background-color: #F1F4F8; border: #787B8F; border-style: dotted;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.zitat {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #00000; line-height: 125%;
	background-color: #F1F4F8; border: #787B8F; border-style: dotted;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

td.all {
   	border-left : 1px solid;
	border-left-color:#000000;
    border-right : 1px solid;
	border-right-color:#000000;
    border-top : 1px solid;
	border-top-color:#000000;
    border-bottom : 1px solid;
	border-bottom-color:#000000;
   }
/* ------------------------------STYLE------------------------------ */
