/*
* PracNet
* print.css
* 
* Author: Holger M. Stangl
* Company: Limeflavour | http://www.limeflavour.com
* Date: Oktober 2008
*/




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

/*
* Structure Elements
*
*/
#container {
	margin: 0;
	text-align: left;
	}

#containerHeader {
	display: none;
	}

#containerMain {
	padding: 0;
	}

#containerMarginalA {
	display: none;
	}
	
#containerCenter {
	width: 470px;
	float: none;
	padding: 0;
	}
	
#containerMarginalB {
	display: none;
	}

#containerBottom {
	}

#containerBottom a {
	display: none;
	}



/*
* Navigation Elements
*
*/
/* Navigation A */
.navigationA {
	padding: 6px 0 18px 12px;
	background-image: url(../images/htg_marginal_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	}


.navigationThemes {
	padding: 5px 0 18px 20px;
	background-image: url(../images/htg_marginal_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
	
	
	
.navigationMeta {
	position: absolute;
	right: 10px;
	top: 52px;
	}



.navigationFunctional {
	display: none;
	}


#containerBreadcrump {
	display: none;
	}


	

/*
* Other Elements
*
*/
/* Logo */
#logo {
	left: 40px;
	position: absolute;
	top: 52px;
	}



/*
* General Content Styles
*
*/
.containerDetail h1 {
	background-color: #003862;
	color: #fff;
	}

.containerDetail h1 a {
	color: #fff;
	}
	
.containerDetail h2 {
	background-color: #003862;
	color: #fff;
	}

.containerDetail h2 a {
	color: #fff;
	}

.containerDetail .textBox h2 {
	color: #336081;
	}

.pdf {
	padding: 0;
	}
	
.extLink {
	padding: 0;
	}
	
.containerTeaser h2 {
	background-color: #003862;
	color: #fff;
	}

.containerTeaser h2 a {
	color: #fff;
	}
	
#containerCenter .containerTeaser h1 {
	background-color: #003862;
	color: #fff;
	}

#containerCenter .containerTeaser h1 a {
	color: #fff;
	}
	
#containerCenter .containerTeaser h2 {
	background-color: #003862;
	color: #fff;
	}

#containerCenter .containerTeaser h2 a {
	color: #fff;
	}
