html, body { height:100%; }

body, td {
	font-family: arial;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.teaser {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}

.fett {
	font-weight: bold;
}

.gross {
	font-size: 14px;
}

.klein {
	font-size: 12px;
}

.kleiner {
	font-size: 11px;
}

.alles {
  position:absolute;
  width:900px;
	overflow:scrolling;
	
	border:0px solid red;
}

.navi {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height:100%;

	background-color: #CCCCE6;	
	overflow:auto;
	border:0px solid red;
}

.content {
	position: absolute;
	top: 0px;
	left: 150px;
	width:750px;
  height:100%;

	background-color: #ececec;
	overflow:auto;
	border:0px solid black;
}

.content_left {
	position: absolute;
	width:480px;
  height:100%;

	border:0px solid green;
}

.content_right {
	position: absolute;
	left: 490px;
	width: 240px;
  height:100%;

	border:0px solid green;
}

.content_center {
	position: absolute;
	width: 720px;
  height:100%;

	border:0px solid green;
}


/* breite linke Box bei Artikel-Liste */
.boxliste {
    background-color: #D2DF9A;
    border-radius: 6px 6px 6px 6px;

    width: 460px;
    left: 0;
    padding: 0px;
    margin: 10px;
    height: 300px;
    
    position: relative;
    
    border: 1px solid black;    
}

.boxliste_header {
    background-color: #424242;
    border-radius: 6px 6px 0px 0px;

    width: 460px;
    height: 50px;
    left: 0;
    padding: 0px;
    margin: 0px;
    position: relative;
    
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
}

.boxliste_bild {
	margin: 10px;
	position: relative;
}

.boxliste_right {
	top: 50px;
	left: 160px;
	margin: 10px;
	width: 270px;
	hhheight:350px;
	position: absolute;
	
	border:0px solid black;
}

.boxliste_wk {
	bottom: 0px;
	right: 0px;
	margin: 10px;
	position: absolute;
	
	border:0px solid black;
}


/* breite linke Box bei Artikel-Einzelansicht */
.box1 {
    background-color: #D2DF9A;
    border-radius: 6px 6px 6px 6px;

    width: 460px;
    left: 0;
    padding: 0px;
    margin: 10px;
    position: relative;
    
    border: 1px solid black;    
}

.box1_header {
    background-color: #424242;
    border-radius: 6px 6px 0px 0px;

    width: 460px;
    min-height: 50px;
    left: 0;
    padding: 0px;
    margin: 0px;
    position: relative;
    
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
}

.box1_bild {
	margin: 10px;
	position: relative;
}

.box1_right {
	top: 50px;
	left: 260px;
	margin: 10px;
	width: 170px;
	height:350px;
	position: absolute;
	
	border:0px solid black;
}

.box1_breit {
	margin: 10px;
}

/* schmale rechte Box */
.box2 {
    background-color: #D9D9D9;
    border-radius: 6px 6px 6px 6px;

    width: 220px;
    left: 0;
    padding: 0px;
    margin: 10px;
    position: relative;
    
    border: 1px solid black;
}

.box2_header {
    background-color: #424242;
    border-radius: 6px 6px 0px 0px;

    width: 220px;
    min-height: 50px;
    left: 0;
    padding: 0px;
    margin: 0px;
    position: relative;
    
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
}

.box2_breit {
	margin: 10px;
}

/* breite Box über die gesamte Breite */
.box3 {
    background-color: #D2DF9A;
    border-radius: 6px 6px 6px 6px;

    width: 680px;
    left: 0;
    padding: 0px;
    margin: 10px;
    position: relative;
    
    border: 1px solid black;    
}

.box3_header {
    background-color: #424242;
    border-radius: 6px 6px 0px 0px;

    width: 680px;
    min-height: 50px;
    left: 0;
    padding: 0px;
    margin: 0px;
    position: relative;
    
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
}

.box3_bild {
	margin: 10px;
	position: relative;
}

.box3_right {
	top: 50px;
	left: 260px;
	margin: 10px;
	width: 170px;
	height:350px;
	position: absolute;
	
	border:0px solid black;
}

.box3_breit {
	margin: 10px;
}

/* Standard-Navi */
#nav {
	list-style: none inside none;
	left: 0px;
}

#nav li a {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	
	list-style: none outside none;
	display: block;
	
	margin:10px;
	padding:10px;
}


/* horizontale Navi ueber Warenkorb (http://de.selfhtml.org/css/layouts/anzeige/nav_float.htm) */
ul#warenkorb_navi {
	font-size: 12px;
  margin: 0; padding: 0;
  text-align: center;
  border: 0px solid black;
  background-color: silver;
}
ul#warenkorb_navi li {
  list-style: none;
  display: inline;
  margin: 0; padding: 0;
}

ul#warenkorb_navi a, ul#warenkorb_navi span {
  float: left; width: 11em;
  margin: 0.4em; padding: 0.2em 1em;
  text-decoration: none; font-weight: bold;
  border: 1px solid black;
  border-left-color: white; border-top-color: white;
  color: maroon; background-color: #ccc;
}
* html ul#warenkorb_navi a, * html ul#warenkorb_navi span {  /* Korrektur fuer IE 5.x */
  width: 8em;
  w\idth: 6em;
}
ul#warenkorb_navi a:hover, ul#warenkorb_navi span {
  border-color: white;
  border-left-color: black; border-top-color: black;
  color: white; background-color: gray;
}
ul#warenkorb_navi div {
   clear: left;
}




.warenkorb {
  background-color: #D2DF9A;
  border-radius: 6px 6px 6px 6px;

	min-height: 700px;
	width: 96%;

  left: 0;
  padding: 0px;
  margin: 10px;
  position: relative;
  
  border: 1px solid black;  
	
	position: absolute;
}

.warenkorb_header {
    background-color: silver;
    border-radius: 6px 6px 0px 0px;

    width: 100%;
    height: 50px;
    left: 0;
    padding: 0px;
    margin: 0px;
    position: relative;
    
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    
    text-align: center;
}

.warenkorb_fehler {
	font-weight : 600;
	background-color: #ff0000;
	width: 212px;
}

.warenkorb_breit {
	margin: 10px;
	position: relative;
}