/**
* CSS-Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, button, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {
	font-size:100.01%;
}
body {
	background:#000;
	color:#736d6d;	/* dunkelgrau */	
	color: #929292;	/* original grau von indoorcycling.com */	
	font-family:Arial, Verdana, sans-serif;
	font-size:0.75em;
	margin:0;
	padding:0;
	text-align:center;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h1, h2, h3, h4, h5, h6, b, strong {
	font-weight:bold;
}
/**
* general, sitewide styles
*/
a {
	color:#736d6d;
	text-decoration:none;
}

a:hover, .current a {
	color:#fff;
	text-decoration:underline;
}

a.external, a.external hover {
	color:#929292;
	text-decoration:none;
}
/**
* wrapper
*/
#wrapper {
	width:77.75em;
	margin:0 auto;
	text-align:left;
}
/**
* flash header
*/
#flashHeader {
	margin-bottom:0.25em;	
}
/**
* boxes
*/
.box {
	float:left;
	font-size:0.916em;	/* 11px */
	line-height:1.181em;	/* 13px */
	width:20.545em;
}

.box p {
	margin-bottom:1.545em;
	height:5.909em;
}

#boxLeft {
	margin-left:4.181em;
}

#boxCenter {
	margin-left:7.818em;
	width:20.363em;
}

#boxRight {
	margin-left:7.909em;
	width:20.363em;
}

.box form {
	margin-bottom:2.909em;
}

.box select {
	background:#000;
	border:0.111em solid #fff;
	color:#b0b1b2;
	font-size:0.818em;	/* 9px */
	width:19.333em;
	padding:0;
}
/**
* menu
*/
#menu {
	background:url(../img/footerline.jpg) center bottom no-repeat;
	clear:both;
	font-size:0.833em;	/* 10px */
	line-height:1.1em;
	margin-bottom:1.3em;
	padding-left:9.6em;
	padding-bottom:1.3em;
	text-transform:uppercase;	
}

#menu li {
	border-right:0.1em solid #736d6d;
	display:inline;
	padding-right:1.2em;
	padding-left:1.2em;
}

#menu .first {
	padding-left:0;
}

#menu .last {
	border-right:0;
	padding-right:2.6em;
}

#menu .flag {
	border:0;
	padding-left:0;
	padding-right:0.4em;
}

#menu .lastFlag {
	padding-right:0;
}
/**
* footer
*/
#footer {
	font-size:0.833em;	/* 10px */
	line-height:1.1em;
	padding-left:9.6em;
}

/**
* content on subpages
*/
#content p {
	margin-bottom:1.181em;
}

