/* DATEI: dvcss.css */

* {
margin: 0;
padding: 0;
}

a.text:link { text-decoration:none; font-weight:bold; color:#ff0099; }
a.text:visited { text-decoration:none; font-weight:bold; color:#009900; }
a.text:hover { text-decoration:none; font-weight:bold; color:#33ff00; }
a.text:active { text-decoration:none; font-weight:bold; color:#ff0099; }

a.listen:link { text-decoration:none; font-weight:bold; color:#666666; }
a.listen:visited { text-decoration:none; font-weight:bold; color:#ffffff; }
a.listen:hover { text-decoration:none; font-weight:bold; color:#ffff33; }
a.listen:active { text-decoration:none; font-weight:bold; color:#666666; }

a.mail:link { text-decoration:none; font-weight:bold; color:#ff0099; }
a.mail:visited { text-decoration:none; font-weight:bold; color:#ff0099; }
a.mail:hover { text-decoration:none; font-weight:bold; color:#33ff00; }
a.mail:active { text-decoration:none; font-weight:bold; color:#ff0099; }

a.prod:link { text-decoration:none; font-weight:bold; color:#ff0099; }
a.prod:visited { text-decoration:none; font-weight:bold; color:#ffffff; }
a.prod:hover { text-decoration:none; font-weight:bold; color:#ffff33; }
a.prod:active { text-decoration:none; font-weight:bold; color:#ff0099; }


p span { text-decoration:underline; }


html { overflow-y: hidden; }

body {background-image: none}

.centera {
	width: 1024px;
	height: 740px;
	background-repeat: no-repeat;
  background-image: url(img/bg_index3.jpg);
	left: 50%;
	top: 50%;
	margin-top: -370px;
	margin-left: -512px;
	position: fixed;
	-moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -khtml-border-radius: 50px;
  border: 5px solid #ccccff
}

.centerb {
	width: 1024px;
	height: 780px;
	background-repeat: no-repeat;
  background-image: url(img/bg1_neu.jpg);
	left: 50%;
	top: 50%;
	margin-top: -390px;
	margin-left: -512px;
	position: fixed;
	-moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -khtml-border-radius: 50px;
  border: 5px solid #ccccff
}

* html .centered-box { 
	position:absolute;
}



<style type="text/css">
<!--

a.trick
{
display:block;
background: none;
width:28px;
height:70px;
}
a.ord:hover 
{ 
background: none; 
}

a.ord
{
display:block;
background: url(img/order_1.gif) no-repeat left top;
width:28px;
height:70px;
}
a.ord:hover 
{ 
background: url(img/order_3.gif) no-repeat left top; 
}

a.cat
{
display:block;
background: url(img/catal_1.gif) no-repeat left top;
width:35px;
height:110px; 
}
a.cat:hover 
{ 
background: url(img/catal_3.gif) no-repeat left top; 
}

a.lin
{
display:block;
background: url(img/links_1.gif) no-repeat left top;
width:40px;
height:65px;
}
a.lin:hover 
{ 
background: url(img/links_3.gif) no-repeat left top; 
}

a.abo
{
display:block;
background: url(img/about_1.gif) no-repeat left top;
width:37px;
height:72px;
}
a.abo:hover 
{ 
background: url(img/about_3.gif) no-repeat left top; 
}

a.home
{
display:block;
background: url(img/111.gif) no-repeat left top;
width:405px;
height:70px;
}
a.home:hover
{
background: url(img/111_3.gif) no-repeat left top;
}

-->
</style>







