/* 

Dateiname:			gbc5print.css
Version:			1.0
Autor:				Michael Schneider / GBC
erstellt am:			2006-01-24
letzte Änderung:		2006-01-24

*/


/* globale Einstellungen - gelten auf allen pages */
* { 
	margin:			0; 
	padding:		0;
	font-family : 		verdana, Tahoma, arial, "Courier New"; 
	text-align:		justify;
} 

html {
	height:			100%;
}
body { 
    	min-height: 		101%; 
    	font-size: 		100.01%; 
    	position: 		relative; 

	/* bis hierher immer einfügen, anschließend variabel */

	color:			black;
	border:			1px solid black;
}

p {
	font-size: 		0.8em; 
	text-align: 		left; 
	line-height: 		1.2em;
	padding-bottom:		1em;
	margin: 		0.5em 1em 0.5em 1em;
}

.logosmall, .logosmallSpace, a,  img, .divNavigation , .noNavi { /* alle bereiche die nicht gedruckt werden sollen */
	display:		none;
}

.name {
	font-size:		1.5em;
}
.beruf {
	font-size:		1em;
}
h1, h2 {  
	font-size: 		0.8em; 
	color: 			#12264F; 	/* Farbe wie Hintergrund */
	text-decoration: 	none;
	margin:			1em 1em 1em 1em;
}
h2 {
	font-size:		0.6em;
}
.logoprint { 
	top:			0em;
	font-size: 		100%; 
	font-weight:		bold;
	text-align: 		center;
	color: 			black;
	letter-spacing: 	0.6mm;
	white-space:		nowrap;
}

.bgNavi2, .bgNavi3 {
	background-color: 	#848D98; 
	text-align:		center; 
	width:			24%;
	background-color:	silver;
}

.bgNavi2 {
	background-image: 	url(../img/ba.png); 
	background-repeat: 	repeat-y;
	width:			26%;

}

.footer {
	position:		fixed;
    	font-size: 		65%;
    	bottom:			0px; 
	border-top:		1px solid black;
}