<!--

body {
	font-family:Arial;
	margin:0;
	margin-left:auto; 
	margin-right:auto;
	background-color:#ECEEF0;  
	background-image:url(img/back.png);
	background-repeat:repeat-x;
}


/* Links */
a:link       { color:#444444; text-decoration:none; font-weight:bold;}		/* Sichtbare Links am Anfang (nicht blau und unterstrichen) */
a:visited { color:#444444; text-decoration:none; font-weight:bold;}		/* Aussehen besuchte Links */
a:hover     { color:#444444; text-decoration:none; font-weight:bold; }		/* Aussehen beim "Überfahren" */
a:focus     { color:#444444; outline:none; font-weight:bold; }				/* Aussehen, während sie gedrückt sind */

a.color { color:#444444; font-weight:bold; }								/* Aussehen aktiver Link */


/* Container für Banner, Navigation links und Content */
#container {
	width:829px;
	min-height:485px;
	margin:auto;
	margin-top:57px;
	background-color:#FFFFFF;
}


/* Banner Höhe festlegen */
#banner {
	height:183px;	
}


/* Platzierung und Bild für Navigation links */
#left {
	float:left;
	width:190px;
	min-height:240px;
	background-image:url("img/navi.png");
	background-repeat:no-repeat;
}


/* Textformatierung Navigation links */
#navi {
	font-size:10pt;
	line-height:27pt;
	margin-left:18px;
	margin-top:26px;
}


/* Content / Inhaltsbereich */
#content {
	color:#000000;
	font-size:12px;
	line-height:14pt;
	width:599px;
	min-height:300px;
	margin-left:230px;
}


/* Formatierung Überschriften "Home", "Kontakt", "Impressum" */
#fett {
	font-size:16px;
	font-weight:bold;
	margin-top:13px;
}


/* Spalte links auf Seite "Home" */
#tab {
	float:left;
}


/* Spalte rechts auf Seite "Home"*/
#tab1 {
	margin-left:250px;
}


/* Formatierung Überschriftenbilder Seite "Daten", "Design", "Programmierung" und "Scannen" */
#img {
	margin-top:1px;
}


/* Texteinrückung Unterbegriffe Seite "Home", "Daten", "Design", "Programmierung" und "Scannen" */
#tab2 {
	margin-left:30px;
}

/* Formatierung "Schlagwörter" Seite "Daten", "Design", "Programmierung" und "Scannen" */
#grau {
	color:#444444;
	font-weight:bold;
	font-size:12px;
	margin-left:1px;
}
#schwarz {
	color:#000000;
	font-weight:bold;
	font-size:15px;
	margin-left:1px;
}

/* Texteinrückung Unterbegriffe 1. Spalte "Scannen"*/
#tab3 {
	float:left;
	margin-left:30px;
}


/* Texteinrückung Unterbegriffe 2. Spalte Seite "Scannen" */
#tab4 {
	margin-left:170px;
}


/* Spalte links Seite "Kontakt" und "Impressum"  */
#links {
	float:left;
}


/* Spalte links Seite "Kontakt" und "Impressum"  */
#rechts{
	margin-left:200px;
}


/* Platzierung Tabelle Seite "Kontakt" */
#table {
	margin-left:-12px;
}


/* Platzierung Button Seite "Kontakt" */
*.button {
	margin-left:20px;
}


/* Farbe Nachricht "...wurde gesendet" Seite "Kontakt" */
#gesendet  {
	color:#358D98;
}


/* Formatierung Seite "Impressum"*/
#klein{
	font-size:11px;
	line-height:14pt;
	text-align:justify;
	width:500px;
	margin-top:5px;
}


/* Textformatierung Navigation oben */
#navi2 {
	font-size:9pt;
	word-spacing:10px;
	margin-left:350px;
}

	
/* Platzierung und Bild unten */
#footer {
	color:#000000;	
	width:829px;
	height:65px;
	margin:auto;
	background-image:url("img/footer.png");
	background-repeat:no-repeat;
}


/* Formatierung Copyright Schriftzug unten */
#copy {
	font-size:8pt;
	line-height:72pt;
	margin-left:692px;
}

-->