* {
    padding: 0;
    margin: 0;
} 

a {
color: black;
text-decoration: none;
}

a:hover { 
text-decoration: underline;
color : #000; }


body {
	background-color: #669900;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}

#container {
	position:absolute;
	width:750px;
	margin: -180px 0px 0px -375px;
	top: 30%;
	left: 50%;
	text-align: left;
	padding: 0px 0px 10px 0px;
	background-color: #FFF;
}


#logo {
	background-color: #FF6;
	width:750px;
	height:66px;
	background-image: url(pictures/logo1.gif);
	position: relative;
	float: left;
}

#language {
	width:auto;
	height:10px;
	position: relative;
	float: right;
	font-size: 0.8em;
	padding: 4px;
}

#language img {
	padding: 0px 4px 0px 4px;
}


#navigation{
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	height:29px;
	background-color: #F90;
	color: #FFF;
	position: relative;
	margin: 0px 0px 10px 0px;
	width: 750px;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	float: left;
        list-style:none;
}
#navigation a {
	display: block;
	width: auto;
	height: 13px;
	margin: 6px 0px 0px 50px;
	padding: 5px 10px;
	background-color: #F90;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation a:hover, #left-bottom a:focus {
	background-color: #fff;
	color: #FF9900;
	text-decoration: none;
}
#navigation li.selected a {
	background-color: #FFF;
	color: #F90;
}

#picture-box{
	position: relative;
        float: left;
	height: 100px;
	width: 100%;
}

#picture-box img{
        padding: 0px 1em 0px 1.25em;
	
}

#title  {
	position: relative;
        float: left;   
        width: 100%;
}


#title h1 {    
        font-size: 1.2em;
        color: orange;
        text-transform:uppercase;
        padding: 30px 0px 10px 28px ;
}


p {
	padding:10px 0 0 0px;
}

#left-box{
	position: relative;
        float: left;
	width: 340px;
        padding: 0px 10px 0px 10px;
}

#right-box{
	position: relative;
        float: right;
	width: 320px;
        padding: 0px 0px 20px 0px;
}

#content{
	position: relative;
	width: 710px;
        height:250px;
	float: left;
	overflow: auto;
	padding: 0px 20px 30px 20px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

#content a {
color: black;
text-decoration: none;
line-height: 1.6em;
}

#content a:hover { 
text-decoration: underline;
color : #000; }


#content h2 {    
        font-size: 1.1em;
        padding-top: 15px;
}


#trenner{
	float: left;
	height:83px;
	width:750px;
	background-color: #FFF;
	position: relative;
	margin: 0px 0px 0px 0px;
	border-top: 1px dotted silver;
}

#trenner img{
	float: left;
	padding: 10px 0px 0px 35px;
}

#footer-navigation{
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	height:29px;
	background-color: #FFF;
	color: #FFF;
	position: relative;
	width: 750px;
}
#footer-navigation ul {
	list-style: none;
	text-decoration: none;
}
#footer-navigation li {
	float: left;
        list-style:none;
	text-align:center;

}
#footer-navigation a {
	display: block;
	width: 75px;
	height: 13px;
	margin: 0px 0px 0px 43px;
	color: #F90;
	text-decoration: none;
	text-transform: uppercase;
}

#footer-navigation a:hover, #left-bottom a:focus {
	background-color: #183048;
	color: #fff;
	text-decoration: none;
}
#footer-navigation li.selected a {
	background-color: #FFF;
	color: #F90;
}


#footer{
	float: left;
	height:29px;
	width:740px;
	background-color: #FFF;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	padding: 5px 5px 5px 5px;
	line-height: 1.5em;
	color: #999;
	text-align: center;
	border-top: 1px dotted silver;
}

