/* PRINT */
/* Konfigurationsdatei für die Postitionierung und Maße der einzelnen Seitenelemente  */

/* Seitenbereich */
#seite {
	margin:0px auto 0px auto;
	padding-bottom:25px;
	width:662px; /* Auflösung 1024 x 768 -> width:1014px  DIN A4 -> 662px */
	/*border:1px solid #f60;*/
	background-color:#fff;
	border:1px solid #000;
}

/* Kopfbereich */
#head {
	display:none;
}

div.subnav {
	display:none;
}

#content div.comp-normal-content {
	width:662px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div.logo-url-print, div.bottom-print {
	display:block;
	padding:16px;
}

div.logo-url-print, div.bottom-print {
	padding-bottom:0px;
	margin:0;
}

/* erster umgebender div */
#content div.comp-3spalt {
	width:662px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url('../pic/index_bg_print.gif');
	background-repeat:repeat-y;
}

/* erster umgebender div */
#content div.comp-3spalt-uebersicht {
	width:662px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url('../pic/index_uebersicht_bg_print.gif');
	background-repeat:repeat-y;
}


#content div.index-uebersicht {
	width:420px;
	float:left;
}

div.uebersicht-text {
	width:178px;
	margin:0px 0px 0px 7px;
	padding:40px 0px 0px 10px;
	border-bottom:1px solid #E4E5E9;
}


/* zweiter umgebender div (zwei Textspalten */
#content div.comp-2spalt-inner {
	width:440px;
	padding:0px;
}

/* Spalte für grosse Grafik (index-seite) */
div.comp-3spalt-inner .index-big-col {
	float:left;
	width:220px;
}

/* spalte index-seite (drei Textspalten)*/
#content .index-col {
	width:220px;
	padding:0px;
	float:left;
}

/* ganze Seitenbreite */
#content .index-col-1 {
	width:662px;
	padding:0px;
	padding-top:28px;
	
}

div.trenner-print {
	width:200px;
	height:1px;
	margin-left:15px;
	background-color:#E4E5E9;
}

div.index-two-pics-print {
	width:111px;
	border:1px solid #E4E5E9;
	margin:10px 0px 0px 15px;
}

