* {
	margin: 0px;
	padding: 0px;
    outline: 0;
}
textarea {
    resize: none;
}
body {
    background: url(images/background.jpg);
    font: 11px/18px Tahoma;
    color: #4a4a4a;
}
a {
    text-decoration: none;
	color: #000;
}
img {
    border: 0;
}
.more-link {
	width: 88px !important;
	height: 26px !important;
}
h3 {
    color: #d70000;
    font: 22px/48px Tahoma;
}
h4 {
    color: #d70000;
	padding-left: 0px !important;
    font: 16px/30px Tahoma;
}
address {
    font-style: normal;
    background: url(images/background_contact.jpg) no-repeat right top;
    padding: 0 0 10px;
}

/* WRAP */
#wrap {
    width: 1000px;
    margin: auto;
}

/* HEADER */
#header {
    height: 185px;
    position: relative;
    background: url(images/background_header.png) no-repeat left bottom;
}
    #header h1 {
        position: absolute;
        left: 0;
        top: 15px;
        font-weight: normal;
    }
        #header h1 span {
            display: block;
            color: #0d0d0d;
            font-size: 14px;
            height: 20px;
        }
        #header h1 img {
            display: block;
            width: 186px;
            height: 48px;
        }
    #header h2 {
        position: absolute;
        left: 205px;
        top: 32px;
        border-left: 1px solid #a3a3a3;
        height: 48px;
        font: 30px/48px Tahoma;
        padding: 0 15px;
    }

/* NAV */
#nav {
    position: absolute;
    left: 0;
    bottom: 30px;
    font: bold 18px/50px Tahoma;
    letter-spacing: -1px;
}
    #nav li {
        float: left;
        display: block;
        margin: 0 30px 0 15px;
    }
    #nav a {
        color: #fff;
    }
    
/* SEARCH */
#searchform {
    position: absolute;
    right: 5px;
    top: 110px;
    width: 187px;
    height: 40px;
    background: url(images/background_search.png) no-repeat left top;
}
    #searchform fieldset,
    #searchform input {
        border: 0;
    }
    #searchform input {
        float: left;
        background: transparent;
        font-size: 11px;
        font-family: Tahoma;
    }
#s {
    color: #505050;
    text-align: right;
    width: 112px;
    padding: 14px 10px 15px;
    line-height: 11px;
    height: 11px;
}
#searchsubmit {
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 55px;
    height: 40px;
}

/* BREADCRUMBS */
#breadcrumbs {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    padding: 0 15px 6px;
}
    #breadcrumbs a {
        color: #ffffff;
    }
    
/* FOOTER */
#footer {

}
    #footer p {
        line-height: 38px;
        text-align: right;
        padding: 5px 0 45px;
    }
    #footer img {
        vertical-align: middle;
    }
    
/* LOGO2 */
#logo {
    float: left;
    margin: 10px 0 0;
}

/* LINKS */
#links {
    padding: 0 15px;
    height: 90px;
}
    #links strong {
        display: block;
    }
    #links div {
        float: left;
        width: 194px;
    }
    #links li {
        display: block;
        float: left;
        width: 179px;
        background: url(images/bullet2.gif) no-repeat 3px center;
        padding: 0 0 0 15px;
    }
    #links a {
        color: #4a4a4a;
    }
    
/* SLIDER */
#slider,
#slider li,
#slider img {
    display: block;
    height: 295px;
    width: 755px;
}
    #slider li {
        position: relative;
    }
    #slider span {
        position: absolute;
        line-height: 47px;
        font-weight: bold;
        color: #fff;
        left: 0;
        bottom: 0;
        padding: 0 15px;
        font-size: 12px;
        display: block;
    }
    
/* SLIDER NAV */
#slider-nav {
    height: 21px;
}
    #slider-nav li {
        display: block;
        float: left;
        height: 11px;
        width: 11px;
        margin: 5px 2px;
        cursor: pointer;
        background: url(images/background_slider-nav.gif) no-repeat left top;
    }
    #slider-nav .current,
    #slider-nav li:hover {
        background-position: left bottom;
    }
    
/* BANNER */
#banner {
    float: left;
    margin: 15px 15px 0;
}
#banner,
#banner img {
    display: block;
    width: 160px;
    height: 203px;
}

/* BANNERS */
#banners {
    text-align: center;
    height: 80px;
    line-height: 80px;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}
    #banners li {
        display: inline;
        padding: 0 15px;
    }
    #banners img {
        vertical-align: middle;
    }
    
