/**
* Allgemeine Tags
*/
* {
	margin:0px;
	padding: 0px;
}
body{
	font-family: Arial;
	font-size:0.8em;
		/*background: url(img/bg_head.gif) repeat-x;
		background-position:0px 20px;
	background-color: #eee;*/
}
/* Tags */
table{
	width:100%;
}
th{
	/*background: url(img/balken_blau.gif) repeat-x;*/
	background: #1111ff;
	height: 30px;
	line-height:30px;
}
tr{
	
}
td{
	margin: 0px;
	padding: 5px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
}
img{
	border: none;	
}
p{
	margin-bottom:1em;	
	line-height:1.5em;
}

/**
* Struktur
*/
#page_margin{
	background-color: #fff;
	width:960px;
	margin: 0px auto;	
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;	
	min-height:100%;
	display:table;	
}
#header{ 
	height: 100px;
	position:fixed;
	display:block;
	width:960px;
}

#left{
	border: 0px;
	margin: 0px;
	padding: 5px;
	width:700px;
	float:left;
	display: inline;
}
#right{
	border: 0px;
	margin: 0px;
	padding: 0px;
	width:250px;
	float:left;
	display: inline;
	margin-top:0px;
	
}
#right img{ border:1px dotted #ccc;}
#footer{
	width:960px;
	float:left;	
	height:150px;
	background:#333;
	color:#ccc;
	text-align:center;
}

#content{
	background-color: #fff;
	display: block;
	padding:1px;
	margin-top: 150px;
	width:960px;
	height:100%;
	float: left;
}
/*****
* Detail
**/

#right h2{
	font-size: 12px;
	color: #fff;
	/*background:url(img/balken_schwarz.gif) repeat-x;*/
	background: #1111ff;
	height:30px;
	padding-left: 5px;
	padding-top: 3px;
}
#right ul{
	list-style: none;
	margin-left: 10px;
}
#headeroben{
	float: left;
	width:940px;
	height:20px;
	background: #fff;	
	padding:10px;
}
#headerunten{
	float: left;
	width:960px;
	height:90px;
	background: url(img/headerbackground.png) repeat-x;	
	padding:0px;	
}
#menu{
	float: left;
	height: 25px;
	width: 580px;
	text-align:left;

}
#logo{
	float: left;
	height: 80px;
	width: 250px;
	margin: 20px;

}
#submenue{
	float: left;
	width: 360px;
	margin: 0 auto;

}
#submenue ul{list-style: none;}
#submenue ul li{display: inline;}
#left h1{}
/**
Formulare
*/
fieldset{border: none;}
legend{font-size:14px;font-weight:bold;margin-bottom:1em;}
label{width:100px; float:left;}
input[type='text']{width:100px; float:left; margin-left:1em;}
/**
Resultliste
*/	

.prodpic img{
	width: 70px;
	height: 70px;
	overflow: hidden;
	color: #fff;
	}
.prodpic a{
	color:#fff;
	}
#resultlist tr{
	border-bottom: 1px dotted #eee;
}
#searchlist th{
	color: #fff;
	font-family:Arial, Helvetica, sans serif;
	font-size:16px;
	font-weight: bold;
}
/* Suchebox oben */
#searchform{
	margin:20px;
	margin-left:50px;
	font-family:Arial, Helvetica, sans serif;	
	font-size: 16px;
	font-weight: bold;
	width: 450px;
	float:left;
}
#searchform input[type='text']{
	width:276px; 
	border: none;
	height: 35px;
	float: left;
	background:url(img/search-header-input.png) no-repeat;
	font-size: 16px;
	padding-left:30px;
	padding-top:5px;
	margin:0px;
	}
#searchform input[type='image']{
	width:126px; 
	border: none;
	height: 35px;
	float:left;
	background:url(img/start-suche.png) no-repeat;	
}
#searchform fieldset{width:600px; border: none;}
.price{
	font-size:18px;
	color:#3333ff;
	font-weight:bold;
	text-align: right;
	width:126px;
	float: right;	
}
.small{font-size: 0.8em;}
/***
rightcol
*/
#baright{margin:0 auto; width:234px;}
/***
footer
*/
#footer a{color:#fff;}
#footer a:hover{color:#ff6600;}
#socialline ul{list-style: none;}
#socialline ul li{display: inline;margin:10px;}
/***
dashboard
*/
.dashboardbox{float:left;border: 1px solid #ccc;margin:10px;padding: 10px;background:#eee;}

