﻿a{
	color: #EE9700;
	text-decoration:none;
}
a:hover{

		text-decoration:underline;

}

.Main {
	width: 100%;
	border: none;
}
/* Header */
.headeroben {
	height: 7px;
	width: 835px;
	background-color: #00A6A6;
}
.HeaderLogo {
	background-color: #FFF;
	background-image: url(/Style%20Library/de-de/amexus/Images/AX_Logo%2072dpi.jpg);
	background-repeat: no-repeat;
	background-position: 25px 35px;
	height: 110px;
}
.HeaderLogo_Rechts {
	background-color: #FFF;
	/*background-image: url(/Style%20Library/de-de/amexus/Images/ssc_klein.jpg);
	background-repeat: no-repeat;
	background-position: right 35px;*/
	height: 110px;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 2px;
}

.HeaderUnten {
	background-color: #EFEFEF;
	height: 20px;
	border-bottom: 4px white solid;
	width: 835px;
}
/* Spacer */
.Spacer_White {
	background-color: #FFFFFF;
}
.SpacerUnten {
	background-color: #EFEFEF;
	border-left: 3px solid white;
	width: auto;
}
/* Teaser */
.TeaserLinks {
	background-color: #8C8C8C;
	font-size: 0pt;
}
.TeaserMitte {
	background-color: #8C8C8C;
	width: 326px;
}
.TeaserRechts {
	background-color: #00A6AD;
	width: 285px;
	font-size: 0pt;
	vertical-align: bottom;
}
/* Content */
.ContentMain {
	height: 393px;
	width: 611px;
	vertical-align: top;
}

.Banner{
	padding: 5px 5px 5px 5px;
}


.BannerPics{
	text-align:center;
	padding: 8px 3px 3px 3px;
}

.BannerPics img{
	max-width: 100px;
}
.MainLeftContent{
	font-family: Arial;
	font-size: 8pt;
	color: #444444;
}

/* Footer */
.Footer, .footer a, .footer a:hover {
	color: gray !important;
	font-size: 7pt;
}

/* NavBar */
.NavBar {
	background-color: #EE9700; /*#AC3939*/
	height: 20px;
	padding-left: 20px;
}


.NavBar_Titel {
	font-family: Arial;
	background-color: #EE9700;
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
}

div#PageTitle{
	position: relative;
	top: 4px;
	left: 10px;
	font-family: Arial;

	font-size: 12pt;
	font-weight: bold;
	color: #FFF;

}

.MainContent{
	font-size: 8pt;
	color: #444444;
}


