/* Seite ............................................................................................................. */

html {
	background-color: #060606;
	background-image: url("http://www.marxenegger.de/wp-content/themes/m4rxen3gger_2010/images/Page-BgGradient.jpg");
	position: absolute;
	background-repeat: repeat-x;
	top: 0;
	width:100%;
	height: 100.3%;
}
body {
	font-family: "SpecialEliteRegular";
	line-height: 1.5em;
	color: #fff;
}

/* Typografie ........................................................................................................ */

h1, h2, h3, h4, h5, h6 {
	font-family: "SpecialEliteRegular";
	font-weight: normal;
	font-style: normal;
	color: #e5e5e5;
}
h1 {
	font-size: 28px;
	color: #CF7500;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 17px;
}
p {
	font-family: "SpecialEliteRegular";
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}
a, a:visited {
	color: #e5e5e5;
	text-decoration: none;
}
a:active, a:hover {
	color: #CF7500;
	text-decoration: none;
}
#fusstext {
	line-height: 110%;
	font-family: "SpecialEliteRegular";
	font-size: 13px;
	color: #e5e5e5;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#smx0201 a:hover {
	color: #000;
}

/* Struktur .......................................................................................................... */

#systegrid {
	top: 0;
	bottom: 0;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0;
	padding: 0;
}
#navigation {
	background-image: url("../images/nav.png");
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 6px;
}
#kopf {
	background-image: url("../images/mixpod_header.png");
	background-repeat: no-repeat;
	height: 125px;
}
#inhalt {
	background-color: #111;
}
#fuss {
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	background-color: #060606;
	height: 50px;
}

/* Navigation ........................................................................................................ */

#nav li{
	list-style: none;
	display: inline;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
	padding-left: 20px;
	padding-right: 25px;
	border-right: 1px solid #222;
}
/* Blöcke ............................................................................................................ */

#smx0601 {
	padding-top: 25px;
	text-align: center;
	text-shadow: 0px 2px 3px #222;
}
#smx0301 {
	background: #222;
	height: auto;
	outline: 1px solid #333;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#smx1001 {
	background: #111;
	height: 65px;
	width: 765px;
	outline:  1px solid #333;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#smx0201 {
	color: #000;
	background: #CF7500;
	height: 65px;
	width: 135px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* Sonstige .......................................................................................................... */

/* begin Button */
.art-button-wrapper .art-button {
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:21px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}
.art-button-wrapper {
	display:inline-block;
	position:relative;
	height: 21px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}
.art-button-wrapper .art-button {
	display:block;
	height: 18px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif, "ArimoRegular";
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	white-space: nowrap;
	text-align: left;
	padding: 0 15px !important;
	line-height: 19px;
	text-decoration: none !important;
	color: #F0F0F0 !important;
	font-weight: normal;
}
input, select {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif, "ArimoRegular";
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}
.art-button-wrapper.hover .art-button, .art-button:hover {
	color: #CF7500 !important;
	text-decoration: none !important;
}
.art-button-wrapper.active .art-button {
	color: #F2F2F2 !important;
}
.art-button-wrapper .l, .art-button-wrapper .r {
	display:block;
	position:absolute;
	z-index:-1;
	height: 63px;
	background-image: url("http://www.marxenegger.de/wp-content/themes/m4rxen3gger_2010/images/Button.png");
}
.art-button-wrapper .l {
	left:0;
	right:4px;
}
.art-button-wrapper .r {
	width:409px;
	right:0;
	clip: rect(auto, auto, auto, 405px);
}
.art-button-wrapper.hover .l, .art-button-wrapper.hover .r {
	top: -21px;
}
.art-button-wrapper.active .l, .art-button-wrapper.active .r {
	top: -42px;
}
/* end Button */