/* CSS Document fuer Druckversion*/

/*  Seitenformatierung  */
@page { 
/*	size: 21cm 29.7cm; */
	margin-right: 2.5cm; 
	margin-top: 2.5cm; 
	margin-bottom: 2.5cm }
body, h1, h2, h3, div, td, span, input, form {
	font-family: "Times New Roman", serif;
}
P { 
	margin-bottom: 0.21cm; 
	direction: ltr; 
	color: #000000; 
	widows: 2; 
	orphans: 2 ;
	line-height: 1.3em;
	margin-bottom: 16pt;
}
P { 	
	font-family: "Times New Roman", serif;
	font-size: 12pt; 
}
/* UEBERSCHRIFTEN */
h1{
	display:none;
}
h2 {
	font-size:12pt;
	font-weight: normal;
}
h3 {
	font-size:12pt;
	font-weight: bold;
	text-transform:uppercase;
}
p.headline {
	font-size:16pt;
	font-weight: normal;
/*	border: 1px solid #ccc;*/
}

/* ----------- GENERAL LAYOUT -------------- */

/* KOPFBEREICH , LOGO ANZEIGEN,TOP-NAVI NICHT    */
#header{
	width:100%;
	height: 2cm;
}
#logo  {
	background-color:transparent;
	background-color:#535353;
	background-image:url(../grafik/logo.jpg);
	background-repeat:no-repeat;
	width:50%;
	height: 2cm;
	float:left;
}
#navi_top  {
	width:50%;
	float:right;
}
.menu_header {
	display:none;
}

 #menu_main, #menu_sub, #flash, #footer, .content_right_start, .content_right{
	display:none;
}


/*   BEREICH FUER ANIMATIONEN ODER BILDER   */
#flash {
	width:818px;
	height: 438px;
}


#content_main img {
	padding:0;
	margin-bottom:15px;
}

#printonly, #printonly hr {
	display:block;
}

ul 	{
list-style-type:none;
}
	/*CLASSES*/

/* diverses  */
.clear{
	clear:both;
}
.fett{
	color: #737373;
	font-size:14px;
	font-weight: bold;
}
.orange{
	color: #999;
	font-weight: normal;
}
.black{
	color: #000;
}
.smaller {
	font-size:11px;
}
.nosee{
	display:none;
}











