body {
       margin:  0px;      /* ensure no scrollbar is needed */
       padding: 0px;      /* ensure no scrollbar is needed */
       height:  100%;     /* ensure full window height */
       width: 100%; 
       font-family: Verdana;
       font-size: 12px;
       background-color: #181515; 
       background-image: url(../images/amek-bg.jpg);
       background-position: 25% 40px;
       background-repeat: no-repeat;
       color: #fff;
}

img {
  border: none;
}

ul { 
	list-style: none;
	margin:0;
	padding:0;
}

.clear { 
	display: block; 
	clear: both; 
}

h1, h2 {
	color:#bfa161;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin:15px 0 0 0;
}

p {
	color:#C2C2C2;
	font-size: 12px;
	margin:5px 0 15px 0;
}

.gold { color:#C0A062 !important; }

.icon { float: left; }

.fb { display:block; height:20px; width: 20px; background: url(../images/fb-o.png) left top no-repeat; margin-right: 10px; }
.fb:hover { background: url(../images/fb.png) left top no-repeat; }

.yt { display:block; height:20px; width: 20px; background: url(../images/yt.png) left top no-repeat; }
.yt:hover { background: url(../images/yt-o.png) left top no-repeat; }

.kontakt p {
	color:#fff;
}

#container { width:960px; margin-left: auto;  margin-right: auto; }

.kontakt a:link, .kontakt a:visited { color:#C0A062; text-decoration:none; }

.kontakt a:hover { text-decoration:underline; }


#map { 
	width:500px; 
	height:500px;
	font-size:12px;
}


/*----- Left ----- */
#left { 
	float: left; 
	width:165px;
}

#logo { 
	padding: 66px 0 80px 0; 
}

#menu { 
	color:#C2C2C2; 
	font-size: 14px;
}

#menu #submenu {
	margin-bottom:5px;
}

#menu li {
	margin: 1px 0;
}

#menu a, #menu #submenu a { 
	color:#c2c2c2; 
	text-decoration: none;
	line-height: 19px;
	font-weight: normal;
	cursor: pointer;
}

#menu #submenu a {
	font-size: 11px;
	line-height: 12px;
}

#menu a:hover, #menu #submenu a:hover { 
	color: #dfdfdf;
}

#menu .active a, #menu #submenu .active a  { 
	color:#fff;
	cursor: default;
	font-weight: bold;
}

#menu .inactive ul { display: none; }

#menu ul ul { 
	margin-left: 10px; 
}


/*----- Main -----*/
#main { float:left; }

#feature-list {
	height: 520px;
	width: 795px;
	overflow: hidden;
	position: relative;
}

#feature-list #output {
	position: absolute;
}

#feature-list #output li {
	position: absolute;
	height: 520px;
}


/*----- Bottom -----*/
#bottom-container {
	background-color:#323031;
	background-image:url(../images/amek-btm-bg.jpg);
	background-position: 25% center;
	background-repeat: repeat-y;
	border:1px solid #000; 
	border-width:1px 0;
	width: 100%; 
}

#bottom {
	width: 960px;
	margin:0 auto;
	line-height: 17px; 
	text-align: justify;
}

#bottom ul { 
	list-style-position: inside;
	color:#C2C2C2;
	font-size: 12px;
	margin-left: 5px;
}

#bottom ul li { 
	list-style: circle;
}

#bottom a { 
	color: #FFF; 
	text-decoration: none;
}
#bottom a:hover { text-decoration: underline; }

#bottom img { float:left; margin: 9px 10px 5px 0; }
#bottom img.logo { display: block; }

.line { background-color: #666666; height: 1px; width: 100%; }

