/* Cascading Style Sheet, argentinienweine.de*/

/* START neue CSS-Angaben */

.top {
	position: absolute;
	top: 7px;
	left: 5px;
	width: 98%;
	height: 128px;
	color: #ffffff;
	font-size: 0.8em;
	/*border:1px solid blue;*/
}

.rahmen {
	position: absolute;
	top: 138px;
	left: 6px;
	width: 99%;
	height: 500px;
	color: #ffffff;
	background-color: #FFDB97;		
	font-size: 0.8em;
	/*border:5px solid red*/;
	
}

.navi {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 192px;
	height: 550px;
	color: #ffffff;
	background-color: #FFDB97;		
	font-size: 0.8em;
	/*border:1px solid green;*/
}

.content {
	position: absolute;
	top: 10px;
	left: 197px;
	width: 800px;
	height: 550px;
	color: #000000;
	background-color: #FFDB97;
	overflow-y: auto;
	/*border:1px solid green;*/
}

.rahmen_big {
	position: absolute;
	top: 138px;
	left: 6px;
	width: 570;
	height: 2500px;
	color: #ffffff;
	background-color: #FFDB97;		
	font-size: 0.8em;
	/*border:5px solid red*/;
	
}

.content_big {
	position: absolute;
	top: 10px;
	left: 10x;
	width: 570px;
	height: 2500px;
	color: #000000;
	background-color: #FFDB97;
	
	/*border:1px solid green;*/
}

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

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

	padding:5px;

	width: 732px;
	border: 0px solid green;
	
	overflow-y: auto;	
}

.warenkorb_active {
	position           : absolute;
	top                : 0px;
	width              : 167px;
	background-color: #ffffff;
	font-size          : 0.9em;
	font-weight : 600;
}

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

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

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

/* ENDE neue CSS-Angaben */



BODY { 
    margin: 0;
    font-family: verdana, arial, helvetica; 
    font-size: 14px;
     }

H1 { 
    margin: 0px;
    font-family: verdana, arial, helvetica; 
    font-size: 14px;
    font-weight: bold;
     }

H2 { 
    font-family: verdana, arial, helvetica; 
    font-size: 12px;
    font-height: 10px;
    font-style: italic;
    font-weight: bold;
    }

P { 
    margin: 0;
    font-family: verdana, arial, helvetica; 
    font-size: 12px;
     }

P.content { 
    margin: 0;
    font-family: tahoma, verdana, arial, helvetica; 
    font-size: 12px;
     }

P.address { 
    margin: 0;
    font-family: tahoma, verdana, arial, helvetica; 
    font-size: 10px;
     }

BLOCKQUOTE { 
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: verdana, arial, helvetica; 
    font-size: 11px;
     }

B { 
    margin: 0;
    font-family: verdana, arial, helvetica; 
    font-size: 11px;
    font-weight: bold;
     }

strong { 
    margin: 0;
    font-family: verdana, arial, helvetica; 
    font-size: 11px;
    font-weight: bold;
     }

TD { 
    margin: 0;
    font-family: verdana, arial, helvetica; 
    font-size: 11px;
     }

.small { 
    margin: 0;
    font-family: verdana, arial, helvetica; 
    font-size: 10px;
     }
	 
.footer { 
    margin: 0;
    font-family: verdana, arial, helvetica; 
    font-size: 10px;
    font-weight: bold;
     }
	 	 
.weiss { 
    margin: 0;
    font-family: verdana, arial, helvetica; 
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
     }
	 
a { 
    margin: 0;
    font-family: verdana, arial, helvetica; 
    font-size: 11px;
    font-weight: normal;
    color: #78101C;
	text-decoration: underline;
     }
	 
a.navigation { 
    margin: 0;
    font-family: verdana, arial, helvetica; 
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
	text-decoration: none;
     }
	 
a.navigation:hover { 
	text-decoration: underline;
     }
	 	 		 