body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "trebuchet ms",sans-serif;
	background: #FF6 url(images/body_bg_01.jpg) fixed repeat-x;
	color: #333;
	text-align: center;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto; 
	min-height: 100%;
	width: 850px;
	text-align: left;
	background: #FFF;
	border-left: 3px solid #DCDCDC; border-right: 3px solid #DCDCDC;
}

/* fix for IE6 */
* html #container {
	height: 100%;
}

#header {
	padding: 10px 10px 20px 10px;
	background: url(images/motif.jpg);
}
#header img {
	border-color: #FFF;
}
#headertext {
	font-size: 30px;
	color: #000;
	margin-bottom: 7px;
}

#mainmenu {
	position: absolute;
	color: #000;
	font-size:  16px;
	top: 20px; right: 10px;
}
#mainmenu a {
	color: #000;
	font-weight: bold;
}
#mainmenu a:hover {
	color: #DCDCDC;
	text-decoration: none;
} 
#mainmenu a#selected {
	color: #DCDCDC;
} 

#content {
	width: 600px;
	font-size: 1em;
	padding: 10px 10px 80px 10px;
}
#right_column {
	float: right;
	margin: 30px 10px 0 0;
	font-size: 0.9em;
}
#right_column img {
	padding: 5px;
	border: 1px solid #C0C0C0;
}

/* fix for IE6 */
* html #right_column {
	margin: 30px 5px 0 0;
}


ul { 
	list-style-type: disc;
	padding: 0;
	margin-left: 15px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
form {
	margin: 0;
}
hr {
	color: #DC143C;
	background: #DC143C;
	border: 0;
	height: 2px;
}
a {
	color: #F66;
	text-decoration: none;
}
a:hover {
	color: #DC143C;
	text-decoration: underline;
}
img {
	border-color: #C0C0C0;
}

.subheader {
	font-size: 1.2em;
	color: #DC143C;
}

.boldtext {
	color: #DC143C;
	font-weight: bold;
}

#footer {
	position: relative;
	bottom: 0;
	padding: 0;
	margin-top: -60px; 
}
#footer_content {
	margin: 0 auto; 
	width: 850px;
	font-size: 14px;
	color: #FFF;
	background: #FFF;
	border-left: 3px solid #DCDCDC; border-right: 3px solid #DCDCDC;
	text-align: left;
}
#footer_banner {
	margin-left: 10px;
	width: 810px;
	background: #DC143C;
	padding: 5px 10px;
	font-weight: bold;
}
.footer_right {
	float: right;
	text-align: right;
}

#bottommenu {
	font-size: 14px;
	color: #DC143C;
	background: #FFF;
	padding: 5px 10px 10px 10px;
}

.button {
	width: 120px;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}
.button a {
	display: block;
	width: 100%;
	color: #FFF;
	background: #DC143C;
	border: 1px solid #DC143C;
	padding: 3px;
} 
.button a:hover {
	color: #FFF;
	background: #F66;
	text-decoration: none;
}

div#form_box label {
	float: left;
	width: 130px;
	text-align: right;
	padding-right: 5px;
}
div#form_box input,select {
	margin-bottom: 5px;
}
fieldset {
	border: none;
}

#slideshow {
	border: 1px solid #C0C0C0;
	padding: 5px 6px 0 6px;
}
a.slideshow img {
	border: 6px solid #FFF;
}

a.slideshow:hover img {
	border: 6px solid #F66;
}

a.slideshow:hover {
	color: #DAA520; /* irrelevant definition to overcome IE bug */
}