/**
* stylesheet für www.implantat-atlas.com
* @author: Thomas Fuchsberger
* @email: t.fuchsberger@tf-systems.at
* @web: www.tf-systems.at
* @copyright: Thomas Fuchsberger
*/
body {
	margin: 0;
	border: 0;
	color: #000;
	background-color: #fff;
	font-size: 12px;
	font-family: Arial;
}
.clr {
	clear: both;
}
#maincontainer {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 885px;
	text-align: center;
	background-color: #fff;
}
#header {
	margin-bottom: 10px;
	height: 105px;
	background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
}
.col {
	float: left;
	width: 218px;
	margin-right: 2px;
	text-align: center;
}
.col h6, .colDouble h6 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #00488B;
	height: 38px;
	padding-top: 15px;
}
.col h6 A {
	color:#fff;
	text-decoration:none;
}
.col h6 A:HOVER {
	text-decoration:underline;
}
.col h5, .colDouble h5 {
	font-size: 20px;
	color: #00488B;
	text-align: center;
	height: 38px;
	padding-top: 15px;
}
.col h3.doublespaced {
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #00488B;
	height: 48px;
	padding-top: 5px;
}
.colDouble {
	float: left;
	width: 436px;
	margin-right: 2px;
	text-align: center;
}
.col2 {
	float: left;
	width: 218px;
}
.col2r {
	float: right;
	width: 210px;
}
.box {
	width: 205px;
	min-height: 102px;
	text-align: center;
	border: 1px solid #00488B;
	padding-top: 2px;
	padding-left: 2px;
	margin-bottom: 10px;
}
.box p {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.box h5 {
	font-size: 18px;
	color: #00488B;
	display: inline;
}
.box h3 {
	font-size: 14px;
	color: #00488B;
	display: inline;
}
.box h2 {
	margin-top: 4px;
	font-size: 10px;
	color: #00488B;
}
.box h1 {
	display: inline;
	font-size: 10px;
	color: #00488B;
}
.box img {
	float: left;
}
.box a {
	font-size: 11px;
	text-decoration: none;
}
.box a:hover {
	text-decoration: underline;
}
.box a:visited {
	color: #8B840C;
}
.box2doublespaced {
	width: 205px;
	min-height: 90px;
	text-align: center;
	border: 1px solid #00488B;
	padding-top: 2px;
	padding-left: 2px;
	margin-bottom: 10px;
	border: 3px solid #00488B;
	padding-top:12px;
}
.footer {
	clear: both;
	color: #ccc;
	text-decoration: none;
}