body {
	text-align: center;
	margin: 0px;
	background-color: #0f1f38;
	font-family: Verdana;
	font-size: 10.5px;
	background-image: url("../grafics/menu.gif");
	background-repeat: repeat-y;
	color: rgb(255,255,255);
	height: 800px;
}
h1 {
	padding-top: 0px;
	margin-top: 0px;
	font-weight: normal;
	font-size: 28px;
}
h2 {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 20px;
	clear: both;
}
p {
	margin-top: 0px;
}
form {
	display: inline;
}
input,select,textarea {
	border: 1px solid #ffffff;
	background-color: #c7cdd9;
	width: 200px;
	margin-bottom: 2px;
	margin-top: 0px;
}
input.file {
	width: auto;
}
input.titel, textarea {
	width: 600px;
}
textarea {
	height: 200px;
	vertical-align: top;
}
button {
	margin-top: 5px;
	border: 1px solid #ffffff;
	background-color: #c7cdd9;
}
th, td {
	font-family: Verdana;
	font-size: 10.5px;
	color: rgb(255,255,255);
}
th.small, td.small {
	width: 60px;
	height: 20px;
	text-align: center;
}
th.small2, td.small2 {
	width: 90px;
	height: 20px;
	text-align: center;
}
td.nowidth {
	width: auto;
}
td.nowidth2 {
	width: auto;
	//width: 680px;
}
a {
	font-family: Verdana;
	font-size: 10.5px;
	color: rgb(255,255,255);
	text-decoration: none;
}
a.selbold {
	color: rgb(255,255,255);
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px solid black;
}
img.ghostcms {
	vertical-align: middle;
}
legend {
	color: #ffffff;
}
img.img_left {
	float: left;
	width: auto;
	margin: 5px;
}
img.img_right {
	float: right;
	width: auto;
	margin: 10.5px;
}
.green {
	color: #00aa00;
	font-weight: bold;
}
.red {
	color: #dd0000;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.content {
	position: relative;
	margin: auto;
}
.contenttext {
	display: none;
}
.header {
	background-image: url("../grafics/header_center.png");
	background-repeat: repeat-x;
	background-color: rgb(255,255,255);
	height: 160px;
}
.header .left {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.header .right {
	/*position: absolute;*/
	/*right: 0px;*/
    float: right;
	top: 0px;
}
.black_line {
	height: 1px;
	font-size: 0px;
	background-color: rgb(0,0,0);
}
.menu {
	position: absolute;
	top: 180px;
	left: 42px;
	line-height: 40px;
	text-align: left;
	width: 100px;
}
.sousmenuimage {
	position: absolute;
	top: 175px;
	left: 150px;
	line-height: 40px;
	text-align: center;
	width: 200px;
}
.sousmenu {
	position: absolute;
	top: 390px;
	left: 170px;
	text-align: left;
	width: 200px;
}
.titre {
	position: absolute;
	top: 166px;
	left: 370px;
	line-height: 40px;
	text-align: left;
	width: 407px;
}
.land {
	position: absolute;
	right: 15px;
	top: 170px;
	z-index: 2;
}
.main {
	position: absolute;
	top: 389px;
	left: 370px;
	text-align: justify;
	padding-right: 30px;
	width: 407px;
}
.grafiken {
	background-color: #0f1f38;
	border: 1px solid #aaaaaa;
	position: absolute;
	top: 400px;
	text-align: left;
	width: auto;
	z-index:3;
	padding: 5px;
	visibility: hidden;
}