/* CONTAINER */
.container {
    background: #fff;
    position: relative;
    margin: 13px 0 18px;
}
.container_2 {
    background: #fff;
    position: relative;
    margin: 13px 0 0px;
}
.container-top {
    position: absolute;
    height: 5px;
    width: 100%;
    background: url(images/background_container-top.png) no-repeat left top;
    left: 0;
    top: -5px;
}
.container-bottom {
    height: 7px;
    background: url(images/background_container-bottom.png) no-repeat left top;
    position: relative;
    top: 7px;
    clear: both;
}

/* SIDEBAR */
.sidebar {
    padding: 0 10px;
    margin: 0 0 0 5px;
    width: 195px;
    float: left;
}

/* MAIN */
.main {
    float: right;
    width: 755px;
	text-align:justify;
    margin: 0 15px 0 10px;
}
    .main h3 {
        padding: 0 0 0 0px;
    }
	.main p {
		padding: 0 0 10px 0;
		line-height: 18px;	
	}
	
.main_2 {
    float: right;
    width: 771px;
	text-align:justify;
    margin: 0 0px 0 0px;
}
    .main_2 h3 {
        padding: 0 0 0 0px;
    }
	.main_2 p {
		padding: 0 0 10px 0;
		line-height: 18px;	
	}
    
/* TABS */
.tabs {
    width: 100%;
    height: 20px;
    background: #3d0101;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
    .tabs a {
        color: #fff;
    }
    .tabs .current {
        background: #d70000;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }
    .tabs td {
        padding: 0 0 0 7px;
    }
    .tabs .spacer {
        border-left: 1px solid #ffffff;
    }

/* LINKS */
.links {
    margin: 0 0 5px;
}
    .links li:first-child {
        border: 0;
    }
    .links li {
        border-top: 1px solid #c7c7c7;
        display: block;
        height: 26px;
        line-height: 26px;
        padding: 0 0 0 12px;
        background: url(images/bullet.gif) no-repeat 3px center;
    }
        .links li a {
            color: #000000;
        }

/* BANNERS */
.banner {
    display: block;
    width: 195px;
}
.banners {

}
    .banners li,
    .banners img,
    .banners a {
        display: block;
        width: 240px;
        height: 162px;
    }
    .banners li {
        float: left;
        position: relative;
        margin: 0 0 17px 17px;
    }
    .banners .first {
        margin: 0 1px 17px 0;
    }
    .banners span {
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        line-height: 39px;
        padding: 0 15px;
        display: block;
    }

	
/* PRODUCTS */
.products {
    text-align: center;
}
    .products li {
        float: left;
        display: block;
        width: 240px;
        height: 242px;
        background: url(images/background_product.gif) no-repeat left top;
        margin: 0 17px 17px 0px;
    }
    .products li:first-child {
        margin: 0 17px 17px 0;
    }
    .products img {
        width: 178px;
        height: 136px;
        display: block;
        margin: auto;
    }
    .products h4 {
        height: 33px;
        line-height: 33px;
        font-size: 12px;
        color: #434343;
    }
    .products p {
        line-height: 30px;
        color: #474747;
    }
    /* PRODUCTS */
.products_2 {
    text-align: center;
}
    .products_2 li {
        float: left;
        display: block;
        width: 240px;
        height: 242px;
        background: url(images/background_product.gif) no-repeat left top;
        margin: 0 0 5px 17px;
    }
    .products_2 li:first-child {
        margin: 0 1px 5px 0;
    }
    .products_2 img {
        width: 178px;
        height: 136px;
        display: block;
        margin: auto;
    }
    .products_2 h4 {
        height: 33px;
        line-height: 33px;
        font-size: 12px;
        color: #434343;
    }
    .products_2 p {
        line-height: 30px;
        color: #474747;
    }    
	
/* LINE */
.line {
    height: 1px;
    clear: both;
    position: relative;
    bottom: 6px;
    margin: 0 0 5px;
    background: #cccccc;
}
    .line hr {
        display: none;
    }
    
/* SECTION */
.section {
    float: left;
    width: 250px;
    margin: 0 5px 0 15px;
    text-align: justify;
}
    .section p {
        padding: 0 0 6px;
    }
.store {
    display: block;
    width: 250px;
    height: 80px;
    margin: 5px 0;
}
    
/* READ MORE */
.read-more {
    background: url(images/background_read-more.png) no-repeat left top;
    width: 88px;
	display:block;
    height: 26px;
    font: bold 11px/26px Tahoma;
    display: inline-block;
    color: #ffffff;
    text-align: center;
}
.thumb_my {
	float: left;	
	padding-right: 10px;
}
/* TABY */

ul.kategorie {
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	padding: 10px 0 10px 0;
	margin-right: 17px;
	margin-bottom: 15px;	
}
ul.kategorie li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #CCC;
	list-style-type: none;
		
}
ul.kategorie li.selector_point {
	padding: 0 10px 0 10px;
}

