html{
	background:#000 url(/media/img/site/bg-body.jpg);
	height:100%;
}
body {
	font: 12px Helvetica, Verdana, Geneva, Arial, sans-serif;
	margin: 0;
	height:100%;
	min-width:999px;
}
form, fieldset {
	padding: 0;
	margin: 0;
	border:0;
}
table td { vertical-align:top; }
a {text-decoration: none;}
a:hover {text-decoration:underline; color:blue;}
a:visited { color:blue; }
img {border-style: none;}
#wrapper {
	margin: 0 auto;
	background:url(/media/img/site/bg-wrapper.png) no-repeat;
	width: 928px;
	padding:0;
	min-height:100%;
}
* html #wrapper {height:100%;}
#header {
	width:720px;
	margin:0 0 0 98px;
	padding:68px 0 0;
	overflow:hidden;
	position:relative;
}
.logo {
	display:block;
	width: 399px;
	height: 37px;
	float:left;
}
.logo a {
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	background: url(/media/img/site/logo.gif) no-repeat;
	text-indent: -9999px;
}
.top-nav {
	margin:0;
	padding:25px 2px 0 0;
	list-style:none;
	float:right;
}
.top-nav li {float:left;}
.top-nav li a {
	float:left;
	color:#fff;
	font-size:9px;
	font-weight:bold;
	padding:0 0 0 18px;
	line-height:14px;
	margin:0 0 0 17px;
}
.top-nav .home {background:url(/media/img/site/ico-home.gif) no-repeat;}
.top-nav .contact {background:url(/media/img/site/ico-contact.gif) no-repeat;}
.top-nav .lage {background:url(/media/img/site/ico-lage.gif) no-repeat 0 1px;}
.image-holder {
	width:100%;
	overflow:hidden;
	background:url(/media/img/site/bg-image-holder.gif) no-repeat 0 100%;
	clear:both;
	padding:14px 0 2px;
}
.image-holder ul {
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.image-holder ul li {
	float:left;
	margin:0 1px 0 0;
}
.image-holder ul li a {float:left;}
#main {
	width: 755px;
	overflow:hidden;
	margin:0 0 0 80px;
	position:relative;
	background:url(/media/img/site/bg-main.gif) repeat-y;
}
#content {
	width:688px;
	margin:0 auto;
	overflow:hidden;
	padding:16px 15px 16px 16px;
}
.nav {
	width:100%;
	background:#b3d54b;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.nav li{float:left;}
.nav li a {
	float:left;
	padding:0 8px;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:29px;
}
.nav li a:hover, .nav li.active a {
	text-decoration:none;
	background:#7e9c2a;
}
.nav li ul { /* second-level lists */
    position: absolute;
    margin-left:-13px;
    /* background: url(http://static.ajia.ch/img/site/iepng.png) no-repeat left top; */
    background-color:rgb(179, 213, 75);
    /*width: 122px;
    /*height:80px; */
    top:40px;
    padding:0px 0 0 0;
    z-index:10000;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    list-style-type:none;

}

.nav li ul li { 
    background:none !important; 
    overflow: hidden;
    line-height:16px !important;
    color:#D5D2CF !important;
    float:none !important;
}
.nav li ul li a {
    color:#fff;
    text-decoration:none;
}
.nav li ul li a:hover {
    background-color:rgb(179, 213, 75);
    text-decoration:bold !important;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}

.ttl {
	width:689px;
	overflow:hidden;
	padding:11px 0 0;
}
.ttl .top{
	background:url(/media/img/site/bg-ttl-top.gif) no-repeat;
	width: 689px;
	height: 19px;
	text-indent:-9999px;
	overflow:hidden;
}
.ttl .ttl-content {
	background:url(/media/img/site/bg-ttl-center.gif) repeat-y;
	overflow:hidden;
	padding:0 15px 15px;
}
.ttl .ttl-content h1 {
	margin:0 0 11px;
	font:normal 24px/25px Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
.ttl .ttl-content p{
	margin:0;
	color:#fff;
	line-height:18px;
	text-align:justify;
}
.twocolumn {
	width:100%;
	overflow:hidden;
	padding:4px 0 0;
}
.twocolumn div {
	float:left;
	width:333px;
}
.twocolumn h2 {
	font:normal 18px/20px Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:11px 0 11px;
}
.twocolumn p {
	color:#000;
	text-align:justify;
	width:100%;
	line-height:18px;
	margin:0;
    margin-bottom:5px; 
}
.twocolumn .right {float:right; width:333px; }

