/* CSS Document */

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

body {
	text-align: center;
	padding-top: 20px;
	background-image: url(../img/body_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* ------------------------------------------------------------------- */

#page {
	position: relative;
	width: 980px;
	margin: 0px auto;
	text-align: left;
	
	background-image:url(../img/page_bg.jpg);
	background-repeat: no-repeat;
}

#service_navigation {
	left: 65px;
	top: 10px;
	position: absolute;
}

#service_navigation ul {
	list-style-type: none;
}

#service_navigation li {
	display: inline;
	list-style-type: none;
}

#navigation {
	margin-left: 8px;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	display: inline;
}

.sub_navigation {
	visibility: hidden;
}

.sub_navigation ul {
}

.sub_navigation ul li {
	display: inline;
	float: left;
}

.sub_navigation ul li a {
	float: left;
	background-image: url(../img/subnav_listtype_01.gif);
	background-position: 10px 7px;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #000;
	text-decoration: none;
}

.sub_navigation ul li a:hover {
	text-decoration: underline;
}

.sub_navigation ul li.cur a {
	text-decoration: underline;
}

#col_left {
	width: 520px;
	background-image: url(../img/page_content_bg.png);
	background-position: left;
	background-repeat: repeat-y;
}

#col_right {
	position: absolute;
	right: 45px;
	top: 45px;
	width: 370px;
}

#page_title {
	width: 520px;
	height: 48px;
	overflow: hidden;
	margin-left: 8px;
	background-color: #FAE5C5;
	background-image: url(../img/page_title_bg.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#page_content {
	padding: 45px 45px 0px 37px;
}

#content {
	float: left;
	width: 528px;
	font-size: 13px;
	min-height: 520px;
	padding-bottom: 50px;
	background-image: url(../img/page_content_bg_bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#content a,
#content p,
#content th,
#content td,
#content li,
#content h1,
#content h2,
#content h3 {
	font-family: "Times New Roman", Times, serif;
	/*color: #000;*/
}



#content h1,
#content h2,
#content h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #dfb578;
	margin-bottom: 0.75em;
	padding-bottom: 0.15em;
}
#content h1 a,
#content h2 a,
#content h3 a {
	color: #000000;
}

#content ul li {
	margin-left: 20px;
}

#content p,
#content li {
	line-height: 1.5em;
}

#content div.content-element {
	width: 470px;
	clear: both;
	margin-bottom: 30px;
}

#content a,
#content a:hover {
	text-decoration: none;
}

#header_img {
	position: relative;
}

#impressum {
	float: right;
}

#impressum p,
#impressum a,
#impressum td {
	font-size: 13px;
	line-height: 1.5em;
}

#adresse {
	margin-top: 10px;
	margin-left: 10px;
}

#adresse p,
#adresse a,
#adresse td {
	font-size: 13px;
	line-height: 1.5em;
}

#appenzellerland {
	margin-top: 20px;
	margin-left: 10px;
}


/* ------------ TYPO3 ----------------- */
.bodytext {
	font-size: 14px;
}

.bodytext a {
	color: #EB9C3D;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.bodytext a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

/* ------------- CSC ------------------ */
.csc-caption,
.csc-textpic-caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	padding-top: 3px;
	padding-bottom: 10px;
}


