@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:		0.8em;
}
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:			15px 0px 20px 0px;
	text-align:		center;
	color:			#555555;
}
body.mobile{
	margin:			0px 0px 20px 0px;
}
td,th{
	font-size:		1em;
}
div#topbanner{
	margin:			0px auto;
	margin-bottom:		15px;
	width:			728px;
	height:			auto;
	padding:		0px;
	position:		relative;
}
body.mobile div#topbanner{
	width:			auto;
}
div#topbanner div{
	text-align:		center;
	margin:			0px auto;
	width:			728px;
	height:			auto;
	padding:		0px;
	overflow:		hidden;
}
body.mobile div#topbanner div{
	width:			auto;
}
div#screen{
	width:			768px;
	margin:			0px auto;
	position:		relative;
}
body.mobile div#screen{
	width:			auto;
}
div#page{
	text-align:		left;
	margin:			0px auto;
	padding:		0px 0px 50px 0px;
	background-color:	#ffffff;
	position:		relative;
}
body.mobile div#page{
	width:			auto;
}
div#tagline{
	margin:			5px 0px 15px 0px;
	font-size:		0.9em;
	text-align:		center;
	color:			#ffffff;
	height:			auto;
	font-weight:		bold;
	overflow:		hidden;
	padding:		3px;
}
div#logo{
	position:		absolute;
	right:			0px;
	padding:		10px;
	text-align:		center;
	top:-65px;
}
body.mobile div#logo{
	padding:		10px 0px 0px 0px;
	margin:			0px;
}
div#menubutton{
	text-align:		left;
	display:		none;
	padding:		0px 0px 0px 15px;
	margin:			0px;
	border-bottom:		2px solid #339900;
}
div#menubutton a{
	padding:		0px;
	margin:			0px;	
}
div#menubutton a img{
	padding:		0px;
	margin:			0px 0px -4px 0px;	
}
body.mobile div#menubutton{
	display:		block;
}
div#menu{
	font:			14px/20px 'FontRegular', Georgia, 'Times New Roman', Times, serif;
	float:			left;
	width:			177px;
	padding-bottom:		50px;
}
body.mobile div#menu{
	float:			none;
	width:			auto;
	padding:		0px;
}
div#navigator{
	margin-top:		1px;
	margin-bottom:		-19px;
	width:			177px;
	height:			216px;
	background-image:	url('/images/bg_navigation.png');
	background-repeat:	no-repeat;
	background-position:	top left;
	position:		relative;
	top:			-19px;
	ddisplay:		none;
}
body.mobile div#navigator{
	display:		none;
}
div#content{
	float:			left;
	width:			550px;
	margin:			0px;
	margin:			50px 20px 10px 20px;
	padding:		0px;
}
body.mobile div#content{
	margin:			15px;
	margin-top:		50px;
	width:			auto;
}
div#footer{
	position:		relative;
	font-size:		0.9em;
	text-align:		center;
	color:			#BFDF9F;
	line-height:		1.2em;
	padding:		0px;
	margin:			20px 0px 20px 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:			0px 0px 20px 0px;
}
div.teaser div{
	margin:			0px 0px 20px 0px;
}
img.icon{
	float:			left;
	margin:			3px 10px 20px 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;
}
div.teaser a{
	padding-bottom:		3px;
}
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;
	font-size:		0.9em;
	color:			#223344;
}
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{
	text-decoration:	underline;
}
img{
	border:			none;
}
h1{
	font-family:		'FontBold', Georgia, 'Times New Roman', Times, serif;
	font-size:		1.8em;
	font-weight:		bold;
	margin:			10px 0px 30px 0px;
	padding:		0px 0px 3px 0px;
	color:			#aa4455;
	line-height:		34px;
	letter-spacing:		-1px;
	width:			auto;
	height:			auto;
}
h2{
	font-size:		1.6em;
	font-weight:		normal;
	margin-top:		20px;
	margin-bottom:		20px;
	color:			#445566;
	clear:			left;
	line-height:		22px;
}
h3{
	font-size:		1.4em;
	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:		10px 0 10px 4px;
	margin-bottom:		20px;
	background-color:	#F6F4F0;
	color:			#223344;
}
body.mobile div#menupad{
	display:		none;
	position:		absolute;
	z-index:		8000;
	border:			2px solid #339900;
	width:			181px;
	top:			0px;
	left:			15px;
	border-top:		2px solid #EAE9E3;
	border-bottom:		2px solid #EAE9E3;
}
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:			160px;
	vertical-align:		top;
}
div#menupad li li{
	font-size:		1em;
}
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;
	margin-bottom:		2px;
}
div#menupad div.menusection{
	margin-bottom:		6px;
	border-left:		4px solid #cccccc;
	padding-left:		10px;
}
div#menupad a{
	text-decoration:	none;
	color:			#0066bb;
}
div#menupad a:hover{
	text-decoration:	underline;
	color:			#0055aa;
}
div#submenu{
	padding-top:		10px;
}
body.mobile div#submenu{
	margin:			0px;
	padding:		0px;
	height:			1px;
	width:			1px;
	overflow:		hidden;
}
body.mobile .wide{
	width:			100%;
}
div.responsivebox{
	margin:			5px 0px 25px 0px;
	width:			550px;
	height:			60px;
}
body.mobile div.responsivebox{
	width:			320px;
	height:			auto;
	overflow:		hidden;
	margin:			0px auto;
}
div.gb_entry{
	padding:		0px;
	margin-bottom:		10px;
	background-image:	url('/images/gaestebuch-back.jpg');
	background-position:	top left;
	background-repeat:	no-repeat;
}
div.gb_entry div{
	text-align:		right;
	background-image:	url('/images/gaestebuch-bottom.jpg');
	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;
}
div#cmsg{
	position:relative;
	margin:0px auto;
	margin-top:-15px;
	margin-bottom:-5px;
	color:#ffffff;
	text-align:center;
	padding:12px 15px 12px 15px;
	width:auto;
	height: auto;
	left: 0;
	right: 0;
	overflow:auto;
	border:2px solid #000000;
	background-image:url('/images/cc_trans.png');
	background-repeat:repeat;
}
div#cmsg p{
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
}
div#cmsg input#cc_yes{
	border:2px solid #ffffff;
	vertical-align:middle;
	color:#ffffff;
	background-color:#009900;
	margin:0px 10px 0px 10px;
	font-weight:bold;
	padding:7px 35px 7px 35px;
}
div#cmsg a#cc_link{
	border:2px solid #ffffff;
	vertical-align:middle;
	color:#ffffff;
	background-color:#009900;
	margin:0px 10px 0px 10px;
	font-weight:bold;
	padding:7px 35px 7px 35px;
	text-decoration:none;
}
div#cmsg a#cc_link:hover{
	background-color:#00bb00;
}
div#cmsg a#cc_link:active{
	background-color:#00dd00;
}
div#cmsg a{
	color:#cccccc;
	margin:10px 10px 10px 10px;
	display:inline-block;
}
div#cbkg{
	background-image:url('/images/cc_trans2.png');
	z-index:9000;
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	padding-top:125px;
	text-align:center;
}
div#cc_img{
	font-weight:bold;
	margin:0px auto;
	position:absolute;
	left:0px;
	bottom:5px;
	width:100%;
}
a img{
	border:none;
}