html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	font: 12px Arial, "MS Trebuchet", sans-serif;
}

img {
	border: 0;
}

body {
	background: #7c7a74 url(/img/bg_body.gif) repeat;
	height: 100%;
	text-align: center;
}

/*
	struktur
*/
#container {
	background: #fbfbf6 url(/img/bg_container.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 840px;
	min-height: 100%;
	height: auto !important;
	overflow: hidden;
}

#shadow {
	/*background-color: #706e68;*/
	text-align: left;
	margin: 0 auto;
	width: 848px;
	min-height: 100%;
	height: 100%;
}

#main {
	float: left;
	width: 660px;
}

#photo {
	height: 220px;
	width: 660px;
}

#nav {
	background-color: #fbfbf6;
	border-top: 1px solid #fbfbf6;
	height: 30px;
	width: 659px;
}

#subnav {
	left: 0;
	position: relative;
	top: 10px;
	float: left;
	width: 139px;
	padding-bottom: 10px;
}

#content {
	color: #474235;
	float: right;
	padding-bottom: 40px;
	padding-right: 40px;
	width: 460px;
}

#sidebar {
	color: #746d5a;
	float: right;
	width: 180px;
	padding-bottom: 60px;
}


/*

	style

*/
#contact a {
	color: #746d5a;
	font-size: 11px;
}


/*

	navigation
	
*/
#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	display: block;
	float: left;
	height: 30px;
	width: 130px;
}

#nav #gemeinde a {
	background-color: #bd2714;
	width: 139px;
}

#nav #tourismus {
	background-color: #ab4d15;
}

#nav #wirtschaft {
	background-color: #886315;
}

#nav #soziales {
	background-color: #667914;
}

#nav #ortsplan {
	background-color: #439014;
}


/*

	sub_navigation
	
*/
#subnav ul {
	background-color: #fff;
	padding-bottom: 5px;
	list-style-type: none;
}

#subnav ul li {
	height: 15px;
	padding-top: 2px;
	list-style-type: none;
}

#subnav ul li a {
	background: #fff url(/img/foo.gif) no-repeat 3px 5px;
	color: #474235;
	display: block;
	padding-left: 12px;
	text-decoration: none;
	width: 127px;
}

#subnav .one a {
	background-repeat:  no-repeat;
	background-position:  3px 5px;
}


/*
	zweite ebene
*/		
#subnav .two, #subnav .three {
	border-bottom: 0 solid #fff;
	padding-top: 0;
}

#subnav .two a {
	font-size: 11px;
	padding-left: 18px;
	width: 121px;
} 

/*
	dritte ebene
*/		
#subnav .three a {
	font-size: 11px;
	padding-left: 24px;
	width: 115px;
}


/*

	sidebar
	
*/
#contact {
	background: #f4f4ec url(/img/verlauf.jpg) no-repeat 0 197px;
	font-size: 11px;
	height: 190px;
	line-height: 13px;
	padding: 40px 10px 0 10px;
}

#h_contact {
	margin-top: 19px;
}

#news, #events, #other, #quickbook {
	width: 160px;
	margin: 1px 0 0 10px;
}

#news li, #events li, #other li, #quickbook table {
	background-color: #f4f4ec;
	list-style-type: none;
	margin-bottom: 1px;
}

#quickbook table td.labels { padding:5px 1px 0 4px;}
#quickbook table td.forms { padding:2px 1px 3px 4px;}

#news a, #events a, #other a, #quickbook a {
	color: #746d5a;
	font-size: 11px;
	text-decoration: none;
}

#quickbook a { display:block; padding:4px;}

#news h2, #events h2, #quickbook h2 {
	background-color: #f4f4ec;
	padding: 16px 0 4px 4px;
	margin-bottom: 1px;
}

#news, #quickbook {
	margin-top: 31px;
}

#events, #other {
	margin-top: 8px;
}

#other {
	margin-bottom: 40px;
}

#events a span {
	display: block;
	font-size: 9px;
	font-style: italic;
	padding-left: 16px;
}



/*

	content
	
*/
#sidepath {
	color: #746d5a;
	float: right;
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	padding-top: 5px;
}

#content div {
	float: left;
	overflow: auto;
	padding-bottom: 1px;
	width: 460px;
}

#content td div {
	width: 270px;
}

#content h1, #content h2 {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 50px;
}

#content ul {
	list-style-type: none;
	margin-top: 50px;
}

#content ul.smallmargin {
	margin-top: 20px;
}

#content ul li {
	margin-bottom: 10px;
}

#content ul li a {
	font-weight: bold;
}

#content ul li a span {
	display: block;
	font-size: 9px;
	font-style: italic;
}

#content #alphabetic {
	margin-top: 25px;
}

#content #alphabetic li {
	float: left;
	padding: 0 2px 20px 0;
}

#content img {
	float: left;
	padding-right: 10px;
}

#content .date {
	color: #6b6556;
	font-size: 9px;
	padding-bottom: 2px;
}

#content .price_table {
	padding: 15px 0 25px 0;
}

#content .price_table table {
	padding-left: 10px;
}

#content .price_table table th {
	background-color: #eedbd0;
	font-size: 10px;
	padding: 3px 0 3px 0;
}

#content .price_table table td {
	font-size: 11px;
	padding: 2px 2px 2px 3px;
	vertical-align: top;
}

#content .price_table table td {
	border: 1px solid #999;
}

.line {
	background-color: #eedbd0;
}

img.gallery {
	margin-bottom: 8px;
}

/*
	style allgemein
*/
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small a, small {
	font-size: 10px;
}

#content small img {
	padding-right: 3px;
}

.img_holder { overflow:hidden !important; }


/*
	form
*/
input {
	border: 1px solid #eedbd0;
	height: 16px;
	padding-top: 2px;
}

textarea {
	border: 1px solid #eedbd0;
}

select {
	font-size: 10px;
}

input.small {
	width: 20px;
}

input.submit {
	height: 26px;
}



ul.foo {
	padding: 0;
	margin: 0;
}

ul.foo li {
	list-style-type: disc;
	padding: 0;
	margin: 0;
}