/*
* KWS Verkehrsmittelwerbung
* print.css
* 
* Author: Holger M. Stangl
* Company: Limeflavour | http://www.limeflavour.com
* Date: September 2009
*/




/*
* STRUCTURE
*
*/
body {
	text-align: left;
	}

/*
* Structure Elements
*
*/
#container {
	width: 526px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	}

#containerHeader {
	border-bottom: 1px solid #dedfdf;
	height: 49px;
	position: relative;
	}

#containerMain {
	position: relative;
	min-height: 380px;
	float: none;
	}

#containerMarginalA {
	display: none;
	}

#containerMarginalB {
	display: none;
	}

#containerCenter {
	width: 526px;
	padding-top: 30px;
	}



/*
* Other Elements
*
*/
/* Logo */
#logoBox {
	right: 0;
	position: absolute;
	top: 1px;
	}
	
#sloganBox {
	left: 0;
	position: absolute;
	top: 11px;
	}




/* Headline Styles */
.containerHeadline h1 {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom:25px;
	}




/* Detail Content Styles */
.containerProjectMedia {
	padding-bottom: 24px;
	width: 526px;
	}

.containerProjectMedia .imageBox {
	background-image: url(../../files/static/images/png/htg_containerProjectMedia.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 273px;
	}
	
.containerProjectMedia .thumbBox {
	display: none;
	}
	
.containerProjectDetail .textBox {
	display: block;
	overflow: hidden;
	}
	
.containerProjectDetail .textBox a.next {
	display: none;
	}
	
.navigationProject {
	display: none;
	}