/* ####################################### */
/*   		BASIC HTML-ENTITIES 		   */ 
/* ####################################### */

html {
	height: 100%;
	/*overflow: scroll; */
	overflow: -moz-scrollbars-vertical; /*always show vertical scrollbar in FF */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:17px;
	color: #696D73;
	margin:0px auto;
	height: 100%;
	padding: 0; 
	background-image: url('img/shadow_left_and_right.gif');
	background-repeat: repeat-y;
	background-position: center; /* fix for 'background-height=viewport-height'-Bug */
}

a {
	color: #36ACED;
	text-decoration:none;
}
a:hover {	
	text-decoration:underline;	
}

img {
	border: none;
}

form input {
	border: 1px solid black;
}

form textarea {
	border: 1px solid black;
}


table {
/*	border: none; */
}

/* ####################################### */
/*   		CUSTOM DEFINITIONS  		   */ 
/* ####################################### */

/* the light blue color */
.specialColor {
	color: #2285BA;
}

/* the light gray color */
.lightGrayColor {
	color: #696D73;
	font-size:9px;
}

/* box around all content elements */
.site {
	width: 970px;
	margin: 0px auto;
	position: relative;
	padding-top: 178px;
	height: 100%;
}


/* header containing the bluebyte logo, banner and top navi */
.header {
	float:	left;
	padding-bottom: 0px;
	margin-left: 3px; /* strange, but needed */
}

/* a box for the bb-logo */
.logo {
	height: 164px;
	position: absolute;
	top: 0px;
	left: 25px;
	padding-right: 7px;
	background-image: url('img/shadow_leftlogo_right.gif');
	background-repeat: repeat-y;
	background-position: right;
/*	border: 1px solid red; */
}

/* top line */
.line {
	font-size: 9px;
	color: #CCCCCC;
	text-transform: uppercase;
	text-align: right;
	height: 12px;
	vertical-align: top;
	position: absolute;
	left: 178px;
	top: 23px;
}
.line  a {
	font-size: 9px;
}
.banner {
	position: absolute;
	top: 45px;
	left: 168px;
	float: left;
}

.logoCorner {
	position: absolute;
	left: 167px;
	top: 164px;
}

.navigation {
	width: 120px;
	height: auto;
	padding-top: 112px;
	padding-left: 48px;
	line-height: 22px;
	float: left;
}


/* special formatting for links (= a-tags) in navigation */
.navigation a {
	color: #696D73;
}

.inactiveTopLink {
	text-transform: uppercase;

}

.greyedTopLink {
	color: #DADADA;
/*	background: url('img/dotted_line_white_bg.gif') top left repeat-y; */
/*	border-top: 	1px dashed #d5d5d5;
	border-bottom: 	1px dashed #d5d5d5; */
}

.greyedTopLink a {
	text-transform: uppercase;
}

.activeTopLink a {
	background: none;
	text-transform: uppercase;
	color: 	#36ACED;
}

.activeLink {
/*	margin-top: 10px;
	margin-bottom: 10px; */
	background: none;
	width: 50px;
	text-align: right;
}

.inactiveLink {
	background: none;
	width: 50px;
	text-align: right;
}

.inactiveLink a {
	text-transform: none;
}

.activeLink a {
	color: #36ACED;
	text-transform: none;
}



.contentLeftImg {
	background-image:url('img/line_content_left.gif');
	width:	14px;
	height: 300px;
	float: left;
}


/* content class for 3-column layout */
.content {
	background-image:url('img/line_content_top.gif');
	background-repeat: no-repeat;
	width: 400px;
	padding-left: 40px;
	padding-top: 52px;
	padding-right: 40px;
	float: left;
}

.content h2 {
	color: #2285BA;
}

.content h3 {
	color: #2285BA;
	
}

.content a {
	color: #2285ba;
}

/* content class for 2-column layout */
.wideContent {
	background-image:url('img/line_content_top.gif');
	background-repeat: no-repeat;
	width: 665px;
	padding-left: 40px;
	padding-top: 52px;
	padding-right: 40px;
	float: left;
}

.wideContent h3 {

font-weight:normal;
}

.wideContent a {
	color: #2285ba;
}


/* holding the content image */
.contentHeadline {
	margin-bottom: 29px;
}


/* a blind box holding one or more rightContent-elements */
.rightBox {
	padding-top: 		10px;
	height: 			auto;
	background-position:right;
	width:				250px;
	margin-left: 		24px;
	float: 				left;
}

.rightContent {
	background-position:right;
	width:				200px;
	height:				auto; 
	float: 				left;
						/* top right bottom left */
	padding: 			50px 18px 62px 22px;
	background-color:	#F4F4F4;
	font-size:			9px;
}

.marginalHeader {
	width: 				200px;
	background-color: #E9E9E9;
	margin-bottom: 		15px;
	margin-top:			0px;
}

