@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background: url(../int_images/background.png);
	color:#fff;
	font: 85% "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height:1.4em;
}
a, a img {
	text-decoration:none;
	outline:none;
	border:none;
	color:#08C;
}
a:hover {
	color:#B1D060;
}
.invis {
	display:none
}
.clear {
	line-height:0;
	display:block;
	height:0;
	clear:both;
}
.spacer {
	line-height:0;
	display:block;
	height:20px;
	clear:both;
}
/*LAYOUT*/
#logo {
	width:930px;
	height:130px;
	display:block;
	margin:auto;
	padding-left:30px;
}
#container {
	width:940px;
	margin:auto;
	display:block;
	position:relative;
	background:url(../int_images/page_container_y.png) repeat-y;
	padding-left:10px;
	padding-right:10px;
	clear:both;
	background-color:#CCC;
}
#container div.c_top {
	background:url(../int_images/page_container_top.png) no-repeat;
	width:960px;
	height:20px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	z-index:9999;
}
#container div.c_bottom {
	background:url(../int_images/page_container_bottom.png) no-repeat;
	width:960px;
	height:20px;
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:9000;
}
#content {
	display:block;
	padding-top:120px;
	padding-left:20px;
	padding-right:20px;
	height:100%;
	min-height:200px;
	color:#333;
}
#footer {
	width:900px;
	display:block;
	height:50px;
	margin:auto;
	font-size:10px;
	padding-left:30px;
	padding-right:30px;
	line-height:1.3em;
}
#footer a:hover {
	text-decoration:none;
	outline:none;
	border:none;
	color:#08C;
}
#footer a {
	color:#B1D060;
}
/***************************
** GLOBAL NAV
*/

#globalNav {
	height:100px;
	width:940px;
	position:absolute;
	left:10px;
	top:0;
	display:block;
	background:url(../int_images/globalnav_bg.png) no-repeat bottom;
	z-index:8999;
}
#globalNav .items {
	height:30px;
	padding-top:40px;
	margin-left:20px;
	margin-right:20px;
	display:block;
	width:900px;
}
#globalNav .items a {
	float:left;
	display:block;
	margin-right:10px;
	padding-left:10px;
	height:22px;
	color:#fff;
	cursor:pointer;
	text-decoration: none;
	background-image: url(../int_images/globalnav_span_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#globalNav .items a span {
	font-size:12px;
	display:block;
	height:20px;
	padding-top:2px;
	padding-right:10px;
	background-image: url(../int_images/globalnav_span_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#globalNav .items a:hover {
	background-position:left -22px;
}
#globalNav .items a:hover span {
	background-position:right -22px;
}
#globalNav .items a:active {
	background-position:left -44px;
}
#globalNav .items a:active span {
	background-position:right -44px;
}
#globalNav .items a.holder {
}
#globalNav .items a.active {
	background-position:left -44px;
}
#globalNav .items a.active span {
	background-position:right -44px;
}
#globalNav .items a#login_btn {
	float: right;
	margin-right:0;
	margin-left:10px;
}
#globalNav .items a#logout_btn {
	float: right;
	margin-right:0;
	margin-left:10px;
	padding-left:10px;
}
#globalNav .items a#logout_btn span {
	padding-right:10px;
	padding-top:0;
	padding-bottom:0;
	height:22px;
}
#logout_pic {
	display:block;
	width:16px;
	height:20px;
	background:url(../int_images/logout_btn.png) no-repeat;
}
/*CONTAINER SETTINGS*/
#container.bg_color_fff {
	background-color:#fff;
}

/*Dots*/
#dots {
	display:block;
	background-image: url(../int_images/globalnav_span_left.png);
	height:22px;
	background-repeat: no-repeat;
	padding-left:10px;
	white-space:nowrap;
	margin:auto;
	margin-top:-35px;
	z-index:999;
	position:relative;
}
#dots span {
	white-space:nowrap;
	display:block;
	height:22px;
	padding-right:10px;
	background-image: url(../int_images/globalnav_span_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#dots a {
	display:block;
	width:20px;
	height:20px;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../int_images/dots.png) no-repeat;
	margin-top:1px;
}
#dots a:hover {
	background-position: left -20px;
}
#dots a:active, #dots a.active {
	background-position: left -40px;
}
/*PAGER DOTS*/
#pager_dots {
	display:block;
	background-image: url(../int_images/pagerDots_span_left.png);
	height:22px;
	background-repeat: no-repeat;
	padding-left:10px;
	white-space:nowrap;
	margin:auto;
	margin-top:-35px;
	z-index:99;
	position: absolute;
	right:25px;
	top:80px;
}
#pager_dots span {
	white-space:nowrap;
	display:block;
	height:22px;
	padding-right:10px;
	background-image: url(../int_images/pagerDots_span_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#pager_dots a {
	display:block;
	width:20px;
	height:20px;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../int_images/dotspager.png) no-repeat;
	margin-top:1px;
}
#pager_dots a:hover {
	background-position: left -20px;
}
#pager_dots a:active, #pager_dots a.p_active {
	background-position: left -40px;
}
/*TYPO*/
.light {
	font-size:0.9em;
	line-height:1.4em;
}
/*BUTTONS WIE GO BACK UND CLOSE*/
#side_goback {
	width:60px;
	height:50px;
	position:absolute;
	left:-3px;
	top:30px;
	display:block;
	background:url(../int_images/side_go_back.png) no-repeat;
	z-index:999;
	cursor:pointer;
}
#side_download {
	width:60px;
	height:50px;
	position:absolute;
	left:-3px;
	top:80px;
	display:block;
	background:url(../int_images/side_download.png) no-repeat;
	z-index:999;
	cursor:pointer;
}
#side_download:hover, #side_goback:hover {
	background-position:bottom;
}

