body, html {
background-image:url(images/index.jpg);
margin:0;
height: 100%;
font-family:arial;
font-size:14px;
color:#000;
line-height:20px;
text-shadow: 1px 1px 0px #fff;
background-position:-172px 1px;
overflow: auto;
background-repeat:no-repeat;
}

#slideshow {
    position:relative;
    height:255px;

    margin:0;
}

#slideshow DIV {
    position:absolute;
    top:159px;
    left:226px;
    z-index:8;
    opacity:0.0;
    height: 325px;
    background-color: #FFF;
    margin:0;


}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 325px;
    display: block;
    border: 0;
    margin-bottom: 10px;
    width:837px;
}


#nav {
	position:absolute;
	top:520px;
	left:370px;
	width: auto;
	float: left;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
	background-color: #f2f2f2;
	border: 1px solid #ccc; }
	
#nav li { float: left; }

#nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	border-right: 1px solid #ccc; }

#nav li a:hover {
	color: #c00;
	background-color: #fff; }


#content {
position:absolute;
width:848px;
height:386px;
top:556px;
left:250px;

}

#footer {
position:absolute;
width:848px;
height:40px;
top:1180px;
left:221px;
color:#fff;
text-shadow:none;}

#footer ul {
	width: auto;
	list-style: none;
	display:inline;
	float:right; }
	
	
#bottom li { float:left; }

#bottom li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #00a2ff;
	}

#bottom li a:hover {
	color: #c00;
	background-color: #fff; }


h1 {
font-family:arial;
font-size:22px;
color:#002967;
}

#content img {
border:1px solid #aaa;
padding:5px;
background-color:#fff;}


#content ul {padding-left:15px;
list-style-type:square;
color:#002967; }

.menue {
text-shadow:none;
text-align:center;
float:left;
margin-right:35px;
margin-top:25px;
display: block;
	width:215px;
	height:auto;
	padding:15px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color:#003585;
	border: 1px solid #ccc;
}


.dynamic {
float:left;
text-align:center;
margin-right:15px;
margin-top:25px;
display: block;
font-size:26px;
	width:780px;
	height:auto;
	padding:15px;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	background-color:#fff;
	border: 1px solid #ccc;
}

#content img a { 
background-color:#fff; 
width:200px;
height:150px;}

#content img:hover   { background-color:#2C5690; }


