@charset "utf-8";
/* CSS Document */

body
{
background-color:#FDFDFD;
}

#global
{
width: 100%;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000;
font-size: 10px;
}

#global a
{
text-decoration: none;
color:#000;
}

img
{
border: 0px solid;
}

/* Produktsuche */

@charset "utf-8";
/* CSS Document */

#spacer
{
clear: both;
width: 100%;
height: 20px;
margin-bottom: 20px;
}

.pf_cat1 
{
float: left;
margin-right: 20px;
margin-bottom: 5px;
color: #CCCCCC;
font-size: 10px;
}

.pf_cat1 a
{
text-decoration: none;
color: #CCCCCC;
font-size: 10px;
}


.pf_cat_next 
{
clear: both;
margin-right: 20px;
color: #CCCCCC;
font-size: 10px;
}

.pf_cat_next a
{
text-decoration: none;
color: #CCCCCC;
font-size: 10px;
}

.pf_cat_war 
{
margin-top: 10px;
margin-right: 20px;
color: #CCCCCC;
font-size: 10px;
font-style: italic;
}

.pf_cat_war a 
{
margin-right: 20px;
color: #CCCCCC;
font-size: 10px;
font-style: italic;
}

a:hover
{
color: #666666;
}

