/*		Allgemein			*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;		
}
a, body {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body div.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
a img {
	border: 0px;
}
/*		Wrapping			*/
div.wrap .logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 25px;
	padding-bottom: 40px;
}
div.wrap a.copy {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-decoration: underline;
}
div.wrap .row {
	height: 17px;
	clear: both;
	background-repeat: no-repeat;
}
div.wrap .row.top {
	background-image: url(shadow_top.gif);
	background-position: center bottom;
}
div.wrap .row.bottom {
	background-image: url(shadow_bottom.gif);
	background-position: center top;
}
/*		Entry Images			*/
div.sz,
div.k,
div.gz {
	cursor: pointer;
	margin-left: -1px;		/* IE6 */
	display: block;
	float: left;
	height: 220px;
}
div.baak {
	float: right;
	display: block;
	width: 210px;
	height: 36px;
	margin-right: 85px;
	margin-top: -17px;
	background-image: url(akademie_button.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
}
.sz {
	width: 342px;
	background-image: url(sz.jpg);
}
.k {
	width: 317px;
	background-image: url(k.jpg);
}
.gz {
	width: 343px;
	background-image: url(gz.jpg);
}
.sz.hovered {
	background-image: url(sz_hover.jpg);
}
.k.hovered {
	background-image: url(k_hover.jpg);
}
.gz.hovered {
	background-image: url(gz_hover.jpg);
}

.baak.hovered {
	background-image: url(akademie_button_hover.jpg);
}
/*		Align Hidden Hardcoded Fix			*/
.box .inner {
	margin-left: 10px;
}
.sz .hidden {
	margin-top: 120px;
}
.k .hidden {
	margin-top: 92px;
}
.gz .hidden {
	margin-top: 36px;
}
.baak .hidden {
	margin-top: 30px;
}
/*		Hover Links						*/
.hoverable .hidden {
	margin-left: auto;
	margin-right: auto;
	width: 313px;
	display: none;
	font-size: 0.9em;
}
.hoverable .hidden .box {
	padding-left: 25px;
	padding-bottom: 2px;
	background-image: url(background_hover.png);
	background-position: center center;
	background-repeat: repeat-y;
}
.hoverable .hidden .top,
.hoverable .hidden .bottom {
	background-position: center bottom;
	background-repeat: no-repeat;
}
.hoverable .hidden .top {
	width: 100%;
	height: 21px;
	background-image: url(background_hover_top.png);
}
.hoverable .hidden .bottom {
	width: 100%;
	height: 17px;
	background-image: url(background_hover_bottom.png);
}
.hoverable .hidden a {
	display: block;
	color: #FFF;
	background-image: url(dot.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}