/**
* 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;
}
.col {
	float: left;
	width: 218px;
	margin-right: 2px;
	text-align: center;
}
.col h6 {
	font-size: 20px;
	color: #000;
	text-align: center;
	border:1px solid #00488B;
	height: 38px;
	padding-top: 15px;
}
.col h5 {
	font-size: 20px;
	color: #00488B;
	text-align: center;
	height: 38px;
	padding-top: 15px;
}
.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 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;
}
.box2 {
	width: 205px;
	min-height: 100px;
	text-align: center;
	border: 1px solid #00488B;
	padding-top: 2px;
	padding-left: 2px;
	margin-bottom: 10px;
	border: 3px solid #00488B;
}
.footer {
	clear: both;
	color: #ccc;
	text-decoration: none;
}