l
@CHARSET "UTF-8";

/* MainCSS File */

html, body {
	height: 100%;
	width: 100%;
	background-color: #333;
}

body {
	position: relative;
}

.mapson span {
	display: none;
}

.center {
	width: 710px;
	margin:auto;
}
#header {
	background-color: #000;
}

#header img{
	margin: 0;
	display: block;
}

#content {
	background: #333 url('../images/background_content.png') repeat-x scroll 0 0;
	min-height: 400px;
	padding-top: 19px;
	padding-bottom: 30px;
}

.rc,lc{
	float: left;	
}

.rc {
	width: 180px;	
}
.rc img {
	position: absolute;
}
.lc {
	width: 530px;
	margin-left:180px;	
}

.clear{
	clear: both;
	width: 0px;
	height: 0px;
	border: 0;
	margin: 0;
	padding: 0;
}
.spacer{
	height: 15px;
	clear: both;
}

#footer {
	background: #222 url('../images/background_footer.png') repeat-x scroll 0 0;
	height: 50px;
	padding-top: 30px;
}

#rss {
	float: left;
	width: 240px;
	height: 50px;
}
#bookmarks {
	float: left;
	height: 50px;	
}

#imprint {
	padding-top: 10px;
	float: right;
	height: 40px;
}

/*** Galerie */

.gallery li {
	float: left;
	list-style-type: none;
	margin: 0 0 20px;
	height: 100px;
	width: 485px;
	margin-top: 1 5px;
}

.gallery li.gallery-item {
	width: 151px;
	height: 190px;
	margin: 5px;
}
.gallery li.gallery-item div {
	width: 151px;
	height: 151px;
}

.gallery .caption {
	display: none;
}

.gallery img {
	float: left;
	margin-bottom: 0px;
	margin-right: 10px;
}

/*** Team */

.team {
	width: 530px;
}

.teamline div {
	width: 440px;
	float: left;
	margin: 4px 0;
}
.teamline {
	float: left;
}

.teamline .label {
	width: 90px;
	font-weight: bold;	
}

.top img {
	float: left;
}

.top .toptext {
	float: left;
	width: 330px;
	height: auto;
}

.top .teamline {
	width: 320px;
	padding-right: 10px;
}	

.top .teamline div {
	width: 230px;
	float: left;	
}
.top .teamline .label {
	width: 90px;	
}
.teamline .intention {
	width: 530px;	
}

.pressline a {
	font-size: 15px;
}

.info_message,
.error_message {
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #ff7335;
}

a[rel=teammemberlink] {
	margin-bottom: 10px;
	margin-right: 22px;
	display: block;
	float: left;
}

.product .image{
	float: left;
	width: 200px;
	margin-right: 20px; 
}
.product.desc {
	float: left;
	width: 310px;
}

.product label {
	width: 60px;
	line-height: 24px; 
}

.quant {
	width: 20px;
	height: 18px;
}
.quant + input {
	margin-left: 30px;
}

.cart {
	border: #fff 1px dotted;
	padding: 0 5px 5px;
	margin-bottom: 20px; 
}

.cartline {
	line-height: 20px;
	height: 21px
}

.cartline.last {
	margin-top: 15px;
}

.cartline input[type=image] {
	margin-left: 5px;
}

.label {
	width: 200px;
	float: left;
}

.price{
	border-bottom: #fff 1px dashed;
	float: left;
}

