@font-face {
	font-family: 'FontRegular';
	src: url('/font/font_regular.eot');
	src: local('…'), url('/font/font_regular.woff') format('woff'), url('/font/font_regular.ttf') format('truetype'), url('/font/font_regular.svg#webfontEtSsk1JN') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FontItalic';
	src: url('/font/font_italic.eot');
	src: local('…'), url('/font/font_italic.woff') format('woff'), url('/font/font_italic.ttf') format('truetype'), url('/font/font_italic.svg#webfontNZohlgxV') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'FontBold';
	src: url('/font/font_bold.eot');
	src: local('…'), url('/font/font_bold.woff') format('woff'), url('/font/font_bold.ttf') format('truetype'), url('/font/font_bold.svg#webfontKcmVwBB9') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'FontBoldItalic';
	src: url('/font/font_bolditalic.eot');
	src: local('…'), url('/font/font_bolditalic.woff') format('woff'), url('/font/font_bolditalic.ttf') format('truetype'), url('/font/font_bolditalic.svg#webfont8zI8rTdy') format('svg');
	font-weight: bold;
	font-style: italic;
}

body{
	font-family:		'FontRegular',Georgia,'Times New Roman',Times,serif;
	font-size:		13px;
	line-height:		19px;
}
i,em{
	font-family:'FontItalic', Georgia, 'Times New Roman', Times, serif;
	font-style:italic;
}
b,strong{
	font-family:'FontBold', Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
}
i b,b i,i strong,strong i,em b,b em,em strong,strong em{
	font-family:'FontBoldItalic', Georgia, 'Times New Roman', Times, serif;
	font-style:italic;
	font-weight:bold;
}

