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

html,body,span,form,img,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,table,p { 
	margin:0; 
	padding:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color:#330033;
	line-height:18px; 
	}
	
body {
	background:#9c47bc;
	background-image:url(hg_gradient.jpg);
	background-position:center;
	margin:0;
	padding:0;
	}



/* Text-Elemente ------------------------------------------------------------------- */


h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:18px;
	}

h2 {
	font-weight:bold;
	margin-bottom:9px;
	}

p {
	margin-bottom:9px;
	}

ul {
	margin-left:15px;
	}

li {
	margin:4px 0 4px 0;
	}


a {
	color:#330033;
	text-decoration:underline;
	}

a.menulink {
	text-decoration:none;
	font-weight:bold;
	padding:1px 5px 1px 5px;
	color:#561581;
	}

a:hover {
	color:#660099;  
	}

a.menulink:hover {
	background:#330033;
	color:#f2c800;
	}

a.imagelink:hover {
	background:0;
	}

img	{
	border:0;
	}







/* Tabellen ------------------------------------------------------------------- */


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

.tdnospace {
	padding:0;
	height:18px;
	border:0;
	border-spacing:0;
	}	
	
.tableinvisible {
	margin:0; 
	padding:0; 
	border-spacing:0;
	border:0;
	}	




/* Formular-Elemente ------------------------------------------------------------------- */


.input_text {
	border:solid 1px #033c1b;
	background:#fff;
	height:22px;
	padding-top:1px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
  	scrollbar-base-color:#fff;
	scrollbar-3d-light-color:#fff;
	scrollbar-arrow-color:#033c1b;
 	scrollbar-darkshadow-color:#033c1b;
 	scrollbar-face-color:#fff;
 	scrollbar-highlight-color:#fff;
  	scrollbar-shadow-color:#033c1b;
  	scrollbar-track-color:#fff;
	}

.input_button {
	}

.radiobutton {
	vertical-align:-4px;
	}

.input_select {
	border:solid 1px #033c1b;
	height:20px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	}



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

#centerbox {
	position:relative;
	width:784px;
	height:100%;
	background:yellow;
	background-image:url(hg_page.jpg);
	background-position:0px 117px;
	background-repeat:repeat-y;
	}

.layouttable {
	width:100%;
	border:0;
	background-image:url(hg_page.jpg);
	background-position:0px 117px;
	background-repeat:repeat-y;
	}

.headcell {
	height:140px;
	border:0;
	padding:0;
	border-spacing:0;
	vertical-align:top;
	background:none;
	background-image:url(head.jpg);
	background-repeat:no-repeat;
	}

.menucell {
	border:0;
	padding:0;
	border-spacing:0;
	vertical-align:top;
	overflow:hidden;
	}
	
.contentcell {
	border:0;
	padding:0;
	border-spacing:0;
	vertical-align:top;
	overflow:hidden;
	}
	
.footcell {
	height:100px;
	border:0;
	padding:0;
	border-spacing:0;
	background:none;
	}
	
.textbox {
	position:relative;
	}

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

.image {
	position:relative;
	width:150px;
	border:solid 1px #033c1b;
	overflow:hidden;
	}

.editbox {
	position:absolute;
	top:3px;
	left:3px;
	height:16px;
	padding-top:2px;
	text-align:right;
	background:#fafafa;
	border:solid 1px #033c1b;
	}

#pageeditbox {
	position:absolute;
	left:10px;
	top:10px;
	z-index:99;
	text-align:center;
	background:#fff;
	border:solid 2px #033c1b;
	padding-top:1px;
	padding-left:5px;
	padding-bottom:5px;
	}	

.warenkorbbox {
	position:relative;
	margin-left:-18px;
	margin-right:-18px;
	width:470px;
	border:solid 2px #330033;
	background:#e0dbe2;
	text-align:left;
	padding:16px 16px 16px 16px;
	}

.warenkorbcontentbox {
	position:relative;
	}

/* ------------------------------------------------------------------- */

