html, body
{ 
height: 100%;
}

body
{
font-size: 11px;
font-family: arial, sans-serif;
text-align: left;
color: #000000;
margin-top: 10px;
}

h1
{
font-weight: bold;
font-size: 14px;
color: #000000;
font-family: arial, sans-serif;
line-height: 0px;
}

h2
{
font-weight: bold;
font-size: 14px;
color: #000000;
font-family: arial, sans-serif;
line-height: 0px;
}

span.price
{
color: #CC0000;
}

span.text_grey
{
color: #a9a9a9;
}

span.text_red
{
color: #CC0000;
}

span.text_blue
{
color: #000080;
}

span.text_white
{
color: #ffffff;
}

img
{
border: 0;
}

span.c5
{
color: #CC0000
}

a:link
{
color: #000000;
text-decoration: underline;
}

a:visited
{
color: #000000;
text-decoration: underline;
}

a:hover
{
color: #000000;
text-decoration: none;
}

a:active
{
color: #000000;
text-decoration: none;
}

#navigation_header a:link
{
color: #000000;
text-decoration: none;
}

#navigation_header a:visited
{
color: #000000;
text-decoration: none;
}

#navigation_header a:hover
{
color: #000000;
text-decoration: underline;
}

#navigation_header a:active
{
color: #000000;
text-decoration: underline;
}

#navigation_left a:link
{
color: #000000;
text-decoration: none;
}

#navigation_left a:visited
{
color: #000000;
text-decoration: none;
}

#navigation_left a:hover
{
color: #000000;
text-decoration: underline;
}

#navigation_left a:active
{
color: #000000;
text-decoration: underline;
}

.shop_input
{
font-size: 11px;
font-family: Arial, Tahoma, sans-serif;
}

textarea
{
font-size: 11px;
font-family: Arial, Tahoma, sans-serif;
}

select
{
font-size: 11px;
font-family: Arial, Tahoma, sans-serif;
}

.button
{
font-size: 11px;
font-family: Arial, Tahoma, sans-serif;
}

/* Div-Container ------------------------------------------------------------------*/

#shop
{
width: 750px;
margin: 0 auto;
text-align: left;
border: 1px solid #000000;
background-image: url(http://www.plomben-24.de/images/navi_bg.gif);
background-repeat: repeat-y;
}

#header
{
height: 80px;
}

#navigation_header
{
height: 30px;
line-height: 30px;
background-image: url(http://www.plomben-24.de/images/header_bg.gif);
}

#navigation_left
{
width: 140px;
float: left;
background-image: url(http://www.plomben-24.de/images/navi_bg.gif);
background-repeat: repeat-y;
padding-top: 10px;
padding-bottom: 30px;
padding-left: 10px;
padding-right: 0px;
}

#cms
{
width: 578px;
float: right;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 0px;
padding-right: 15px;
}

/* Produktkategorien ------------------------------------------------------------------*/

.w50p
{
width:30%;
float:left;
margin-top:10px;
margin-bottom:20px;
text-align: center;
}

.bild
{
float:left;
margin-top:10px;
margin-bottom:10px;
margin-left:0px;
margin-right:0px;
}

.text
{
float:left;
margin-top: 10px;
margin-bottom: 0px;
margin-left: 10px;
margin-right: 0px;
padding: 0;
width: 365px;
}

.info
{
float: left;
margin-top: 10px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0;
}

.listing_clear
{
clear: both;
border-bottom: 1px solid #ddd;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}