
* {
	margin:				0px;
	padding:			0px;
	border: 			none;
	font-size: 			100.01%;
}

html, body {
	height:				100%;
}

table {
	height:				100%;
}

body {
	margin: 			0px;
	background-image: 	url(../img/xbg.jpg);
	background-repeat: 	repeat-x;
	background-color: 	#8F8F8F;
}

img {
	border:				0px;
}

#counter {
	width:				100%;
	height:				20px;
	background-color:	#FFFFFF;
	color:				#000000;
	font-size:			12px;
	font-family:		Tahoma;
	font-weight:		bold;
	text-align:			center;
}

#pagewrapper {
	margin: 			0px auto 0px auto;
	min-height:    		100%;
	background-color:	#FFFFFF;
}

#rand-links {
	background-image:	url(../img/rand-links-bg.png);
	background-repeat:	repeat-y;
}

#rand-rechts {
	background-image:	url(../img/rand-rechts-bg.png);
	background-repeat:	repeat-y;
}

#header {
	width:				800px;
	height:				121px;
	background-image:	url(../img/header.jpg);
	background-repeat:	no-repeat;
}

#navigation {
	width:				396px;
	height:				30px;
	float:				left;
}

#ccmsangebot {
	width:				349px;
	height:				42px;
	float:right;
	padding-top:		223px;
	padding-left:		55px;
	background-image:	url(../img/cms.jpg);
	background-repeat:	no-repeat;
}

#content-top {
	width:				396px;
	height:				7px;
	background-image:	url(../img/content-top.png);
	background-repeat:	no-repeat;
	float:				left;
	overflow:			hidden;
}

#content {
	width:				376px;
	min-height:	 		550px;
	height:				auto !important;  /* für moderne Browser */
	height:				550px;  /*für den IE */
	background-image:	url(../img/content-bg.png);
	background-repeat:	repeat-y;
	float:				left;
	padding:			5px 10px 10px 10px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	line-height: 		12px;
	color: 				#808080;
	/*#A0A0A4;*/
	text-align: 		left;
}

#content a:link, #content a:visited, #content a:active {
	text-decoration:	none;
	color:				#808080;
	font-weight:		bold
}

#content a:hover {
	text-decoration:	underline;
	color:				#808080;
	font-weight:		bold;
}

#content-bottom {
	clear:				both;
	width:				396px;
	height:				12px;
	background-image:	url(../img/content-bottom.png);
	background-repeat:	no-repeat;
	overflow:			hidden;
	float: none;
}

#latest {
	width:				157px;
	height:				141px;
	float:				left;
	margin-top: 		25px;
	margin-left:	 	44px;
	padding-top:		35px;
	padding-left:		12px;
	background-image:	url(../img/latest.png);
	background-repeat:	no-repeat;
	line-height:		10px;
}

#upcoming {
	width:				157px;
	height:				141px;
	float:				right;
	margin-top: 		25px;
	margin-right:	 	13px;
 *margin-right:      6px;
	padding-top:		35px;
	padding-left:		12px;
	background-image:	url(../img/upcoming.png);
	background-repeat:	no-repeat;
	line-height:		10px;
}

#options {
	width:				330px;
	height:				139px;
	float:				left;
	margin-top: 		25px;
	margin-left:	 	44px;
	padding-top:		35px;
	padding-left:		17px;
	background-image:	url(../img/options.png);
	background-repeat:	no-repeat;
	line-height:		10px;
}

#footer {
	background-image:	url(../img/footer.png);
	background-repeat:	no-repeat;
	height:				37px;
	width:				826;
	margin:				auto auto 0px auto;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#808080;
	padding-top: 		3px;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration:	none;
	color:				#000000;
	font-weight:		bold;
}

#footer a:hover {
	text-decoration:	none;
	color:				#FF9700;
	font-weight:		bold;
}

input, textarea, select, .boxbg {
	border-color: 		#999999;
	border-style:		dotted;
	border-width: 		1px;
	background-color: 	#EEEEEE;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	color:				#808080;
	margin:				1px;
}

h1 {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			13px;
	font-weight: 		bold;
	text-transform: 	uppercase;
	color: 				#FF9700;
	letter-spacing:		-1px;
	margin: 			0;
	padding: 			0;
}

h2 {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	font-weight: 		bold;
	color: 				#FF9700;
	letter-spacing:		-1px;
	margin: 			0;
	padding:			0;
}

h3 {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-weight: 		bold;
	color: 				#808080;
	letter-spacing:		-1px;
	margin: 			0;
	padding: 			0;
}

h3 a:link, h3 a:visited, h3 a:active {
	text-decoration:	none;
	color: 				#808080;
	font-weight:		bold
}

h3 a:hover {
	text-decoration:	underline;
	color: 				#808080;
	font-weight:		bold;
}

.kursiv {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-style:			italic;
	font-weight:		normal;
	color: 				#808080;
	letter-spacing:		-0.5px;
	margin: 			0;
	padding: 			0;
	text-align:			left;
}

