body {
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	overflow-y: scroll;
}

#wrapper {
	position: absolute;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	min-height: 200px;
	margin-top: 20px;
}
/*==========================================================================*/
/* Header */
/*==========================================================================*/
#headerLeft {
	width: 138px;
	height: 119px;
	float: left;
}

#headerRight {
	width: 822px;
	height: 119px;
	float: left;
}

/*==========================================================================*/
/* NavigationTop */
/*==========================================================================*/
nav ul {
    padding: 0px;
    margin: 0px;
	float: right;
	font-size: 14px;
	text-transform: uppercase;
}

nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

nav ul,nav ul li{
    background-color: #fff;
}

nav ul li ul li ul {
	margin-left: 124px;
	margin-top: -28px;
	border-left: 1px dotted #ccc;
}

nav ul li {
    list-style: none;
    float:left;
}

nav ul li a {
    text-decoration: none;
    display: block;
    color: #000;
	padding: 30px 10px 14px 10px;
}

nav ul li a:hover {
	background-image: url(../images/aktivbg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

nav ul li ul li a {
    text-decoration: none;
    display: block;
    color: #000;
	padding: 0px 10px 14px 10px;
}

nav ul li ul li a:hover {
    background-image: none;
}

nav li.cellfr {
	padding-top: 30px;	
}

nav .aktive {
	background-image: url(../images/aktivbg.png);
	background-repeat: no-repeat;
	background-position: top center;	
}

nav ul li a:hover {
    color: #8BBA22;
}

nav ul li:hover > ul {
    visibility: visible;
	margin-top: -3px;
}

nav ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
    padding:0px;
	z-index: 9999;
}

nav ul li ul li{
    float: none;
}

nav ul li ul li a:hover{
    color: #8BBA22;
}

/*==========================================================================*/
/* Slider */
/*==========================================================================*/
#slidermainframe {
	width: 960px;
	/* height: 600px;
	-moz-box-shadow: 5px 5px 12px #333; 
	-webkit-box-shadow: 5px 5px 12px #333;
	-khtml-box-shadow: 5px 5px 12px #333;
	box-shadow: 5px 5px 12px #333;	
	font-size: 14px; */
	/* background-color: #585858; */
}

#slidermainframe strong {
	font-family: 'Strait', sans-serif;
	letter-spacing: 1.5px;
	font-size: 22px;
	color: #8BBA22;
	margin-right: 14px;	
}

/*==========================================================================*/
/* Footer */
/*==========================================================================*/
#footer {
	padding-top: 14px;
	letter-spacing: 0.5px;
	font-size: 12px;	
}



.aBoxImgContainer img {
	max-width: 300px;
	max-height: 199px;
}

.aBoxZusatz {
	position: absolute;
	z-index: 2;
}

.aBox360 {
	position: relative;
	margin-left: 228px;
	margin-top: -50px;
	width: 72px;
	height: 18px;
	text-align: center;
}
.aBoxdia {
	position: relative;
	margin-left: 232px;
	width: 72px;
	height: 18px;
	text-align: center;
}

.cellFrame {
	background-color: #595959;
	width: 300px;
	float: left;
	border: 5px solid #595959;
	height: 303px;
	-moz-box-shadow: 5px 5px 12px #333; 
	-webkit-box-shadow: 5px 5px 12px #333;
	-khtml-box-shadow: 5px 5px 12px #333;
	box-shadow: 5px 5px 12px #333;
	margin-right: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.aBoxMain {
	width: 300px;
	height: 303px;
}

.aBoxHover {
	display: none;
	width: 300px;
	height: 199px;
	position: absolute;
	z-index: 222;	
}

.aBoxTitle {
	background-color: #fff;
	padding: 5px 0px 5px 5px;	
}

.aBoxImg {
	margin-top: 5px;
	width: 100%;
	height: 199px;
	background-color: #777;
	cursor: pointer;
}

.aBoxNeu {
	width: 46px;
	height: 46px;
	margin-left: 254px;
	position: absolute;
	z-index: 11;	
}

.aBoxRes {
	width: 75px;
	height: 75px;
	margin-left: 225px;
	position: absolute;
	z-index: 11;	
}

.aBoxIK {
	width: 75px;
	height: 75px;
	margin-left: 225px;
	position: absolute;
	z-index: 11;	
}

.aBoxTxt {
	margin-top: 5px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}

#divank {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #fff;
}

#divank p {
	margin-bottom: 10px;
	color: #fff;
}

#divank a {
	text-decoration: none;
	color: #8BBA22;
}



#loader {
	background-image: url(../images/homeloaderbg.png);
	width: 950px;
	height: 407px;
	position: absolute;
	z-index: 999;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding-top: 240px;
}

#loader p {
	margin-bottom: 20px;
}
