body {
	font-family			: Georgia;
	font-size			: 14px;
	color				: #874C06;
	margin				: 0;
	padding				: 0;
	background			: #FFFFFF;
}

p {
	margin				: 0;
	margin-bottom		: 7px;
	/*text-indent			: 15px;*/
	text-align			: left;
}

ul {
	margin-top			: 0;
	margin-bottom		: 0;
}

table {
	margin				: 0px;
	padding				: 0px;
}

td {
	margin				: 0px;
	padding				: 0px 5px;
}

td#right {
	text-align			: right;
	font-style			: italic;
}

td#center {
	text-align			: center;
}

a,a:link,a:visited,a:active {
	color				: #000000;
	text-decoration		: none;
	font-style			: italic;
}

a:hover {
	text-decoration		: underline;
}

img {
	float				: left;
	margin				: 0;
	margin-right		: 10px;
}

#box {
	background			: #FEF5C2 url(images/middle.png);
	width				: 900px;
	text-align			: left;
}

#header {
	/*height				: 195px;*/
	height				: 147px;
	background			: #FEF5C2 url(images/top.png);
}

#footer {
	height				: 46px;
	text-align			: right;
	font-size			: 12px;
	padding-right		: 40px;
	line-height			: 22px;
	background			: #FEF5C2 url(images/bottom.png);
}

ul#Navigation {
	/*background-color		: #FFFFFF;*/
	font-size			: 15px;
	float				: left;
	width				: 160px;
	margin				: 0px;
	padding				: 0px;
	/*border: 1px solid black;*/
}

ul#Navigation li {
	list-style			: none;
	margin				: 0;
	padding-bottom		: 4px;
}

ul#Navigation a {
	display				: block;
	padding				: 2px 8px;
	/*font-weight			: bold;*/
}

ul#Navigation a:link,ul#Navigation a:visited,ul#Navigation a:active {
	color				: #FEF5C2;
	background-color	: #C78C46;
	text-decoration		: none;
	font-style			: normal;
	border-left			: 4px solid #874C06;
}

ul#Navigation a:hover {
	color				: #FEF5C2;
	background-color	: #874C06;
	text-decoration		: none;
	font-style			: normal;
	border-left			: 4px solid #C78C46;
}
li#Navigation2 a:link,li#Navigation2 a:visited,li#Navigation2 a:active {
	margin-left			: 20px;
	color				: #FEF5C2;
	background-color	: #C78C46;
	text-decoration		: none;
	font-style			: normal;
	border-left			: 4px solid #874C06;
}

li#Navigation2 a:hover {
	color				: #FEF5C2;
	background-color	: #874C06;
	text-decoration		: none;
	font-style			: normal;
	border-left			: 4px solid #C78C46;
}

div#Inhalt {
	margin-left			: 165px;
	margin-right		: 50px;
	padding				: 10px;
	min-height			: 250px;
	text-align			: justify;
	/*border: 1px solid black;*/
}
div#Inhalt h1 {
	font-size			: 25px;
	margin-top			: 0px;
	margin-bottom		: 10px;
	text-align			: left;
}
div#Inhalt h2 {
	font-size			: 18px;
	margin-top			: 18px;
	margin-bottom		: 5px;
	text-align			: left;
}
div#Inhalt h3 {
	margin-bottom		: 5px;
	text-align			: left;
}

table.img_box td {
	text-align			: left;
	vertical-align		: top;
	background			: black;
	width				: 160px;
	height				: 160px;
	margin				: 0;
	padding				: 2px;
}

table.vb_table {

}

table.vb_table,table.vb_table td {
	margin				: 0;
	padding				: 0;
}

table.vb_table td#vb_td {
	background-color	: #FEF5C2;
	vertical-align		: top;
	height				: 100px;
	border				: 3px solid #874C06;
}

div#screen_block {
	background-color	: black;
	display				: none;
	position			: fixed;
	z-index				: 1000;
	opacity				: 0.6;
	filter				: alpha(opacity=60);
	top					: 0px;
	left				: 0px;
	width				: 100%;
	height				: 100%;
}

div#video_box {
	display				: none;
	position			: fixed;
	z-index				: 2000;
	top					: 100px;
	left				: 0px;
}

div.v_desc {
	/*position			: relative;*/
	/*font-size			: 16px;*/
	margin-bottom		: 10px;
	border				: 1px solid #874C06;
	width				: 650px;
	height				: 100px;
	padding				: 5px;
}