	function euroevent_styles () {

		document.writeln('<style type="text/css">');

		document.writeln('.headline_right {');
		document.writeln('background:#2B6EB2;');
		document.writeln('color:white;');
		document.writeln('font-size:12px;');
		document.writeln('font-weight:bold;');
		document.writeln('display:block;');
		document.writeln('padding:3px;');
		document.writeln('padding-left:10px; ');
		document.writeln('border-bottom:1px solid #666666; white-space: nowrap; overflow: hidden;');
		document.writeln('	}');
		
		document.writeln('.box_right {');
		document.writeln('border:1px solid #666666; ');
		document.writeln('width:178px; ');
		document.writeln('margin-left:10px;'); 
		document.writeln('margin-right:10px; ');
		document.writeln('margin-bottom:15px; ');
		document.writeln('font-size:11px; ');
		document.writeln('text-align:left;');
		document.writeln('}');
		
		document.writeln('.text{');
		document.writeln('font-family:Arial,Helvetica,sans-serif; ');
		document.writeln('font-size:11px; ');
		document.writeln('font-weight:normal;'); 
		document.writeln('color:#000000;');
		document.writeln('}');
		
		document.writeln('.text_marked{');
		document.writeln('font-family:Arial,Helvetica,sans-serif; ');
		document.writeln('font-size:11px; ');
		document.writeln('font-weight:bold; ');
		document.writeln('color:#002E55;');
		document.writeln('}');
		
		document.writeln('.button_klein {');
		document.writeln('width:130px;');
		document.writeln('height:17px;');
		document.writeln('text-align:center;');
		document.writeln('font-size:11px;');
		document.writeln('margin-top:3px;');
		document.writeln('padding-top:3px;');
		document.writeln('display:block;');
		document.writeln('border-left: 1px solid #999999;');
		document.writeln('border-right: 1px solid #999999;');
		document.writeln('background-image:url(http://www.euroevent.de/$WS/euroevent/websale6_shop-euroevent/benutzer/templates/de/gfx/btn_back.gif);');
		document.writeln('background-repeat:repeat-x;');
		document.writeln('}');
		
		
		document.writeln('a.button_klein:link {');
		document.writeln('font-weight:bold;');
		document.writeln('text-decoration:none;');
		document.writeln('color:#2B6EB2;');
		document.writeln('}');
		
		document.writeln('a.button_klein:hover {');
		document.writeln('font-weight:bold;');
		document.writeln('text-decoration:none;');
		document.writeln('color:#2B6EB2;');
		document.writeln('background-image:url(http://www.euroevent.de/$WS/euroevent/websale6_shop-euroevent/benutzer/templates/de/gfx/btn_back_on.gif);');
		document.writeln('background-repeat:repeat-x;');
		document.writeln('}');
		
		document.writeln('a.button_klein:active {');
		document.writeln('font-weight:bold;');
		document.writeln('text-decoration:none;');
		document.writeln('color:#2B6EB2;');
		document.writeln('}');
		
		document.writeln('a.button_klein:visited {');
		document.writeln('font-weight:bold;');
		document.writeln('text-decoration:none;');
		document.writeln('color:#2B6EB2;');
		document.writeln('}');
		
		document.writeln('a.button_klein:visited:hover {');
		document.writeln('font-weight:bold;');
		document.writeln('text-decoration:none;');
		document.writeln('color:#2B6EB2;');
		document.writeln('background-image:url(http://www.euroevent.de/$WS/euroevent/websale6_shop-euroevent/benutzer/templates/de/gfx/btn_back_on.gif);');
		document.writeln('background-repeat:repeat-x;');
		document.writeln('}');
		document.writeln('</style>');

	}
