html, body {
    background-color: white;	
	color:#666666;
	font-family:Verdana,Geneva,sans-serif;
	font-size:12px;
	font-weight: 400;
	font-style: normal;
	text-align:center;
	text-transform: none;
	line-height: 16px;
	margin:0;
	padding:0;
}

#wrapper {
	width:1000px;
	margin:0 auto;
}

#page {
	width:970px;
	text-align:left;
	margin:0px auto;
}

#header { 
	margin:0 auto;
	height: 24px; 
	width: 970px;
}

#suche {
	margin: -60px 0px 0px 770px;
}

#content {
	/*height:680px;*/
	margin-bottom:8px;
	margin:0 auto;
	width:970px;
}

#haupttextoben {
	/*height:400px;*/
	margin: 0px 20px;
	padding-bottom: 15px;
}

#haupttextlinks {
	float:left;
	width:625px;
	height:190px;
	margin: 0 0 0 0;
}

.links,.mitte,.rechts {
	background: url(http://scantec-online.de/fileadmin/fotos/container_vorlage.png) no-repeat;	
}

.links {
	float:left;	
	width: 284px;
	height: 168px;
	margin-left:20px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;

}

.mitte {
	float:right;	
	width: 284px;
	height: 168px;	
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
}

#haupttextrechts {
	float:right;
	height:190px;
	margin: 0 0 0 0;
}

.rechts {	
	width: 284px;
	height: 168px;
	margin-right:20px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
}


/**********************************************
*
* Newsticker
*
***********************************************/

div#newsleiste {
	clear:both;
	background: url(http://scantec-online.de/fileadmin/template/bilder/newsleiste.png) no-repeat 0 0;
	height: 30px;
	padding: 7px 0 0 160px;
	font-size: 10px;
	overflow: hidden;
	margin-top: 10px;
}	
div#newsleiste h3 {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div#newsleiste h3 a {
	font-family:'Trebuchet MS',Verdana,Arial,Sans-Serif;
	color: #878787;
	font-weight: bold;
}
div#newsleiste h3 a:hover {
	color: #565656;
}

#footer {
	clear:both;
	height:30px;
	width:970px;
	margin:0 auto;	
}

#footer p {
	padding:0 0;
	text-align:center;
	width:970px;
}


p {
	text-align: justify;

}

h1, h2, h3 {
	font-family:Verdana,Geneva,sans-serif;
	font-weight:bold;
}

h1 {
	font: italic normal 19px Verdana,Geneva,sans-serif;
	color:#3A3A3A;	
	text-align:left;
	padding-top:10px;
}

h2 {
	margin:10px 0 0;
	padding-top: 5px; 
	padding-bottom: 8px;                      
	font: italic normal 16px Verdana,Geneva,sans-serif;
	color:#2C4A8C;
}

h3 {
	font-size:1.3em;
	margin:10px 0 0;
	font: italic normal 13px Verdana,Geneva,sans-serif;
	color:#666;
}


a:link{color:#1F96D2;text-decoration: None;font: normal 12px Verdana,Geneva,sans-serif}
a:visited{color:#1F96D2;text-decoration: None;font: normal 12px Verdana,Geneva,sans-serif}
a:hover{color:#f00;text-decoration: None;font: normal 12px Verdana,Geneva,sans-serif}
a:active{color:#f00;text-decoration: None;font: normal 12px Verdana,Geneva,sans-serif}




* html #suche {
	margin: -60px 0px 0px 720px;
}


