/* Allgemeines ------------------------------------------------------------------- */

html,body,span,form,img,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,table,a,p { 
	margin:0; 
	padding:0; 
	font-family:Georgia, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:##DCC899;
	line-height:18px; 
	}

img	{
	border:0;
	}
	
body {
	background:#C8CC99; 
	margin:0;
	padding:0;
	padding-top:15px;
	padding-bottom:50px;
	}

p, h1, h2 {
	margin-bottom:10px;
	}

h1 {
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif; 
	}
	
h2 {
	font-weight:bold;
	}

ul {
	margin-left:15px;
	}

li {
	margin:3px 0px;
	}

table {
	border:solid 1px #cccccc;
	padding:0;
	border-spacing:0;
	}
	
td {
	border:solid 1px #cccccc;
	padding:3 10;
	border-spacing:0;
	}

.tdnospace {
	padding:0;
	border:0;
	}	
	
.tableinvisible {
	margin:0; 
	padding:0; 
	border:0;
	}
		
a:hover {
	color:#00FF2A;
	}

.input_text {
	width:100%;
	border:solid 1px black;
	}

.input_button {
	border:solid 1px black;
	}

.address {
	font-size:11px;
	line-height:14px;
	}


/* Layout-Boxen ------------------------------------------------------------------- */

#uncenterbox {
	position:relative;
	top:0px;
	width:710px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

#contentbox {
	position:relative;
	top:0px;
	left:0px;
	width:680px;
	background:#fafafa;
	border:solid 1px #666; 
	}

#headerbox {
	position:relative; 
	width:100%;
	height:195px; 
	}

.textbox {
	position:relative;
	left:20px;
	top:0px;
	width:460px; 
	}

.imagebox {
	position:relative;
	left:0;
	top:0;
	float:right;
	width:180px;
	text-align:right;
	}

.image {
	position:relative;
	width:150px;
	overflow:hidden;
	background:#999;
	border:solid 1px #666;
	}

.editbox {
	position:absolute;
	top:3;
	left:3;
	text-align:right;
	background:#cccccc;
	border:solid 1px green;
	}

.submenuitem {
 	position:relative; 
	top:3px;
	height:18px;
	width:98%; 
	padding:0; 
	margin-bottom:4px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif; 
	text-align:center;
	border:solid 1px #AC3751;
	overflow:hidden;
	}

.warenkorbbox {
	position:relative;
	width:460px;
	border:solid 2px red;
	background:white;
	margin:3px 0 0 20px;
	}




/* Für Hauptmenü in header.inc.php und tw. Submenü in menu.inc.php */

#menubox {
 	position:absolute; 
	top:136px; 
	left:0; 
	width:99%; 
	text-align:right; 
	line-height:20px; 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif; 
 	}
.menuonred {
	color:#fafafa;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif; 
	}
.menuonwhite {
	color:#AC3751;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif; 
	}
a.menuonred:hover {
	color:#999;
	}
a.menuonwhite:hover {
	color:#999;
	}