/* firefox scroll fix */
html{ overflow: -moz-scrollbars-vertical; }

/* global styles */
body{
	background-color:#332c1c;
	background-image:url(../pics/img_bg_all.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#ffffff;
	text-decoration:none;
}
img{ border:0px; }
a{ outline:none; }
a:link,a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover,a:active{
	color:#FFFFFF;
	text-decoration:underline;
}

/* boxes */
#wrapper{
	position:absolute;
	margin:0px;
	padding-top:0px;
	left:50%;
	margin-left:-500px;
	width:1000px;
}
#header{
	background-image:url(../pics/img_bg_header.gif);
	background-repeat:no-repeat;
	width:1000px;
	height:70px;
}
#logo{
	float:left;
	margin-top:15px;
	margin-left:24px;
}
#utils{
	float:right;
	margin-top:8px;
	margin-right:8px;
}
#user{
	float:left;
	background-image:url(../pics/img_bg_user.gif);
	background-repeat:no-repeat;
	width:138px;
	height:13px;
	padding-left:22px;
	padding-top:1px;
	font-size:10px;
	font-weight:bold;
	color:#575353;
}
#mainnav{
	background-image:url(../pics/img_bg_mainnav.gif);
	background-repeat:no-repeat;
	width:1000px;
	height:30px;
	text-align:center;
}
#mainnav a img.inactive:hover,#mainnav a img.inactive:active{
	background-image:url(../pics/img_bg_navactive.gif);
	background-repeat:repeat-x;
}
#mainnav a img.active{
	background-image:url(../pics/img_bg_navactive.gif);
	background-repeat:repeat-x;
}
#container{
	background-image:url(../pics/img_bg_container.gif);
	background-repeat:repeat-y;
	width:1000px;
	min-height:600px;
	overflow:hidden;
}
#footer{
	background-image:url(../pics/img_bg_footer.gif);
	background-repeat:no-repeat;
	width:1000px;
	height:41px;
	color:#69625b;
	text-align:center;
	padding-top:29px;
	font-size:11px;
}
#footer a:link,#footer a:visited{
	color:#69625b;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover,#footer a:active{
	color:#69625b;
	font-size:11px;
	text-decoration:underline;
}
#subnav{
	float:left;
	background-color:#000000;
	background-image:url(../pics/img_bg_nav.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:168px;
	min-height:605px;
	padding-top:41px;
}
#content{
	float:left;
	margin:26px 0px 26px 30px;
	padding:14px 11px 11px 11px;
	width:748px;
	background-color:#272520;
	border:1px #302f2e solid;
	min-height:592px;
}
#content .wrapper{
	width:748px;
	overflow:hidden;
}
#content .thumb{
	float:left;
	width:210px;
	margin:0px 30px 20px 19px;
}
#content .txt{
	float:left;
	width:459px;
	margin:0px 30px 20px 0px;
	text-align:justify;
}
#content .txt strong,
#content .txt em{
	 color:#d4e183;
}
#moviewrapper{
	margin-top:50px;
	border:1px #302f2e solid;
	padding:2px;
	width:456px;
	height:191px;
}
#contenttabs{
	color:#818181;
}
#formattabelle,#leaderboardcontent,
#rectanglecontent,#skyscrapercontent{
	border:1px solid #c5c5c5;
	width:725px;
	padding:1px;
	font-weight:bold;
	overflow:hidden;
}
#formattabelle div{
	float:left;
	min-height:25px;
	line-height:25px;
}
#formattabelle .darklong,#formattabelle .darkshort{
	background-image:url(../pics/img_bg_tab_dark-trans.png);
	background-repeat:repeat;
}
#formattabelle .lightlong,#formattabelle .lightshort{
	background-image:url(../pics/img_bg_tab_light-trans.png);
	background-repeat:repeat;
}
#formattabelle .long,#formattabelle .darklong,#formattabelle .lightlong{
	width:287px;
	margin-right:3px;
	padding-left:10px;
}
#formattabelle .short,#formattabelle .darkshort,#formattabelle .lightshort{
	width:125px;
	text-align:center;
}
#formattabelle .lightall{
	background-image:url(../pics/img_bg_tab_light-trans.png);
	background-repeat:repeat;
	width:705px;
	padding:0 10px 0 10px;
	line-height:20px;
	font-weight:normal;
}
#leaderboardcontent .thumbnail,
#rectanglecontent .thumbnail,
#skyscrapercontent .thumbnail{
	float:left;
	padding:5px;
}
#leaderboardcontent .description,
#rectanglecontent .description,
#skyscrapercontent .description{
	float:left;
	margin:5px 5px 5px 0;
	padding:5px;
	width:557px;
	background-color:#efece9;
	font-weight:normal;
	text-align:justify;
}
#rectanglecontent .description{
	width:233px;
}
#skyscrapercontent .description{
	width:371px;
}
#leaderboardcontent .description .desctit,
#rectanglecontent .description .desctit,
#skyscrapercontent .description .desctit{
	text-decoration:underline;
	font-weight:bold;
}
#leaderboardcontent .superbanner{
	float:left;
	margin:2px;
	background-image:url(../pics/img_bg_leaderboard.gif);
	background-repeat:no-repeat;
	padding:11px 11px 11px 12px;
	width:698px;
	height:90px;
}
#rectanglecontent .rectanglebanner{
	float:left;
	margin:2px;
	background-image:url(../pics/img_bg_rectangle.gif);
	background-repeat:no-repeat;
	padding:10px 10px 9px 10px;
	width:300px;
	height:250px;
}
#skyscrapercontent .skyscraperbanner{
	float:left;
	margin:2px;
	background-image:url(../pics/img_bg_skyscraper.gif);
	background-repeat:no-repeat;
	padding:11px 11px 10px 11px;
	width:160px;
	height:440px;
}
#normcontent{
	float:left;
	margin:26px 26px 26px 26px;
	padding:11px 11px 11px 11px;
	width:924px;
	background-color:#272520;
	border:1px #302f2e solid;
	min-height:524px;
}
#statsheader{
	background-image:url(../pics/img_bg_stats_header.gif);
	width:721px;
	height:16px;
	padding-left:13px;
	padding-right:13px;
	margin-bottom:11px;
}
#stats{
	width:739px;
	background-color:#272520;
	border:1px #302f2e solid;
	padding:3px;
}
#excel{
	text-align:right;
	margin-top:10px;
}
#back{
	text-align:right;
	margin-top:13px;
}
#covers{
	width:742px;
	background-color:#000000;
	border:1px #302f2e solid;
	overflow:hidden;
	padding:11px 0px 7px 3px;
	min-height:572px;
}
#covers .cover{
	float:left;
	margin:0px 7px 0px 7px;
}
#banner{
	width:721px;
	background-color:#272520;
	border:1px #302f2e solid;
	padding:12px;
	color:#d3cca4;
}
#error{
	position:absolute;
	top:270px;
	left:50%;
	margin-left:-405px;
	width:1000px;
	font-weight:bold;
}
#loginform{
	width:748px;
	height:414px;
	padding-top:178px;
}
#mapborder{
	margin:30px 30px 20px 19px;
	padding:3px;
	border:1px solid #302f2e;
}
#map{
	width:691px;
	height:315px;
}

