* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../bg/body.jpg);
	background-repeat: repeat-x;
}
img {
	border: solid 0px #000;
}
.clear {
	position: relative;
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	overflow: hidden;
}
#view {
	position: relative;
	width: 950px;
	margin: 0 auto;
}
#view .head {
	position: relative;
	width: 950px;
	height: 185px;
	background-image: url(../bg/head.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.head a#homeLink {
	position: relative;
	width: 238px;
	height: 32px;
	top: 63px;
	left: 44px;
}
#view .content {
	position: relative;
	width: 860px;
	padding: 0px 45px 0px 45px;
	background-color: #FFFFFF;
}
/* CONTENT */
.content .contentTop {
	position: relative;
	width: 860px;
}
.contentTop .contentTopL {
	position: relative;
	width: 410px;
	float: left;
}
.contentTop h1 {
	margin: 0px 0px 12px 0px;
}
table.contentbottomTable {
	position: relative;
	height: 150px;
	margin: 22px 0px -10px 0px;
}
a#linkKarten {
	display: block;
	position: relative;
	width: 210px;
	height: 32px;
	padding: 16px 0px 0px 0px;
	background-image: url(../btn/button_zu_den_karten_210.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}
a#linkKarten:hover {
	background-position: 0px -54px;	
}
.containerFB {
	position: relative;
	height: 150px;
	margin: 0px 0px 0px 15px;
	z-index: 9999;
}
.contentTop .contentTopR {
	position: relative;
	width: 374px;
	margin: 0px 0px 0px 0px;
	float: right;	
}
.contentTopR img {
	margin: -35px 0px 0px 0px;
	width: 374px;
	height: 335px;
}
.content .contentBottom {
	position: relative;
	width: 860px;
}
.contentBottom h1 {
	height: 0px;
	margin: 0px 0px 12px 0px;
}
/* FAVORITEN */
.content #unsereFavoriten {
	position: relative;
	width: 890px;
	margin: 0px 0px 15px 0px;
}
#unsereFavoriten a.favoritItem {
	display: block;
	position: relative;
	width: 160px;
	height: 200px;
	margin: 0px 15px 15px 0px;
	float: left;
}
#unsereFavoriten a.favoritItem img {
	width: 160px;
	height: 178px;
}
#unsereFavoriten a.favoritItem span {
	display: block;
	position: relative;
	width: 160px;
	margin: 6px 0px 0px 0px;
}
/* FACEBOOK LIKE BOX */
	#fbContainer {
		position: relative;
		width: 260px;
		margin: 0px 0px 0px 20px;	
	}
	#fbContainer span#fbText {
		display: block;
		position: relative;
		margin: 0px 0px 5px 0px;	
	}
	
/* FOOTER */
#view .footer {
	position: relative;
	width: 950px;
}
.footer table.footerTable {
	width: 950px;
	margin: 6px 0px 6px 0px;
}