body {
	background: #e5e5e5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

#stage {	width: 1008px;	height: 660px;	position: absolute;	left: 50%; top: 50%;	margin-top: -330px;	margin-left: -504px;
	background: url('../images/system/stage.jpg') no-repeat right top;}

h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}

a {
	text-decoration:none;
	color: #000;
}

a:hover {
	color: #666;
}

a.mehr, a.link {
	padding-left: 16px;
	background: url('../images/system/mehr.gif') no-repeat left center;
}

a.mehr:hover {
	background: url('../images/system/mehrOn.gif') no-repeat left center;
}

a.link.eins:hover, a.link.eins.on {
	background: url('../images/system/link1.gif') no-repeat left center;
	color: #95991e;
}
a.link.zwei:hover, a.link.zwei.on {
	background: url('../images/system/link2.gif') no-repeat left center;
	color: #2a9e55;
}
a.link.drei:hover, a.link.drei.on {
	background: url('../images/system/link3.gif') no-repeat left center;
	color: #cf6f25;
}a.link.vier:hover, a.link.vier.on {
	background: url('../images/system/link4.gif') no-repeat left center;
	color: #f1e215;
}
a.link.fuenf:hover, a.link.fuenf.on {
	background: url('../images/system/link5.gif') no-repeat left center;
	color: #949180;
}
a.link.sechs:hover, a.link.sechs.on {
	background: url('../images/system/link6.gif') no-repeat left center;
	color: #d9878d;
}
a.link.sieben:hover, a.link.sieben.on {
	background: url('../images/system/link7.gif') no-repeat left center;
	color: #3a83c7;
}
a.link.acht:hover, a.link.acht.on {
	background: url('../images/system/link8.gif') no-repeat left center;
	color: #652f83;
}
a.link.neun:hover, a.link.neun.on {
	background: url('../images/system/link9.gif') no-repeat left center;
	color: #4a5f7e;
}
a.link.zehn:hover, a.link.zehn.on {
	background: url('../images/system/link10.gif') no-repeat left center;
	color: #c10d34;
}

.lang {
	text-align: center;
}

/* # # # # MENU # # # # # # # # # # # # */

#menuTop {
	float: left;
	margin-top: 20px;
	padding-top: 10px;
	background: url('../images/system/menuTop.jpg') no-repeat top left;
}

#menuBottom {
	padding-bottom: 10px;
	background: url('../images/system/menuBottom.jpg') no-repeat bottom left;
}

#menuTop ul {
	list-style-type: none;
}

#menuTop ul li a {
	width: 63px;
	display: block;
	margin-bottom: 1px;
	padding: 4px 0 4px 15px;
	background: url('../images/system/menuBG.jpg') repeat-y top left;
	color: #fff;
}
#menuTop ul li a:hover, #menuTop ul li .on {
	background: url('../images/system/menuBGon.jpg') repeat-y top left;
}

#menuTop ul li.special a {
	background: url('../images/system/menuBGspecial.jpg') repeat-y top left;
}
#menuTop ul li.special a:hover, #menuTop ul li.special .on {
	background: url('../images/system/menuBGon.jpg') repeat-y top left;
}

.order a {
	float: left;
	width: 59px;
	padding: 27px 0 25px 11px;
	color: #fff;
	text-align: center;
	background: pink url('../images/system/star.gif') no-repeat top left;
}

/* # # # # CONTENT # # # # # # # # # # # # */

#content {
	float: right;
	width: 880px;
	margin: 10px;
}

.bild {
	float: left;
	width: 440px;
	height: 640px;
	background: url('../images/system/loader.gif') no-repeat center;
}

#content #left {
	float: left;
	width: 440px;
}

#content #right {
	float: left;
	width: 440px;
}

.titel, .subtitel {
	padding-top: 80px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.subtitel {
	padding-top: 0px;
}

.text {
	float: left;
	padding: 50px;
	line-height: 16px;
}

.submenu {
	padding: 50px;
	line-height: 16px;
}

.splitblock1, .splitblock2 {
	float: left;
	width: 160px;
	text-align: left;
	padding-top: 10px;
}
.splitblock2 {
	padding-left: 20px;
}

a.thumb {
	float: left;
	margin-right: 5px;
	border: 1px solid #ccc;
	padding: 1px;
}

a.thumb:hover {
	border: 1px solid #555;
}

hr {
	width: 340px;
	border-bottom: 1px dotted #000;
}

#skipbar {
	float: left;
	width: 860px;
	padding: 10px;
	x-index: 50;
	position: absolute;
}

#skipbar a.prev {
	float: left;
	width: 20px;
	height: 20px;
	background: url('../images/system/prev.gif') no-repeat;
}
#skipbar a.prev:hover {
	background: url('../images/system/prevON.gif') no-repeat;
}

#skipbar a.next {
	float: right;
	width: 20px;
	height: 20px;
	background: url('../images/system/next.gif') no-repeat;
}
#skipbar a.next:hover {
	background: url('../images/system/nextON.gif') no-repeat;
}

/* # # # # FORM # # # # # # # # # # # # */

input {
	width: 260px;
	border: 1px dotted #000;
	padding: 1px;
}

input.submit {
	width: 100px;
	background: #000;
	color: #fff;
}


