@charset "utf-8";
/* CSS Document */
/* CSS Reset */
* {
	padding: 0;
	margin: 0;
}
html {
	overflow-y: scroll;
}
/*body*/
body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #e5e6e8;
	background: #FFF url(https://www.x-race.eu/image/body_hg_p.jpg) no-repeat center top;
}
/*Rahmen aussen*/
#wrapper {
	width: 1000px;
	margin: 15px auto;
	background: #FFF;
	padding: 15px 0px 15px;
}
/*Rahmen innen*/
#rahmen {
	margin: auto;
	width: 970px;
	background: #FFF;
}
/*Rahmen Navigation*/
#navi {
	color: #e5e6e8;
	background: #2d2d2d url(https://www.x-race.eu/image/navi_hg.png) no-repeat;
	box-shadow: 5px 5px 5px #999;
	height: 127px;
	width: 970px;
	border-top: 8px solid #ffde29;
	position: relative;
}
#logo h1 {
	position: absolute;
	left: -3000px;
}
#logo img {
	position: absolute;
	height: 59px;
	width: 283px;
	left: 35px;
	top: 20px;
}
#navi #paypal {
	position: absolute;
	height: 26px;
	width: 100px;
	top: 30px;
	right: 15px;
	/*background-color: #fff;*/
}
#navi #paypal a:link img,
#navi #paypal a:visited img {
	text-decoration: none;
	outline: none;
	border: none;
}
#navi #paypal a:hover img,
#navi #paypal a:focus img {
	border: 1px solid #ffd800;
}
#navi #paypal a:active img{
	border: 1px solid #fff;
}
#navi #socialnetwork {
	position: absolute;
	height: 40px;
	width: 40px;
	top: 20px;
	right: 130px;
}
#navi #socialnetwork a:link img,
#navi #socialnetwork a:visited img {
	text-decoration: none;
	outline: none;
	border: 1px solid #000;
}
#navi #socialnetwork a:hover img,
#navi #socialnetwork a:focus img {
	border: 1px solid #ffd800;
}
#navi #socialnetwork a:active img{
	border: 1px solid #fff;
}
#nav_li_1 {
	font-size: 110%;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 10px 0px 10px 20px;
}
#nav_li_1 li {
	display: inline;
	list-style: none;
	padding-right: 10px;
	padding-left: 10px;
}
#nav_li_1 ul li a:link,
#nav_li_1 ul li a:visited {
	color: #E5E6E8;
	text-decoration: none;
	outline: none;
}
#nav_li_1 ul li a:link.aktuell,
#nav_li_1 ul li a:visited.aktuell {
	color: #FFD800;
	border-bottom: 2px solid #FFD800;
}
#nav_li_1 ul li a:hover,
#nav_li_1 ul li a:focus {
	color: #FFD800;
	border-bottom: 2px solid #FFD800;
}
#nav_li_1 ul li a:active {
	color: #000;
	border-bottom: 2px solid #000;
}

