HTML, BODY {
	margin:0px;
	padding:0px;
	font-family: "arial", non-serif;
	text-align: center;
}

div {
	font-size: 12px;
}

h1 {
	text-transform: uppercase;
}

h2 {
	font-weight:bold;
	color: #66CC33;
	font-size:22px;
	text-transform: uppercase;
}

h3 {
	font-weight:bold;
	color: #66CC33;
	font-size:18px;
	text-transform: uppercase;
	border-bottom:1px solid #999999;
}

form label {
	float:left;
	width:120px;
	font-size:20px;
	font-weight:bold;
}

form input, form textarea, form select {
	border:1px solid #666666;
	padding:5px;
}

form input:focus, textarea:focus, select:focus {
	background-color:#efefef;
}

form label:after {
	clear:left;
}

#box {
	width:1000px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

#header {
	width:100%;
	height:130px;
  background-color: transparent;
  background-image: url(/images/header.jpg);
  background-repeat:repeat-x;
  background-position:left; 
}

#header h1 {
	margin:0px;
	padding:0px;
	padding-top:25px;
	font-weight:bold;
	color: #66CC33;
	font-size:37px;
}

#header .subheader {
	font-size:22px;
}


#subheader {
	width:100%;
	height:25px;
  background-color: #66CC66;
  border-bottom:1px solid #666666;
}

#content {
  background-image: url(/images/main-bg.jpg);
  background-repeat:repeat-y;
  background-position:left; 
}

#content #left {
	float:left;
	width:170px;
	height:100%;
	background-color:#666666;
}

#content #google-left {
	margin-left:-3px;
	margin-top:20px;
}

#content #mitte-rechts {
	float:left;
	width:200px;
	height:100%;
	background-color:#666666;
}

#content #right {
	float:left;
	width:170px;
	height:100%;
	background-color:#EEEEEE;
	display: inline;

}

#content #right h3 {
	font-weight:bold;
	color: #66CC33;
	margin:0px;
	font-size:16px;
	border:0px;
}

#content #center {
	float:left;
	width:630px;
	text-align:left;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
}

#content .clear {
	clear:both;
}

#footer {
	width:100%;
	text-align:center;
	padding-top:5px;
	padding-bottom:15px;
}

#content #center #location
{
	margin-top:5px;
}

#productlist {
	line-height: 1.3;
}

#infobox {
	width:100%;
}

#infobox #tagcloud {
	float:left;
	width:48%;
}

#infobox tagcloud h3 {
	font-weight:bold;
	color: #66CC33;
	margin:0px;
	font-size:16px;
	border:0px;
}

#infobox #themes {
	float:right;
	width:48%;
}

#adminlist {
	line-height: 1.3;
}

#adminlist p:hover {
	background-color:red;
}

