html {
	padding:0px;
	margin:0px;
}

body {
	font-family: "trebuchet MS",arial,helvetiva,sans-serif;
	font-size: 12px;
	color: white;
	line-height: 18px;
	background: url(../_images/bg.gif) no-repeat top left #161B1F;
	padding:0px;
	margin:0px;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
p {
	font-family: "trebuchet MS",arial,helvetiva,sans-serif;
	font-size: 12px;
	color: white;
	}

#container {
	text-align:left;
    height: 580px;
    width: 700px;
	margin-top:35px;
}

img {
	border:0px;
	padding:0px;
	margin:0px;
	display:block;
}


#navi {
	width:700px;
	height:40px;
}

#navi ul {
	margin:0px 0px 0px 300px;
	padding:0px;
}

#navi li {
	float:left;
	list-style-type:none;
	margin-right:10px;
}

#navi li .aktiv {
	border-bottom: 1px dashed red;
	text-decoration:none;
	float:left;
}

#content {
	width:600px;
	margin-left: 80px;
}

#content h1 {
	background:#2E3236;
	width:600px;
	font-family: "trebuchet MS",arial,helvetiva,sans-serif;
	font-size: 12px;
	color: white;
	font-weight:bold;
	text-align:right;
	padding:0px;
	margin:2px 0px 0px 0px;
}

#texte {
	width:200px;
	margin-left:400px;
	text-align:right;
	margin-bottom:10px;
}

#texte a {
	color:white;
	text-decoration:none;
	border-bottom:dashed 1px #2b5576;
	font-weight:bold;

}

#texte a:hover {
	color:white;
	text-decoration:none;
	border-bottom:dashed 1px red;
	font-weight:bold;

}


#texteprojects {
	width:300px;
	margin-left:300px;
	text-align:right;
	margin-bottom:10px;
}

#texteprojects a {
	color:white;
	text-decoration:none;
	border-bottom:dashed 1px #2b5576;
	font-weight:bold;

}

#texteprojects a:hover {
	color:white;
	text-decoration:none;
	border-bottom:dashed 1px red;
	font-weight:bold;

}


#foot {
	width:700px;
	background:url(../_images/foot.gif) no-repeat top;
	height:75px;
}

#foot p {
	padding: 10px 0px 0px 80px;
}


#selectbox {
position:absolute;
margin-left:632px;
}


select
{
font-family: "trebuchet MS",arial,helvetiva,sans-serif;
font-size: 11px;
background: black;
color: #FFFFFF;
width:240px;
}



#photonews {
	background:white;
	width:600px;
	font-family: "trebuchet MS",arial,helvetiva,sans-serif;
	font-size: 12px;
	color: #2E3236;
	font-weight:bold;
	text-align:right;
	padding:0px;
	margin:2px 0px 0px 0px;
}
