body {
	background-color:#D8D1C9;
}

html, body, td, div, ul, button, p, label {
	font-size: 10px;
	font-family: Verdana, arial, Helvetica, sans-serif;
	margin: 0px;
	padding:0px;
	color:#FFF8DD;
}

.button {
	border: 2px outset #DADADA;
	margin-left:5px;
	color: #FFF;
	background-color: #000;
}

img, iframe {
	border: 0px;
}

br {
	clear: left;
}

div#menu a {
	color:#FFF8DD;
	text-decoration:none;
	font-weight: bold;
	cursor: pointer;
}

div#menu a:hover, a:active {
	color:#009DDC;
	text-decoration:none;
}

div#menu .selected {
	color:#009DDC;
	text-decoration:none;
}

div#main_wrapper {
	position: relative;
	left:50%;
	margin:0 0 0 -377px;
/*	margin: 0 auto; */
	width: 755px;
	text-align: center;
}

div#header {
	height:245px;
	background-image: url("img/header.gif");
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
}

div#content {
	background-image: url("img/content.gif");
	background-position: top left;
	background-repeat: repeat;
    overflow: hidden;
	text-align: left;
	width:757px;
	padding-bottom:20px;
}

div#footer {
	position:relative;
	height:24px;
	background-image: url("img/footer.gif");
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
}

div#left {
	float:left;
	width:170px;
	padding-left:13px;
}

div#right {
	float:left;
	width:533px;
	padding-left:20px;
}

div#menu {
	position:absolute;
	top:210px;
	left:14px;
	
}

div#menu ul {
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
}

div#menu li {
	 padding-right: 1em;
	 list-style-type: none;
	 display:inline;
}

div#left .left_menu_item {
	margin-top:0px;
	margin-bottom:30px;
}

div#left ul {
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
}

div#left li {
	list-style-type: none;
}

div#left h1 {
	font-size: 10px;
	color:#009DDC;
	margin-top:0px;
	margin-bottom:5px;
}

div#left a {
	color:#FFF8DD;
	font-weight:normal;
	text-decoration:none;
	cursor: pointer;
}

div#left a:hover, a:active {
	color:#F28D1D;
	text-decoration:none;
}

div#left .selected {
	color:#F28D1D;
	text-decoration:none;
}


div#right ul {
	margin-left: 1em;
	padding: 0;
	list-style-type: circle;
}

div#right li {
	list-style-type: circle;
}

div#right a {
	color:#FFF8DD;
	font-weight:normal;
	text-decoration:none;
	cursor: pointer;
}

div#right a:hover, a:active {
	color:#F28D1D;
	text-decoration:none;
}

div#right .selected {
	color:#F28D1D;
	text-decoration:none;
}

div#right .hr {
	clear:both;
	font-size:9px;
	font-style: italic;
	height: 15px;
	margin: 20px 0px 30px 0px;
	background-image: url("img/hr.gif");
	background-repeat: repeat-x;
	background-position: bottom left;

}

div#right h1 {
	font-size: 12px;
	color:#009DDC;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:0px;
}

div#right h6 {
	font-size: 10px;
	text-decoration:underline;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:0px;
}


div#right .imgright {
	float:right;
	text-align:right;
	font-size:9px;
	font-style: italic;
	margin: 3px 0px 10px 10px;
}

div#right .imgleft {
	float:left;
	text-align:left;
	font-size:9px;
	font-style: italic;
	margin: 3px 10px 10px 0px;
}

div#right .fotogalerie {
	text-align:center;
	margin: 3px 10px 10px 0px;
}

div#right .print {
	margin: 10px 0px 0px 0px;
	text-align:right;
}

div#fotogalerie {
	top-margin:50px;
}

table {
	border-width: 1px;
	border-spacing: 0px 0px;
	border-style: none;
	border-color: #3F4D59;
	border-collapse: collapse;
	width:500px;
}

table td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #3F4D59;
	background-color:#03203d;
}

table th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	background-image: url("img/table_head.gif");
	background-repeat: no-repeat;
	background-position: top left;
	height:21px;
}

table .odd {
	background-color:#092a4b;
	background-color:#03203d;
}

table .even {
	background-color:#03203d;
}

table .skip {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	height:5px;
}

/* IE hack */
* table .skip {
	height:12px;
}
/* End */