@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#stadion {
	background: url(../images/stadion.jpg) repeat-y;
	width: 740px;
	height: 440px;
	float: left;
	margin-top: 10px;
}
#content h2 {
	font-size: 1.3em;
	margin: 0 0 20px;
}
#content h3 {
	font-size: 1.2em;
	margin: 0 0 10px;
}
#content h4 {
	margin: 0 0 10px;	
}
p {
	line-height: 18px;
}
a {
	outline: none;
}
img {
	margin: 10px;
	border: 0px solid #666;
}
#pinnwandFrame {
	width: 740px;
	height: 634px;
	border: none;
	overflow: hidden;
	margin: 0px;
	border: 1px groove #999;
	background: #CCC;
}
.card {
	background: url(../images/card_bg.png) no-repeat;
	width: 150px;
	height: 200px;
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
	padding: 10px 15px;
	display: none;
}
.card_text {
	text-align: left;
	width: 120px;
	float: left;
	color: #FFF;
	font-size: 11px;
	display: none;
}
.card_text p {
	margin: 0 0 0 10px;
	padding: 0;
}
.player[name="philipp"] {
	background: url(../images/player/philipp.png) no-repeat;
	width: 88px;
	height: 88px;
	position: relative;
	top: 74px;
	left: 385px;
	cursor: pointer;
}
.player[name="armin"] {
	background: url(../images/player/armin.png) no-repeat;
	width: 87px;
	height: 81px;
	position: relative;
	top: 35px;
	left: 480px;
	cursor: pointer;
}
.player[name="guido"] {
	background: url(../images/player/guido.png) no-repeat;
	width: 94px;
	height: 79px;
	position: relative;
	top: 20px;
	left: 330px;
	cursor: pointer;
}
.player[name="robert"] {
	background: url(../images/player/robert.png) no-repeat;
	width: 71px;
	height: 90px;
	position: relative;
	top: -40px;
	left: 205px;
	cursor: pointer;
}
.player[name="birgit"] {
	background: url(../images/player/birgit.png) no-repeat;
	width: 94px;
	height: 86px;
	position: relative;
	top: -115px;
	left: 445px;
	cursor: pointer;
}
.player[name="silhouette"] {
	background: url(../images/player/silhouette.png) no-repeat;
	width: 84px;
	height: 82px;
	position: relative;
	top: -315px;
	left: 260px;
	cursor: pointer;	
}
#galleryPreview {
	float: left;
	width: 200px;
	margin-left: 10px;
	text-indent: -40px;
}
.galleryPreview {
	width: 200px;
	height: 165px;
	background: url(../images/arrow.png) no-repeat right center;
}
.galleryPreviewSelected {
	background: url(../images/arrow_hi.png) no-repeat right center;
}
.galleryPreviewContent {
	text-indent: 0;
	float: left;
	width: 140px;
	height: 140px;
	background: #999;
	line-height: 18px;
	cursor: pointer;
	margin-top: 15px;
	padding: 10px 10px 0;
}	
#galleryMain {
	width: 520px;
	float: right;	
}
.gallery {
	padding: 0 10px 0;
	display: none;
}
.rechts {
	float: right;
	margin-left: 10px;
} 
#pokalInfo {
	width: 274px;
	height: 600px;
	float: left;
}
#pokalInfo table {
	text-align: left;
	border: 0 solid #000;
	width: 210px;
	margin-top: 10px;
}
#vitrine {
	width: 466px;
	height: 600px;
	background: url(../images/vitrine.jpg);
	float: right;
}