
/* GENERAL STYLES */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%
}

body {
	height: 100%;
    min-height: 101%;
    color: #000;
   	background: #D7CCBF;
   	font-family: Tahoma, Arial, Verdana;
}

img {
	border: 0;
}

p {
	padding: 0 0 0.8em 0;
}

input, textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1em;
	padding: 1px;
	color: #333;
}



/* MAIN BODY */

#container {
	width: 920px;
	margin: 0 auto;
	background: #EDE8E2;
	background-repeat: no-repeat;
	border-left: 1px solid #C2B19E;
	border-right: 1px solid #C2B19E;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}




/* COLUMNS */

#column-left {
	width: 200px;
	float: left;
	height: 100%;
}

#column-right {
	width: 200px;
	float: right;
	height: 100%;
}

#column-center {
	width: 520px;
	float: left;
}



/* HEADER */

#header {
	padding: 8px 0 0 20px;
	height: 108px;
}

.emoheader {
	width: 470px;
	height: 160px;
	margin: 10px auto 12px auto;
	background-repeat: no-repeat;
}



/* MAINMENU */

.navigation {
	list-style: none;
	font-size: 0.7em;
	margin-left: 20px;
}

.navigation li {
	line-height: 120%;
	padding: 0.35em 0 0.35em 12px;
	border-bottom: 1px dotted #E8DDD8;
}

.navigation li.open {
	background: url(../images/arrow_open.gif) 0em 0.65em no-repeat;
	font-weight: bold;
}

.navigation li.on {
	background: url(../images/arrow_on.gif) 0em 0.65em no-repeat;
	font-weight: bold;
}

.second-level {
	margin-left: 15px;
}

.third-level {
	margin-left: 30px;
}

.navigation a {
	color: #993333;
	text-decoration: none;
}

.subnavigation {
	list-style: none;
	display: inline;
	font-size: 0.7em;
	color: #fff;
}

.subnavigation li {
	float: left;
	margin-right: 1.2em;
}

.subnavigation a {
	color: #fff;
}




/* CONTENT AREA */

.headline {
	width: 470px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/headline_background.gif) no-repeat;
	padding: 0;
}

h1, h2 {
	color: #993333;
}

h1 {
	font-size: 1.4em;
	padding: 5px 0 0 16px;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h3 {
	color: #3496DD;
	font-size: 1.1em;
	padding-bottom: 0.2em;
}

h3 span {
	float: right;
	font-weight: normal;
	}

h1 p, h2 p, h3 p {
	margin: 0;
	padding: 0;
}

.divider {
	margin: 20px 0 20px 20px;
	height: 1px;
	background: url(../images/dotted_line.gif) no-repeat;
	font-size: 0;
}

.gallery {
	margin-left: 7px;
}

.gallery img {
	padding: 1px;
	border: 1px solid #aaa;
	margin: 0 0 8px 4px;
}

.content {
	background: url(../images/content_background.gif) center top repeat-y;
	padding-top: 12px;
}

ol {
	margin-left: 20px;
}



/* LINKS */

a {
	color: #993333;
	text-decoration: none;
}

.footer a {
	color: #999;
}

a:hover {
	color: #3496DD;
	text-decoration: none;
}




/* ACCORDEON F/X */

.toggler {
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.element {
	margin-top: 0.5em;
}

.element_text {
	padding: 0.4em 12px 1em 12px;
	line-height: 130%;
}




/* MAIN CONTENT AREA */

.float-text {
	font-size: 0.7em;
	line-height: 140%;
}

.introduction {
	margin-bottom: 1.5em;
}

.textbox-top {
	width: 470px;
	height: 16px;
	background: url(../images/text_box_top.gif);
	margin: 0 auto;
	font-size: 0;
}

.textbox-bottom {
	width: 470px;
	height: 16px;
	background: url(../images/text_box_bottom.gif);
	margin: 0 auto;
	font-size: 0;
}

.textbox-body {
	width: 438px;
	padding: 0 16px;
	background: url(../images/text_box_background.gif);
	margin: 0 auto;
	font-size: 0.70em;
	line-height: 140%;
	color: #666;
	position: relative;
}

.infobox {
	width: 450px;
	height: 38px;
	margin: 0 auto;
	margin-top: 12px;
	background: url(../images/infobox_background.gif) no-repeat;
	padding: 2px 0 0 20px;
	font-weight: bold;
}

.listimage {
	border: 1px solid #E2DED5;
	padding: 1px;
	float: left;
	margin-right: 22px;
}

.listtext {
	width: 292px;
	float: right;
}

.listlink {
	display: block;
	margin-top: 0.8em;
}

.spacing12px {
	font-size: 0;
	height: 12px;
}

.clearall {
	clear: both;
}

.hint {
	font-weight: bold;
	color: #3496DD;
}



/* FOOTER */

.footer {
	height: 28px;
	width: 470px;
	margin: 0 auto;
	background: url(../images/content_footer.gif) bottom center;
	font-size: 0.7em;
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;
	color: #999;
}



/* FORMS AND FORM MESSAGES */

#contact div {
	margin-bottom: 2px;
	min-height: 18px;
	height: auto !important;
	height: 18px;
}

#contact label {
	display: block;
	float: left;
	width: 200px;
	padding-top: 2px;
}

#contact .normal {
	color: #666;
}

#contact .active {
	color: #e00;
}

.form_normal {
	border: 1px solid #A5ACB2;
	width: 198px;
}

.form_error {
	border: 1px solid #c00;
	width: 198px;
}



/* SITEMAP */

.sitemap {
	font-size: 0.7em;
}

.sitemap ul {
	padding-left: 60px;
	padding-bottom: 10px;
}