.marginalContent {
	width: 200px; /* same width as .marginalHeader to avoid site overflow */
	margin-bottom: 		15px;
	padding-top:		16px;
}

/* special class for Jobs-Block in the right box */
.marginalJobsContent {
	width: 		209px; /* same width as .marginalHeader to avoid site overflow */
	height: 	74px;
	background-image:url('img/content/marginal_jobs_background.gif');
	background-repeat:no-repeat;
	margin-bottom: 		25px;
}

/* FIXME: text vertical align!! */ 
.contactItem {
	height: 16px;
	margin-bottom: 4px;
}

.contactItem img {
	margin-right: 3px;
}


/* special formating for news page */
.newsTitle {
	font-size: 10pt;
	text-transform: uppercase;
	color: #2285BA;
	margin-bottom: 30px;
}

.newsImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.newsText {
	margin-top: 20px;
}

/* some classes for the community overview */
.communityItem{
     font-size: 11px;
}

.communityItem .title {
	text-transform: uppercase;
	font-size: 12px;
}

.communityItem .title .label {
	width:auto;	
}

/* some classes for the games overview */
.gameListItem {
	margin-bottom: 50px;
	border: 1px solid white; /* fix for ie */
}

.gameItem {
	font-size: 11px;
	
}

.gameItem .title {
	text-transform: uppercase;
	font-size: 12px;
}

.gameItem .title .label {
	width:auto;	
}

.gameItem .label {
	text-transform: uppercase;
	color: black;
	font-weight: normal;
	padding-right: 15px;
	float:left;
	width:100px;
	
}

.gamePackshot {
	float: left;
	width: 90px;
	height: 200px;
/*	border: 1px solid red; */
	margin-right: 10px;
	margin-top: 30px;
}

.gameDescription {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 560px;
}


/* classes for game details */
.gameDetails {
}

.gameDetails .gameTitle {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: black;
	margin-top: 30px;
}

.gameDetails .gameDescription {
	margin-bottom: 30px;
	width: 400px;
}

.gameDetails .gameLinks a {
	margin-right: 15px;
	color: #2285BA;
}


.gameDetails .ReleasePlatformBox {
	margin-top: 20px;
	width:300px;
}

.gameDetails .label {
	color: black;
	text-transform: uppercase;
	
	font-weight: normal;
	padding-right: 15px;
	float:left; 
	width:100px;

}

.gameDetails ul {
	
}
.gameDetails ul li {
	list-style-type: square;
	color: #2285BA;
	margin-left:-25px;
}

.gameFeatures {
 
 	margin-top: 20px;
 
 }
 
 .gameFeatures .label
 {
 	float:none;
 }

.screenshot {
	width: 200px;
	margin-bottom: 15px;
	text-align: center;
}
.screenshotdesc {
		width: 200px;
	margin-bottom: 15px;
	text-align: left;
	}

.imgInText {
	float: left;
	font-size: 11px;
	margin-right: 15px;
	margin-bottom: 5px;
}
.imgText {
	color: #2285ba;
	font-size: 9px;
	line-height: 150%;
}

.factsImages {
	position: absolute;
	top: 189px;
	left: 700px;
	z-index: 900;
}

.factsImages .pic1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
.factsImages .pic2 {
	position: absolute;
	top: 0px;
	left: 42px;
}
.factsImages .pic3 {
	position: absolute;
	top: 0px;
	left: 84px;
}
.factsImages .pic4 {
	position: absolute;
	top: 0px;
	left: 128px;
}
.factsImages .pic5 {
	position: absolute;
	top: 0px;
	left: 172px;
}


.fact {
	background-image: url('img/dotted_line_gray_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	line-height: 15px;
}

.fact h2 {
	text-transform: uppercase;
	font-size: 		9px;
	color: 			#2285ba;
	padding-bottom: 0px;
	margin-bottom: 	0px;
	font-weight: 	normal;
}

.footer {
	width: 100%;
	margin-top: 50px;
	background-image:url('img/bluebyte_fleck.jpg');
	background-position: middle;
	background-repeat:no-repeat;
	height: 350px;
}

.footer_ubi {
	width: 450px;
	margin-top: 0px;
	height: 160px;
}

.footer_ubi_wide {
	width: 450px;
	margin-top: 0px;
	height: 160px;
}


.jobRow {
	background-color:#F4F4F4;
	background-position: left;
	background-repeat: no-repeat;
	padding: 10px 10px 8px 25px;
	

}

.jobRowAlternating {
	background-color:#FFFFFF;
	background-position: left;
	background-repeat: no-repeat;
	padding: 10px 10px 8px 25px;

}

div#imageLayer {
	border: 1px solid black;
	position: absolute;
	visibility: hidden;
}

div#overlaymap {
	padding: 15px 15px 15px 15px;
	border-color:black;
	border-width: 1px;
	border-style: solid;
	visibility: hidden;
	position: absolute;
	left:200px;
	top:200px;
	background-color: white;
}
.txt_red {
	color: #F00;
}