/* nav classes */
.campaign,.campaignactive{
	display:block;
	background-image:url(../pics/img_bg_subnav.gif);
	background-repeat:no-repeat;
	width:143px;
	height:22px;
	padding-left:25px;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
	margin-bottom:3px;
}
.campaign:link,.campaign:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.campaign:hover,.campaign:active,.campaignactive:link,
.campaignactive:visited,.campaignactive:hover,.campaignactive:active{
	color:#d3cca4;
	text-decoration:none;
}
.campaignsublight,.campaignsubdark,
.campaignsublightactive,.campaignsubdarkactive{
	display:block;
	width:141px;
	height:10px;
	margin-left:20px;
	font-size:10px;
	line-height:10px;
	text-decoration:none;
	margin-bottom:1px;
	padding-left:5px;
}
.campaignsublight,.campaignsublightactive{
	background-color:#393932;
	border-top:1px #171513 solid;
	border-right:1px #000000 solid;
	border-bottom:1px #2d2e29 solid;
	border-left:1px #070706 solid;
}
.campaignsubdark,.campaignsubdarkactive{
	background-color:#24221d;
	border-top:1px #24221d solid;
	border-right:1px #000000 solid;
	border-bottom:1px #1c1c17 solid;
	border-left:1px #070706 solid;
}
.campaignsublight:link,.campaignsublight:visited,
.campaignsubdark:link,.campaignsubdark:visited{
	color:#b3b3b3;
	text-decoration:none;
}
.campaignsublight:hover,.campaignsublight:active,
.campaignsubdark:hover,.campaignsubdark:active,
.campaignsublightactive:link,.campaignsublightactive:visited,.campaignsublightactive:hover,.campaignsublightactive:active
.campaignsubdarkactive:link,.campaignsubdarkactive:visited,.campaignsubdarkactive:hover,.campaignsubdarkactive:active{
	color:#ffffff;
	text-decoration:none;
}
div.subnavsplitter{
	margin:3px 2px 3px 2px;
	width:164px;
	height:1px;
	background-color:#333333;
}

/* content classes */
.statheader1,.statheader2,.statheader3,.statheader4,.statheader5,.statheader6{
	float:left;
	font-weight:bold;
	font-size:10px;
}
.statheader2,.statheader3,.statheader4,.statheader5,.statheader6{
	text-align:right;
}
.statheader1{
	width:251px;
}
.statheader2{
	width:144px;
}
.statheader3{
	width:108px;
}
.statheader4{
	width:72px;
}
.statheader5{
	width:73px;
}
.statheader6{
	width:73px;
}
.statslight,.statsdark{
	margin-bottom:1px;
	overflow:hidden;
}
.statslight{
	background-image:url(../pics/img_bg_stats_light.gif);
	background-repeat:repeat;
}
.statsdark{
	background-image:url(../pics/img_bg_stats_dark.gif);
	background-repeat:repeat;
}
.stats1,.stats2,.stats3,.stats4,.stats5,.stats6,.stats7{
	float:left;
	font-size:10px;
}
.stats3,.stats4,.stats5,.stats6,.stats7{
	text-align:right;
}
.stats1{
	width:228px;
	padding-left:10px;
}
.stats2{
	width:13px;
	padding-right:10px;
}
.stats3{
	width:144px;
}
.stats4{
	width:108px;
}
.stats5{
	width:72px;
}
.stats6{
	width:73px;
}
.stats7{
	width:73px;
}
.path{
	border:1px #666666 dotted;
	padding:10px;
	background-color:#FFFFFF;
	font-family:'Courier New', Courier, monospace;
	overflow:auto;
	color:#000000;
}
.code{
	border:1px #666666 dotted;
	padding:10px;
	background-color:#FFFFFF;
	font-family:'Courier New', Courier, monospace;
	overflow:auto;
	color:#000000;
}
.login{
	position:relative;
	background-image:url(../pics/img_bg_login-trans.png);
	background-repeat:no-repeat;
	width:165px;
	height:185px;
	padding:37px 12px 13px 202px;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}
.login input{
	margin:0;
	width:163px;
	border:1px solid #606060;
	background-color:#f8fafc;
}
.login input.submit{
	margin-top:5px;
	border:none;
	background:none;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	text-align:right;
}

