/***** PRINTSTYLES *****/

/* --- Grundeinstellungen --- */
* {
	/*
	margin: 0;
	padding: 0;
	border: 0 solid; 
	*/
	/* wirkt sich auch auf Formularelemente aus */
}
body {
	font-size: 80%; /* nur für Printausgabe hier einstellen */
	margin-left: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 150%;
}

p, label {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 120%; 
}	
h2, h3, h4 {
	font-size: 100%;  
}
td {
	font-size: 90%; 
}
b, strong {
	font-width: bold;
}

/* --- spezielle Printdefinitionen für Tabellentemplates --- */
.noprint {
	display: none;
	width: 0px;
	height: 0px;
} 
.tabnoprint {
	width: 0px;
	height: 0px;
} 
.tabprint {
	width: 100%; 
}

/* --- Links --- */
a {
	text-decoration : underline; 
}
a:hover, a:focus {
	text-decoration : none;
} 

/* --- Specials --- */
abbr, acronym, .hilfe {
	cursor: help;
	border-bottom: 1px dotted #999;
}
dfn, .ignore, .hier{
	display: none;
}


/* --- Body-Container --- */
#projekttitel {
	margin-bottom: 50px;
	padding-bottom: 0px; 
	border-bottom: 1px solid;
}
#navigation {
	display: none;
}
#hgleft {
	display: none;
}
#logo {
	display: none;
}
#kopfleiste {
	display: none;
}
#flap {
	display: none;
}
#tophg {
	display: none;
}
#skip2navi {
	display: none;
}
#helpnavi {
	display: none;
}
#topnavibox {
	display: none;
}
#content {
	font-size: 80%;
}

/* --- Content-Sub-Container --- */
#content .virtpfad {
	display: none;
}
#content .toolnavi {
	display: none;
}
#content .titel {
	margin-bottom: 20px; /* */
}
#content .detailbox { 
	display: block; /* ? */
}
#content .listbox {
	display: block; /* ? */
}
#content .teaser {
	/* BILDLEISTE padding: 10px; clear: both; */
	float: right;
	clear: right;
	margin: 10px;
}
#content .footer {
	clear: right; 
	/* margin-top: 300px; ohne Funktion */
	border-top: 1px solid;	
	font-size: 80%;
}
#content .footercopy {
	display: none;
}

/***** END *****/


