body {
	height: 100%;
	font-family: arial, verdana, sans-serif;
	text-align: center;
	color: #555555;
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-position: top center;
	font-size: 13px;
	line-height: 22px;
	margin: auto;
	margin-top: 0px;
}



a, a:active, a:visited {

	color: #666666;
	text-decoration: underline;
	font-size: 11px;
	line-height: 17px;
}

a:hover {

	color: #000000;
	text-decoration: none;
	font-size: 11px;
	line-height: 17px;
}



h1 {

	color: #000000;
	font-size: 47px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

h2 {

	color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 0;
}

h3 {

	color: #FE0000;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 0 0;
}


h4 {

	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	margin: 0 0 0 0;
}


#wrapper {

	max-width: 1080px;
	padding: 0 20px 30px 20px;
	margin: auto;
	margin-top: 50px;
	background-color: #ffffff;
}

@media (max-width: 768px) {
	
	#wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
}

}

#top {

	width: 900px;
	height: 10px;
	margin: auto;
}

.top-logo {

	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	text-align: center;
}

.top-info {

	padding-top: 20px;
	padding-right: 20px;
	float: right;
	text-align: right;
}

.top-info h1 {

	color: #444444;
	font-size: 21px;
	line-height: 27px;
	font-weight: normal;
	margin: 0;
}

@media (max-width: 768px) {

.top-info {

	display: none;
}

}


.teaser {

	width: 100%;
	padding: 0;
	margin: auto;
}

.teaserbox {

	max-width: 350px;
	margin: 0px;
	padding: 0 6px 0 6px;
}

@media (max-width: 768px) {

.teaserbox {

	max-width: 320px;
	margin: 0px;
}

}

.teaserbox h2 {

	color: #444444;
	font-size: 14px;
	text-transform: none;
	line-height: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px 8px 6px;
	text-align: left;
	font-family: arial, verdana, sans-serif;
}

.teaserbox-text {

	padding: 10px 3px 25px 3px;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
}

.teaserbox2 {

	max-width: 940px;
	margin: 10px;
}

@media (max-width: 768px) {

.teaserbox2 {

	max-width: 940px;
	margin: 0px;
}

}

.teaserbox2 h2 {

	color: #444444;
	font-size: 14px;
	text-transform: none;
	line-height: 18px;
	font-weight: normal;
	margin: 0 0 5px 0;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	padding: 6px 0px 4px 6px;
	text-align: left;
	font-family: arial, verdana, sans-serif;
}

.teaserbox2-text {

	padding: 10px 3px 25px 3px;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
}

.main-content {


	text-align: left;
	margin: 10px 30px 30px 10px;
	padding-right: 20px;
	float: left;
}





.main-content h1 {

	color: #00519D;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.main-content h2 {

	color: #666666;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	margin: 0 0 20px 0;
	text-transform: none;
}

.main-content h3 {

	color: #000000;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	margin: 0 0 15px 0;
	text-transform: none;
}



.products-art {

	margin: 20px 0 20px 0;
	padding: 15px;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
}


.footer {

	width: 100%;
	min-height: 40px;
	background-color: #888888;
	padding: 10px;
	color: #ffffff;
	font-size: 13px;
	line-height: 20px;
}





.clear {

	clear: both;
}