body{
	background-image:	url('/images/bg_screen.jpg');
	background-position:	top center;
	background-repeat:	repeat-x;
	background-color:	#339900;
	margin:			0px 0px 20px 0px;
	text-align:		center;
	color:			#555555;
}
td,th{
	font-size:		13px;
}
div#topbanner{
	text-align:		left;
	margin:			0px;
	width:			500px;
	height:			66px;
	padding:		12px 0px 0px 0px;
	position:		relative;
	left:			128px;
	overflow:		hidden;
}
div#screen{
	width:			808px;
	margin:			0px auto;
	background-image:	url('/images/bg_page.jpg');
	background-position:	top center;
	background-repeat:	repeat-y;
	background-color:	#ffffff;
}
div#canvas{
	position:		relative;
	margin:			0px;
	background-image:	url('/images/bg_header.jpg');
	background-position:	top center;
	background-repeat:	no-repeat;
	padding:			20px 20px 0px 20px;
}
div#page{
	width:			768px;
	text-align:		left;
	margin:			0px auto;
	position:		relative;
}
div#tagline{
	margin:			0px;
	font-size:		90%;
	text-align:		center;
	color:			#c3e5f3;
	height:			18px;
	font-weight:		bold;
	overflow:		hidden;
	padding-right:		46px;
}
div#menu{
	font: 14px/20px 'FontRegular', Georgia, 'Times New Roman', Times, serif;

	float:			left;
	width:			177px;
	padding-bottom:		20px;
}
div#navigator{
	width:			177px;
	height:			216px;
}
div#main{
	float:			left;
	width:			590px;
	overflow:		hidden;
	margin:			0px;
}
div#content{
	margin:			80px 20px 50px 20px;
	padding:		0px;
}
div#footer{
	position:		relative;
	font-size:		12px;
	text-align:		center;
	color:			#BFDF9F;
	line-height:		1.2em;
	padding:			0px;
	height:			250px;
	background-image:	url('/images/bg_footer.jpg');
	background-position:	top center;
	background-repeat:	no-repeat;
	background-color:	#339900;
	margin:			0px 0px 0px 0px;
}
div#footer a{
	color:			#BFDF9F;
	text-decoration:	none;
}
div#footer img{
	margin:			1px 0px 0px 0px;
	vertical-align:		middle;
}
p{
	margin:			0 0 1em 0;
}
div.p{
	margin:			0 0 1em 0;
}
.cleared{
	clear:			left;
	margin-bottom:		20px;
}
div.teaser{
	clear:			left;
	margin-bottom:		20px;
	overflow:		visible;
}
img.icon{
	float:			left;
	margin:			3px 10px 10px 0px;
	width:			50px;
	height:			50px;
	border:			1px solid #999999;
}
a img.icon{
	border:			1px solid #0066bb;
}
a:hover img.icon{
	border:			2px solid #0066bb;
	margin:			2px 9px 9px -1px;
}
img.floatimg{
	float:			left;
	margin:			3px 10px 10px 0px;
}
div.intro{
	font-family:		'FontItalic';
	color:			#666666;
	border-left:		1px solid #666666;
	padding:		15px 15px 15px 20px;
	margin-bottom:		20px;
	background-color:	#f3f3f3;
}
div.box{
	background-color:	#e0e3e6;
	border:			1px solid #d0d3d6;
	padding:		10px;
	margin-bottom:		20px;
}
.floating{
	float:			right;
	margin:			4px 0px 10px 15px;
}
.lfloating{
	float:			left;
	margin:			4px 15px 10px 0px;
}
div#fix{
	clear:			both;
	margin:			0px;
}
div#refstuff{
	top:			0px;
	text-align:		left;
	font-size:		12px;
	margin-bottom:		100px;
	color:			#223344;
	position:relative;
	left:220px;
	width:400px;
}
div#refstuff a{
	text-decoration:	none;
	color:			#445566;
}
div#refstuff img{
	vertical-align:		middle;
	margin:			0px 2px 0px 2px;
}
a{
	text-decoration:	none;
	color:			#0066bb;
}
a:hover{
	xxtext-decoration:	underline;
	border-bottom:		1px solid #0066bb;
}
img{
	border:			none;
}
h1{
	font-family:		'FontBold', Georgia, 'Times New Roman', Times, serif;
	font-size:		30px;
	font-weight:		bold;
	margin:			10px 0px 30px 0px;
	padding:		0px 0px 3px 0px;
	color:			#aa4455;
	line-height:		34px;
	letter-spacing:		-1px;
}
h2{
	font-size:		18px;
	font-weight:		normal;
	margin-top:		20px;
	margin-bottom:		20px;
	color:			#445566;
	clear:			left;
	line-height:		22px;
}
h3{
	font-size:		1.3em;
	font-weight:		normal;
	margin-bottom:		0.5em;
	margin-top:		1.5em;
	color:			#667788;
}
h4{
	font-size:		1em;
	font-weight:		bold;
	margin-bottom:		0.6em;
	margin-top:		0.4em;
	color:			#445566;
}
sup, sub{
	line-height: 1em;  
	vertical-align: baseline;  
	_vertical-align: bottom;  
	position: relative;  
}  
sup {  
	bottom: 1ex;  
}  
sub {  
	top: .5ex;  
}
input,textarea{
	font-family:		Arial,Helvetica,Geneva,sans-serif;
	font-size:		1.1em;
}
.orange{
	color:			#ff9900;
	font-weight:		bold;
}
.page_link{
	padding-left:		2px;
	padding-right:		2px;
	border:			1px solid #DF9859;
	text-decoration:	none;
	margin:			1px;
}
.centered{
	text-align:		center;
}
div#menupad{
	padding:		4px 0 20px 4px;
	margin-bottom:		20px;
	background-image:	url('/images/bg_menubottom.gif');
	background-position:	bottom left;
	background-repeat:	no-repeat;
	background-color:	#eeeeee;
	color:			#223344;
}
div#menupad ul{
	list-style:		none;
	margin:			0;
	padding:		0;
}
div#menupad span#active{
	background-color:	#fcfcfc;
	display:		block;
	position:		relative;
	left:			-2px;
	padding:		0 0 0 2px;
	color:			#223344;
}
div#menupad li{
	width:			151px;
	vertical-align:		top;
}
div#menupad span.tree0, div#menupad span.tree1, div#menupad span.tree2, div#menupad span.tree3{
	display:		block;
	margin:			0 0 0 5px;
	padding:		0 0 0 10px;
	background-repeat:	repeat-y;
	background-position:	top left;
}
div#menupad span.tree0{
	background-image:	url('/images/0.gif');
}
div#menupad span.tree1{
	background-image:	url('/images/1.gif');
	background-repeat:	no-repeat;
}
div#menupad span.tree2{
	background-image:	url('/images/2.gif');
}
div#menupad span.tree3{
	background:		none;
}
div#menupad div.menuheader{
	font-weight:		bold;
	font-size:		12px;
	position:		relative;
	left:			-10px;
	margin-bottom:		2px;
}
div#menupad div.menusection{
	margin-bottom:		6px;
	border-left:		4px solid #cccccc;
	padding-left:		18px;
}
div#menupad a{
	text-decoration:	none;
	color:			#0066bb;
}
div.gb_entry{
	padding:		0px;
	margin-bottom:		10px;
	background-image:	url('/images/gaestebuch-back.jpg');
	background-position:	top left;
	background-repeat:	no-repeat;
	width:			500px;
}
div.gb_entry div{
	text-align:		right;
	background-image:	url('/images/gaestebuch-bottom.jpg');
	width:			500px;
	padding:		5px 5px 8px 5px;
	background-position:	bottom left;
	background-repeat:	no-repeat;
	color:			#998877;
}
div.gb_entry div a{
	color:			#556688;
}
div.gb_entry p{
	margin:			0px;
	padding:		15px 15px 7px 15px;
}
span.thinsp{
	font-size:		50%;
	line-height:		0.5em;
}
span.utf8{
	font-family:		Arial, 'Times New Roman', Times, serif;
}
div#soc{
	margin:			40px 0px 20px 0px;
	padding:		20px 0px 0px 0px;
	border-top:		1px solid #cccccc;
	clear:			both;
}
div#soc_right{
	float:			right;
}
div#soc_left{
	float:left;
}

