.titel {
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	font-style: italic;
	color: #0AA245;
	font-weight: bold;
	line-height: normal;
}
.adresse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	color: #0AA245;
	font-weight: bold;
	line-height: 30px;


}
.liste {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(bilder/kreis.gif);

}
.formular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
}
.formular2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.stand {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.link2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	cursor: e-resize;

}
.liste2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-image: url(bilder/pfeil.gif);
	list-style-type: disc;


}
.textgross {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.titelmed {

	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
	color: #0AA245;
	font-weight: bold;
}
.SNO {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}
.SNO-mittel {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
}
.SNO-klein {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
}
.SNO-gross {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: normal;
}
.headlinekleiner {

	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #0AA245;
	font-weight: bold;
}
.sno-headline {

	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #0AA245;
	font-weight: bold;
}
.text-neu {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
}
/*  
Description: sexy button tute
*/

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url(vertriebspartner/bilder/bg_button_a.gif) no-repeat top right;
    font: normal 12px arial, sans-serif;
	color: #666!important;
	text-decoration: none;
    display: block;
    float: right;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
}

a.button:hover {
color: #000!important;
text-decoration: none;
}

a.button span {
    background: transparent url(vertriebspartner/bilder/bg_button_div.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
	color: #000!important;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

