.block {
	background-color:#eee;
	border:1px solid #000;
	width:80%;
	padding:10px;
	margin:10px;
}


.container_template {
    width: 1000px;
    background: url("bg.gif"); 
	margin: 0px;
    padding: 0px;
}

.content_layout {
    /*width: 420px; /* Breite mit 3 Spalte*/
    /*width: 820px; /* Breite ohne 3 Spalte*/
    width: 810px; /* Breite ohne 3 Spalte mit 10 px padding*/
    background: url(../images/shadow.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
	padding-left:10px;
}
.container_footer {
    width: 1000px;
    background: url(../images/footer_shop.jpg);
    background-repeat: no-repeat;
    clear: both;
}
.container_all {
    width: 1000px;

}
.container_main {
    width: 1000px;

}
.header {
    width: 1000px;
    background: url(../images/header_shop.jpg);
    background-repeat: no-repeat;
    background-position: 0px 20px;
}

.warenkorb {
	float: right;
	width: 120px;
	padding-right:7px;
	padding-left:0px;
}


ul.navigation_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.navigation_list li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


/* Navigation Level 3 */

ul.navigation_list ul { /* zweite ebene, z.b. briefmarken, FDCs, ...*/ 
    list-style: none;
    margin: 0px ;
    padding: 0px;
    height: auto;
}


/* Navigation Level 4 */
ul.navigation_list ul ul {/* dritte ebene, z.b. architektur, Ereignisse, ...*/ 
    list-style: none;
    margin: 0px ;
    padding: 0px;
    height: auto;
    background: #FFFFFF;
}
