body {
	margin: 0 auto;
	padding: 0;
	background: #A7A7A8;
	font: 12px Arial, sans-serif;
	color: #545454;
}
img,
a img {
	border: 0;
}
a {
	color: #A9006A;
	text-decoration: none;
}
.shops a {
	color: #545454
}
h1 {
	display: block;
	height: 40px;
	padding: 0;
	margin: 0;
}

h2 {
	display: block;
	height: 35px;
	padding: 0;
	margin: 0;
}

.home h1 {
	height: 56px;
}
h1 span {
	position: absolute;
	left: -9999px;
}

h2 span {
	position: absolute;
	left: -9999px;
}
p {
	padding: 0;
	margin : 0;
	line-height: 18px;
}
.zeilgallerie {
	width: 970px;
	margin: 0 auto;
}
.header {
	background: #fff url('./gfx/bg_header.gif') repeat-x;
	height: 30px;
	padding: 30px;
}
.navi {
	background: #fff url('./gfx/bg_navi.gif') repeat-x;
	height: 30px;
	overflow: hidden;
	padding: 0 0 0 30px;
}
.navi a {
	display: block;
	width: auto;
	float: left;
	padding: 8px 0 0 0;
}
.navi img.devider {
	display: block;
	float: left;
	padding:0 0 0 10px;
	margin: 0 10px 0 0 ;
}
.imagelane {
	height: 250px;
	overflow: hidden;
}
.content {
	background: #fff url('./gfx/bg_content.gif') repeat-x;
	padding: 20px 30px 30px 30px;
}
.content .left {
	width: 570px;
	float: left;
	padding: 0 40px 0 0 ;
}
.content .right {
	width: 300px;
	float: left;
	padding:40px 0 0 0;
}
.footer {
	background: #fff ;
	text-align: center ;
}
p.col {
	display: block;
	float: left;
	width: 180px;
}
p.col strong {
	color: #a9006a;
}
.home .content {
	height: 600px;
}


.cleaner {
	clear: both;
}
span.line {
	display: block;
	border-bottom: 1px solid #E3E3E3;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
}
.red {
	color: #A9006A !important
}

.pink{
	text-align:right;
	font-size:16px;
	color:#a9006a;
	line-height:20px;
}