/*
* Beroobi
* print.css
* 
* Author: Holger M. Stangl
* Company: Limeflavour | http://www.limeflavour.com
* Date: Dezember 2008 / Januar 2009
*/


/*
* General Pre Settings
*
*/
* {
   margin: 0;
   padding: 0;
   border: 0;
}

ul, ol, dl {
  list-style: none;
}

img, fieldset { border: 0; }

a { color: #f56e00; text-decoration: none; }
a:hover { text-decoration: underline; }


/*
* General Helpers
*
*/
.killfloat {
	overflow: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}

.hidden {
	display: none;
	visibility: hidden;
}

.invisible {
	display: inline;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 0;
	height: 0;
	}


/*
* STRUCTURE
*
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #000;
	background-image: none;
	background-color: #fff;
}

html>body { 
	font-size: 16px; /* Set correct font-size for safari browsers */
}


/*
* Structure Elements
*
*/
#container {
	font-size: 0.625em; /* 1em is 10px */
	background-image: none;
	}

#containerHeader {
	position: relative;
	height: 130px;
	background-image: url(../images/htg_header.png);
	background-position: left top;
	background-repeat: repeat-x;
	}

#containerMain {
	/*width: 744px;*/
	width: 760px;
	}
	


#containerMarginalA {
	display:none;
	}

#containerMarginalB {
	width: 372px;
	float: left;
	}

#containerMarginalC {
	width: 254px;
	float: left;
	}

#containerCenterA {
	width: 372px;
	float: left;
	}

#containerCenterB {
	width: 490px;
	float: left;
	}
	
#containerCenterC {
	padding-left: 0px;
	}
	
#containerCenterD {
	float: left;
	}



#containerBottom {
	padding: 25px 0 20px 0;
	}

#containerPartner {
	height: 100px;
	background-image: url(../images/htg_partner.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-left: 243px;
	display:none;
	}
	
#containerPartner img {
	padding: 0 55px 0 55px;
	margin: 16px 0 0 0;
	}




/*
* Navigation Elements
*
*/
/* Navigation A */
.navigationA {
	display:none;
	}


/* Navigation Bottom */	
.navigationBottom {
	display:none;
	}



/*
* Other Elements
*
*/
/* Logo */
#logoBox {
	left:0;
	position: absolute;
	top:0;
	}
	
#sponsorBox {
	left:180px;
	position: absolute;
	top:0;
	}

#sloganBox {
	left:180px;
	position: absolute;
	top:30px;
	}
	
#partnerBox {
	display:none;
	}
	
.containerHeadline {
	display: none;
}


.containerHeadline .contentBox img {
	display: none;
}

.containerHeadline .contentBox h1 {
	display: block;
	font-size: 24px;
}



.bottomBox { display: none; }

.containerFunctions { display: none; }

#beta { display: none; }

.forumBoxHeader .forumBoxInfo { width: 159px!important; }
.forumBoxItem .forumBoxInfo { width: 158px!important; }
