/* browser resets */
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}
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: "" "";
}
body * {
min-height: 0;
}
strong {
font-weight: bold;
}
/* end browser resets*/
#wrapper {
	width: 990px;
	height: 734px;
	position: relative;
	margin: 20px auto 0 auto;
	background: #15659A url(../img_css/content_back.png) 0 0 no-repeat;
}
#wrapper.start {
	background: #000 none;
}
#inner {
	position: relative;
}
#logo {position: absolute; left: 47px; top: 62px;}

#primenav_start {
	position: absolute;
	top: 70px;
	right: 55px;
}
#primenav_start li {
	float: left;
	display: block;
}
#primenav_start a {
	color: #ddd;
	float: left;
	display: block;
	border-right: 1px solid #ddd;
	text-decoration: none;
	padding: 0 5px;
	line-height: 1.2;
	font-size: 12px;
}
#primenav_start a:hover {
	color: #999;
}
#primenav_start a.rex-current, #primenav_start a.rex-active {
	color: #15659A;
}


#primenav {
	position: absolute;
	top: 70px;
	right: 55px;
	z-index: 1200;
}
#primenav li {
	float: left;
	display: block;
	position: relative;
}
#primenav a {
	color: #ddd;
	float: left;
	display: block;
	border-right: 1px solid #ddd;
	text-decoration: none;
	padding: 0 5px;
	line-height: 1.2;
	font-size: 12px;
}
#primenav a:hover {
	color: #fff;
}
#primenav a.rex-current, #primenav a.rex-active {
	color: #000;
}
#primenav li ul {
	position: absolute;
	top: 18px;
	left: 0;
	width: 400px;
}
#primenav li#rex-article-2 ul {
	width: 530px;
}
#primenav li li a {
	font-size: 11px;
}

#s1 {position: absolute; left: 55px; top: 110px; }
#s2 {position: absolute; left: 604px; top: 263px; }
#s3 {position: absolute; left: 712px; top: 110px; }
#s4 {position: absolute; left: 329px; top: 368px; }
#s5 {position: absolute; left: 712px; top: 368px; }
#s6 {position: absolute; left: 218px; top: 476px; }
#s7 {position: absolute; left: 329px; top: 476px; }
#s8 {position: absolute; left: 494px; top: 576px; }
#s9 {position: absolute; left: 712px; top: 476px; }
#s10 {position: absolute; left: 832px; top: 476px; }

#w1 {position: absolute; left: 494px; top: 110px; background-color: #fff;}
#w2 {position: absolute; left: 494px; top: 368px; background-color: #fff;}
#w3 {position: absolute; left: 55px; top: 476px; background-color: #fff;}
#w1 img, #w2 img, #w3 img {position: absolute;}

#t1 {position: absolute; left: 22px; top: 364px; background-color: #fff;}
#t2 {position: absolute; left: 490px; top: 259px; background-color: #fff;}
#t3 {position: absolute; left: 708px; top: 572px; background-color: #fff;}
#t1 img, #t2 img, #t3 img {position: absolute;}

#skater {position: absolute; left: 265px; top: 22px; behavior: url(iepngfix.htc)}
#fussballer {position: absolute; left: 800px; top: 293px; behavior: url(iepngfix.htc)}
#mountainbiker {position: absolute; left: 313px; top: 591px;}


#cw {position: absolute; left: 56px; top: 110px; background-color: #fff;}
#cw img {position: absolute;}

#cs1 {position: absolute; left: 56px; top: 368px; }
#cs2 {position: absolute; left: 330px; top: 368px; }
#cs3 {position: absolute; left: 56px; top: 476px; }
#cs4 {position: absolute; left: 219px; top: 476px; }
#cs5 {position: absolute; left: 330px; top: 476px; }

#content {
	position: absolute;
	top: 135px;
	left: 520px;
	width: 430px;
	height: 373px;
	overflow: auto;
	z-index: 100;
}
#cinner {
	width: 400px;
	height: 373px;
	padding-right: 10px;
}
#content h1 {
	line-height: 1.2;
	font-size: 15px;
	margin-bottom: .75em;
	color: #15659A;
	font-weight: bold;	
}
#content h2 {
	line-height: 1.2;
	font-size: 13px;
	margin-bottom: 1em;
	font-weight: bold;
	color: #5B93B8;
}
#content p {
	line-height: 1.4;
	font-size: 12px;
	margin-bottom: 1em;
	color: #000;
}
#content a {
	color: #15659A;
	text-decoration: underline;
}
#content a:hover {
	color: #15659A;
	background-color: #8AB2CC;;
	text-decoration: none;
}
#content ul {
	margin-bottom: 12px;
	padding-left: 10px;
}
#content li {
	line-height: 1.4;
	font-size: 12px;
	margin-bottom: .2em;
	padding-left: 16px;
	background: transparent url(../img_css/bullet.png) 0 4px no-repeat;
	color: #5B93B8;
}
.fl {
	float: left;
	margin: 0 10px 10px 0;
}
/* helpers */
.h {
	display: none;
	visibility: hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* START PLUGINS CSS */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: transparent;
}
.jScrollPaneDrag {
	position: absolute;
	background: #E7EFF5;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: transparent url(../img_css/arrow_up.png) 0 0 no-repeat;
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: transparent url(../img_css/arrow_down.png) 0 0 no-repeat;
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