/*Rahmen haupt Inhalt*/
#koerper {
	color: #e5e6e8;
	width: 970px;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
}
#koerper .hier{
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
}
#koerper .hier a {
	text-decoration: none;
	outline: none;
}
#koerper .hier a:link,
#koerper .hier a:visited {
	color: #000;
}
#koerper .hier a:hover,
#koerper .hier a:focus {
	color: #000;
	text-decoration: underline;
}
#koerper .hier a:active {
	color: #fff;
}
#koerper .inhalt {
	display: table;
	width: 970px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#koerper ul li {
	list-style: url(none) none;
	/* [disabled]margin-left: 5px; */
	padding-left: 0px;
	padding-top: 10px;
	border-bottom: 1px solid #ffd800;
	padding-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
}
#koerper ul .level_2 li {
	list-style: url(none) none;
	margin-left: 20px;
	/* [disabled]padding-left: 20px; */
	padding-top: 0px;
	border-style: none;
	padding-bottom: 5px;
	/*font-size: 100%;*/
	font-weight: bold;
	letter-spacing: 1px;
}
#koerper ul .level_3 li {
	list-style: url(none) none;
	margin-left: 20px;
	/* [disabled]padding-left: 20px; */
	padding-top: 0px;
	border-style: none;
	padding-bottom: 0px;
	/*font-size: 100%;*/
	font-weight: normal;
	word-spacing: 1px;
}
#koerper ul .level_4 li {
	list-style: url(none) none;
	margin-left: 20px;
	/* [disabled]padding-left: 20px; */
	padding-top: 0px;
	border-style: none;
	padding-bottom: 0px;
	/*font-size: 100%;*/
	font-weight: normal;
	word-spacing: 1px;
}
#koerper .inhalt h2 {
	color: #ffd800;
	font-size: 130%;
	letter-spacing: 1px;
	word-spacing: 2px;
	padding-bottom: 10px;
}
#koerper .inhalt h3 {
	color: #e5e6e8;
	font-size: 110%;
	padding-bottom: 10px;
}
#koerper .inhalt h4 {
	color: #e5e6e8;
	font-size: 100%;
	padding-bottom: 10px;
}
#koerper .inhalt p {
	color: #e5e6e8;
	font-size: 100%;
	padding-bottom: 10px;
}
#koerper .inhalt strong {
	font-style: italic;
	font-weight: bold;
}
#koerper .inhalt a {
	font-size: 90%;
	outline: none;
	letter-spacing: 1px;
}
#koerper .inhalt a:link,
#koerper .inhalt a:visited {
	color: #ffd800;
}
#koerper .inhalt a:hover,
#koerper .inhalt a:focus {
	color: #e5e6e8;
}
#koerper .inhalt a:active {
	color: #000;
}
#koerper .inhalt_navi {
	box-shadow: 5px 5px 5px #999;
	float: left;
	margin-right: 30px;
	width: 220px;
	background: #2d2d2d;
	padding: 0px 10px 10px 10px;
	color: #FFD800;
}
#koerper .inhalt_navi a {
	text-decoration: none;
	outline: none;
	display: block;
}
#koerper .inhalt_navi a:link,
#koerper .inhalt_navi a:visited {
	color: #ffd800;
}
#koerper .inhalt_navi a:link.aktuell,
#koerper .inhalt_navi a:visited.aktuell {
	color: #e5e6e8;
}

