* {
    font-family: verdana, arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height:150%;
    vertical-align:top;
}

body, td{                                   
    font-size: 14px;
    font-family: verdana, arial, sans-serif;
    background-color:#8e8e8e;
}

h1{
    font-family: arial, sans-serif; 
    font-size:20px;
    color:#B81315;
    font-weight:normal;
}

p.align-center{
    text-align:center;
}

a {
    text-decoration:none;
    color:#B81315;
}

a:hover {
    text-decoration:underline;
}

li{
    list-style-type:none;
    padding-left:0px;
}
#start #content-in{
    text-align:center;
}

#top{
    position:absolute;
    width:850px;
    height:120px;
    left:120px;
    background:#FFB655;
    z-index:2;
}
#logo{}

#menu{
    position:absolute;
    left:0px;
    top:0px;
    background:#B81315;
    width:120px;
    height:100%;
    z-index:3;
}
#left-in, #content-in, #right-in{
    margin:30px;
}
#menu-in{
    left:0px;
    margin-top:20px;
    margin-left:0px;
}
#left{
    position:absolute;
    left:0;
    top:0px;
    width:245px;
    border:0px solid red;
}
#left-in{
    border:0px solid green;
    margin-top:20px;   
}


#container, #container-start{
	width: 850px;
	height: 100%;
    left:120px;
    top:120px;
	position: absolute;
    background:#FFD875;
	overflow: auto;
    z-index:1;
}

#standard #container{
    background:url(3back.gif);
}

#container-start{
    background:#FEF2A1;
    top:0px;
    left:120px;
    width:850px;
}

#adresse{
    position:absolute;
    bottom:0px;
    left:780px;
    z-index:10;
}

#content, #content-start{
    position:absolute;
    left:250px;
    top:0px;
    height:500px;
    width:350px;
    border:0px solid red;
    background:#FEF2A1;
}

#content-start{
    left:50px;
    width:650px;
    top:50px;   
}

#einspaltig #container{
    background:#FEF2A1;
}

#content-in{
    border:0px solid green;
    margin-top:20px;
}
#right{
    position:absolute;
    left:600px;
    top:0px;
    width:245px;
    border:0px solid red;  
}
#right-in{
    border:0px solid green;
    margin-top:20px;     
}

#einspaltig #content{
    left:0px;
    width:850px;
}
#einspaltig #content-in{
    margin-left:50px;
}

table.category-table{
	border-collapse:collapse;
}

table.category-table td{
	border:1px solid #FEF2A1;
	padding:5px;
}

.catalog-productimage{
    float:left;
    margin:5px 10px 10px 0;
}
