body {
	font-family        : Arial;
}

td {font-family:arial; font-size:12px; color:#000000}
.umittel {font-family:arial; font-size:12px; color:#650101}
.ugross  {font-family:arial; font-size:14px; color:#650101; font-weight:bold;}
.anzeige {font-family:arial; font-size:12px; color:black; font-weight:bold;}
p {font-family:arial; font-size:10pt; color:#000000}
a:link     {color:#000000}

h3  {font-family:arial; font-size:14pt; color:#650101; font-weight:bold;}
h4  {font-family:arial; font-size:12pt; color:#650101; font-weight:bold;}

.alles {
  position:absolute;

  width:962px;
  height:80px;

  left:50%;
  margin-left:-485px;

	background-color: #ffffff;
	border:1px solid black;
	
	overflow:hidden;
}

.top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 150px;
	overflow:auto;
	border:0px solid green;
}

.navi {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 155px;
	overflow:auto;
	border:0px solid red;
	
	background-image: url(img/navi.jpg);
	background-repeat:repeat-y;
}

.content {
	position: absolute;
	top: 150px;
	left: 155px;
	
	width:804px;
	overflow:auto;
	border:0px solid blue;
}

.werbung_rechts {
	position: absolute;
	top: 150px;
	width: 200px;
	display: none;
	
	border:0px solid red;
}

.warenkorb {
	position: absolute;
	top: 27px;
	height: 509px;

	padding:5px;

	width: 790px;
	border: 0px solid green;
}

.warenkorb_active {
	position           : absolute;
	top                : 0px;
	width              : 192px;
	background-color: #ffffff;
	font-size          : 0.9em;
	font-weight : 600;
	border: 1px solid black;
}

.warenkorb_inactive {
	position           : absolute;
	top                : 0px;
	width              : 195px;
	background-color: #ececec;
	font-size          : 0.9em;
	font-weight : 600;
	border: 0px solid red;
}

.warenkorb_titel {
	color : #A92F2F;
	font-weight : 600;
}

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


.input {
	font-size          : 10px;	
	font-weight : 600;
}


.button {
	font-size          : 12px;	
	font-weight : 500;	
	background-color: #EBEBEB;
	
}

/*
.DIV.secLevel a
{
   DISPLAY: block;
   WIDTH: 111;
   PADDING: 3px;
   MARGIN: 0px;
   FONT-SIZE: 13px;
   FONT-WEIGHT: 600;
   FONT-STYLE: italic;
   TEXT-ALIGN: left;
   TEXT-DECORATION: none;
   COLOR: <?php echo $_font_1; ?>;
  
}
*/
