/* 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:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#9B9B9B;
	line-height:18px; 
	}

img	{
	border:0;
	}
	
body {
	background:#F7F7F7; 
	margin:0;
	padding:0;
	}

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

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

hr {
	height:1px;
	color:#330000;
	margin:0;
	padding:0;
	}

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 {
	color:#9B9B9B;
	text-decoration:none;
	}
		
a:hover {
	color:red;
	text-decoration:underline;
	}
	
.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:20px;
	width:680px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

#pagebox {
	position:relative;
	top:0px;
	left:0px;
	width:620px;
	}

#headbox {
 	position:relative; 
	width:500px; 
	height:35px;
	overflow:hidden;
 	}

#headmenubox {
 	position:absolute; 
	top:5px;
	left:0;
	width:100%; 
	height:35px;
	overflow:hidden;
	text-align:right;
	}
	
#mainmenubox {
	position:absolute;
	top:0;
	left:0;
	overflow:visible;
	}

#contentbox {
	position:relative;
	top:15px;
	left:0;
	width:100%;
	height:420px;
	background:white;
	border:solid 1px #C1C1C1;
	text-align:center;
	overflow:hidden;
	}

#imageforwardbox {
	position:absolute; 
	left:40%; 
	top:0; 
	width:60%; 
	height:100%; 
	overflow:hidden;
	}

#foottextbox {
 	position:absolute; 
	top:475px;
	left:0;
	width:100%; 
	overflow:hidden;
	text-align:left;
	}

#loginbox {
	position:absolute;
	top:50px;
	left:30px;
	background:#F7F7F7; 
	border:solid 1px #C1C1C1;
	padding:10px;
	}




	
#pageeditbox {
	position:absolute;
	left:88%;
	top:10;
	width:8%;
	height:300px;
	z-index:99;
	}	

.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;
	height:15px;
	padding-top:2px;
	text-align:right;
	background:#cccccc;
	border:solid 1px green;
	}

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

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

