/* css fuer die Website www.compumed.de 		*/
/* Copyright .TRIPLE.ORANGE - Thomas Schuermann 	*/


/* container bereichs definitionen 			*/
/* die reihenfolge ist analog zum erscheinen der elemente auf der Seite */


				/* fuer die Servicenavigation - Weiterempfehlen etc */
#servicenavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	height: 20px;
	width: 759px;
	padding-left: 11px;
	padding-top: 6px;
}
				/* fuer das logo und die topnews */
#obenlogotopnews {
	height: 85px;
	width: 759px;
	margin-left: 11px;
	}
				/* das Logo hat noch einmal eine eigene Box */
#logobox {
	background-image:  url("/img/logo/m1-logo.gif");
	background-repeat: no-repeat;
	float: left;
	height: 85px;
	width: 467px;
	display: inline;
}
				/* fuer die topnews */
#topnews {
	height: 74px;
	width: 274px;
	margin-left: 9px;
	float: left;
	padding-top: 11px;
}
				/* fuer die navigationsleiste */
#navigation {
	height: 23px;
	width: 100%;
	margin-top: 6px;
	background-image:  url("/img/bg/naviagtion-bg.gif");
	background-repeat: repeat-x;
}
				/* fuer die pfad nach oben und zurueck-navigation */
#pfad {
	height: 20px;
	width: 467px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	padding-top: 6px;
	font-weight: normal;
	clear: left;
}

/* alle linke spalte		*/
/* ########################### 	*/
				/* spalte links - in der befindet sich der inhalt */
#spaltelinks {
	float: left;
	height: 85px;
	width: 467px;
	display: inline;
	margin-left: 11px;
	clear: left;
}
				/* fuer bild und eine kurze introansprache */
#introbildbox {
	width: 467px;
	height: 131px;
	clear: left;
	background-image:  url("/img/bg/introbildbox_bg.gif");
	background-repeat: no-repeat;
}
                                /* fuer die abgerundeten ecken der linken Spalte oben */ #contenttop {
	height: 9px;
	width: 467px;
	background-color: #FFFFFF;
	clear: left;
	background-image: url(/img/bg/contenttop-bg.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-size: 6px;
}
				/* fuer den inhalt */

#content {
	width: 467px;
	background-color: #FFFFFF;
	margin-top: 11px;
}
                                 /* fuer die nachrichten */
#nachrichten {
	background-color: #FFFFFF;
	border-top: 1px dotted #666666;
	margin-left: 11px;
	margin-right: 11px;
}
                                 /* fuer die abgerundeten ecken der linken Spalte unten */ #contentbottom {
	height: 10px;
	width: 467px;
	clear: left;
	background-image: url(/img/bg/contentbottom-bg.gif);
	background-repeat: no-repeat;
	font-size: 6px;
	background-color: #FFFFFF;
}
/* alle rechte spalte		*/
/* ########################### 	*/

				/* alle dort weiterfuehrenden container werden in cm.css spezifiziert */

#spalterechts {
	width: 274px;
	margin-left: 9px;
	float: left;
	padding-top: 26px;
}