#koerper .inhalt_navi a:hover,
#koerper .inhalt_navi a:focus {
	color: #e5e6e8;
}
#koerper .inhalt_navi a:active {
	color: #000;
}
#koerper .inhalt_2 {
	float: left;
	width: 700px;
	/* [disabled]background: #2d2d2d; */
}
#koerper .inhalt_2 a {
	font-size: 90%;
	text-decoration: none;
	outline: none;
	letter-spacing: 1px;
}
#koerper .inhalt_2 a:link,
#koerper .inhalt_2 a:visited {
	color: #ffd800;
}
#koerper .inhalt_2 a:hover,
#koerper .inhalt_2 a:focus {
	color: #e5e6e8;
}
#koerper .inhalt_2 a:active {
	color: #000;
}
#koerper .inhalt_2 a:link img,
#koerper .inhalt_2 a:visited img {
	text-decoration: none;
	outline: none;
	border: 1px solid #ffd800;
}
#koerper .inhalt_2 a:hover img,
#koerper .inhalt_2 a:focus img {
	border: 1px solid #e5e6e8;
}
#koerper .inhalt_2 a:active img {
	border: 1px solid #000;
}
#koerper .inhalt_2 .produkt_ul li {
	list-style: square url(none);
	margin-left: 15px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: normal;
	border-style: none;
}
#koerper .inhalt_2 .produkt_ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
#koerper .inhalt_text {
	box-shadow: 5px 5px 5px #999;
	padding: 20px 25px 15px;
	background: #2d2d2d;
	/* [disabled]width: 700px; */
	margin-bottom: 20px;
	/* [disabled]display: table; */
}
#koerper .produkte {
	box-shadow: 5px 5px 5px #999;
	background: #2d2d2d;
	width: 700px;
	display: table;
	padding-top: 20px;
	padding-bottom: 20px;
}
#koerper .produkte h5 {
	margin-left: 26px;
	font-size: 110%;
	margin-right: 25px;
}
#koerper .produkte p {
	margin-left: 26px;
	font-size: 100%;
	margin-right: 25px;
}
#koerper .produkte_foto {
	float: left;
	height: 170px;
	width: 233px;
	margin-top: 10px;
	/* [disabled]background: #2d2d2d; */
}
#koerper .produkte_img {
	height: 120px;
	width: 180px;
	margin-right: 25px;
	margin-left: 26px;
}
#koerper .produkt {
	background: #2d2d2d;
	box-shadow: 5px 5px 5px #999;
	width: 650px;
	display: table;
	padding: 20px 25px;
}
#koerper .produkt h5 {
	font-size: 110%;
	padding-top: 10px;
}
#koerper .produkt p {
	color: #e5e6e8;
	font-size: 100%;
	padding-bottom: 10px;
}
#koerper .produkt p em {
	font-size: 80%;
}
#koerper .produkt_foto {
	float: left;
	/* [disabled]height: 150px; */
	width: 302px;
	margin-right: 23px;
	/* [disabled]background: #2d2d2d; */
}
#koerper .produkt_img {
	float: right;
	padding: 0px 0px 10px 10px;
}
#koerper .produkt_foto a em {
	font-size: 80%;
	/* [disabled]margin-left: 25px; */
}
#koerper .liste {
	/* [disabled]float: left; */
	width: 650px;
}
#koerper .liste caption {
	font-size: 100%;
	background: #222222;
	font-weight: bold;
	width: 638px;
	/* [disabled]margin-left: 22px; */
	text-align: left;
	/* [disabled]padding-right: 10px; */
	padding-left: 10px;
}
#koerper .liste tfoot {
	font-size: 80%;
	padding-bottom: 20px;
}
#koerper .liste th {
	text-align: left;
	background: #222222;
	padding-right: 10px;
	padding-left: 10px;
}
#koerper .liste td {
	text-align: left;
	background: #222;
	padding-right: 10px;
	padding-left: 10px;
}
#koerper .table_img {
	/* [disabled]margin: 20px; */
	/* [disabled]float: left; */
	/* [disabled]height: 153px; */
	width: 650px;
}
#koerper .table_img img {
	padding: 0px 0px 0px 20px;
}

/*Rahmen Fuss*/
#fuss {
	box-shadow: 5px 5px 5px #999;
	background: #2D2D2D url(https://www.x-race.eu/image/fuss_hg.gif) repeat-y left top;
	height: 30px;
	width: 970px;
	border-top: 5px solid #FFD800;
	display: table;
}
#fuss p {
	font-size: 100%;
	color: #E5E6E8;
	padding-top: 5px;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
}
#fuss p a {
	font-size: 90%;
	outline: none;
}
#fuss p a:link,
#fuss p a:visited {
	color: #ffd800;
}
#fuss p a:hover,
#fuss p a:focus {
	color: #e5e6e8;
}
#fuss p a:active {
	color: #000;
}
#fuss .nach_oben {
	margin: 0px;
	padding: 8px 10px 0px 0px;
	font-size: 70%;
	float: right;
}
#fuss .nach_oben a {
	text-decoration: none;
	outline: none;
	letter-spacing: 0px;
}
#fuss .nach_oben a:link,
#fuss .nach_oben a:visited {
	color: #ffd800;
}
#fuss .nach_oben a:hover,
#fuss .nach_oben a:focus {
	color: #e5e6e8;
	text-decoration: underline;
}
#fuss .nach_oben a:active {
	color: #000;
}
