@charset "utf-8";
/* CSS Document */

	html, body {
	scrollbar-base-color:#EFEFEF;
  	textarea style:#EFEFEF;
	
		}
			
	body {
	background-color: #b1b3b4;
	text-align: center; 			/*Anweisung für IE zum Zentrieren*/
	
	overflow: scroll;               /*Hack für Mozilla-Browser "hüpfende Webseite"*/
	overflow-x: auto;               /*Hack für Mozilla-Browser “automatisches Ausblenden der vertikalen Scrollbar*/
	@overflow: auto;
		}		
 			
	#distance {
	width: auto;
	height: 50%;
	margin-bottom: -311px;          /* Hälfte der Contaier-Höhe! */
		}
	
	#container {
	background-image: url(http://www.ispm.ch/fileadmin/template_resources/art-linc/bg.jpg);
	background-position: center center;
	background-attachment: scroll;
	margin: 0px auto;
	width: 880px;
	position: relative;              /* eingemittet = relative / links = absolute */
	height: 622px;
		} 
	
		
	#inhalt{
	width: 390px;
	height: 160px;
	padding: 0; 					/* oben rechts unten links*/
	float: right;
	margin: 70px 80px 0px 0px;
	font-family: "Franklin Gothic Book", Arial;    /* "Century Gothic", Verdana, Arial; */
	color: #2d2d2d;
	text-align: left;
	overflow: auto;
	font-size: 13px;
	display: inline;
		}
		
	#inhalt2{
	width: 390px;
	height: 90px;
	padding: 0; 					/* oben rechts unten links*/
	float: right;
	margin: 40px 80px 0px 0px;
	font-family: "Franklin Gothic Book", Arial;    /* "Century Gothic", Verdana, Arial; */
	color: #FFFFFF;
	text-align: left;
	overflow: auto;
	font-size: 13px;
	display: inline;
		}
		
	#inhalt3{
	width: 200px;
	height: 160px;
	padding: 0; 					/* oben rechts unten links*/
	float: left;
	margin: 52px 0px 0px 410px;
	font-family: "Franklin Gothic Book", Arial;    /* "Century Gothic", Verdana, Arial; */
	color: #2d2d2d;
	text-align: left;
	overflow: auto;
	font-size: 13px;
	display: inline;
		}
		
	#inhalt4{
	width: 190px;
	height: 160px;
	padding: 0; 					/* oben rechts unten links*/
	float: right;
	margin: 52px 80px 0px 0px;
	font-family: "Franklin Gothic Book", Arial;    /* "Century Gothic", Verdana, Arial; */
	color: #2d2d2d;
	text-align: left;
	overflow: auto;
	font-size: 13px;
	display: inline;
		}
		


/* --------- Links ----------------------------------------------------------------------------------------*/


		a:link 		{color:#2d2d2d; text-decoration: underline; }
		a:visited 	{color:#2d2d2d; text-decoration: underline; }
		a:hover 	{color:#2d2d2d; text-decoration: underline; }
		a:active 	{color:#2d2d2d; text-decoration: underline; }
		a:focus		{color:#2d2d2d; text-decoration: underline; }
		
		
		a.center:link 		{color:#FFFFFF; text-decoration: underline; }
		a.center:visited 	{color:#FFFFFF; text-decoration: underline; }
		a.center:hover 		{color:#FFFFFF; text-decoration: underline; }
		a.center:active 	{color:#FFFFFF; text-decoration: underline; }
		a.center:focus		{color:#FFFFFF; text-decoration: underline; }
		
		
			
	
/* --------- Schriften ----------------------------------------------------------------------------------------*/
	
	hr { margin:8px 0px 0px 0px; @margin:0px; height:1px; border:0px solid #606C6A; color:#606C6A; background-color:#606C6A; }                              /*Unterstreichung bei den Textseiten. Farbton aufgehellt! 56615F */
	
	h1 { margin:8px 0px 6px 0px; @margin:24px 0px 4px 0px; font-size:14px; font-weight:bold; text-align: left; color:#586c9a; }                            	/*Seitentitel bei Macmade-Login box + Seiten-Titel bei Typo3 Page Generation*/	
	h2 { margin:-7px 0px 18px 0px; @margin:-5px 0px 18px 0px; font-size:14px; font-weight:normal; text-align: justify; line-height: 21px; }                 /*Header aus Macmade-Login box*/
	
        h3 { margin:11px 0px 12px 0px; @margin:11px 0px 12px 0px; font-size:14px; font-weight:bold; text-align: justify; line-height: 21px; }    	
	h4 { margin:-3px 0px 12px 0px; @margin:-2px 0px 12px 0px; font-size:14px; font-weight:bold; text-align: justify; line-height: 21px;}                    /*Text-Titel bei Typo3 ohne Abstand*/
	h5 { margin:30px 0px 12px 0px; @margin:30px 0px 12px 0px; font-size:14px; font-weight:bold; text-align: justify; line-height: 21px;}                    /*Text-Titel bei Typo3 Page mit Abstand*/
	
	h6 { margin:0px 0px 12px 0px; font-size:9px; font-weight:normal; text-align: left; line-height: 16px;}		                                  	/*oben rechts unten links*/
	p  { margin:0px 0px 9px 0px; font-size:13px; font-weight:normal; font-family: "Franklin Gothic Book", Arial; line-height: 16px; }                                          /*oben rechts unten links*/
	
	li { margin:0px 0px 12px 0px; font-size:11.25px; font-weight:normal; text-align: justify; line-height: 16px; }		                                /*Aufzählungen*/
	td { margin:0px 0px 0px 0px; font-size:13px; font-weight:normal; font-family: "Franklin Gothic Book", Arial; line-height: 16px; }
	

