body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
	/*color: black;*/
	color: white;
	/*background-color: #F1EFEE;*/
	background-color: #002037;
	background-image: url(../images/background_09.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

body.startpage {
	background-image: none;
}

p {
	margin-top: 0px;
}


#site {
	position: relative;
	width: 774px;
	margin: 0px auto;
}

#startpage {
	position: relative;
	width: 500px;
	margin: 50px auto;
	color: black;
}
#startpage a {
	float: right;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#startpage a:hover,
#startpage a:active {
	text-decoraton: underline;
}
#startpage image {
	border: none;
}

#main-col {
	position: relative;
	top: 0px;
	left: 0px;
	width: 574px;
	float: left	;
	/*min-height: 400px;*/
	/*overflow: hidden;*/
	z-index: 9
}

/*** side-col ***/
#side-col {
	position: relative;
	top: 0px;
	right: 0px;
	width: 198px;
	overflow: hidden;
	/*height: 100%;*/
	float: right;
	/*background-image: url(../images/strip_09.gif);*/
}

#side {
	padding-top: 40px;
	margin-left: 0px;
	width: 190px;
	overflow: hidden;
}
#side h2 {
	margin: 0px;
	padding-left: 19px;
	font-weight: bold;
	color: black;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	/****************************/
	/*
	width: auto;
	background-color: transparent;
	text-indent: 0px;
	*/
}

#ticker {
	width: auto;
	color: #95501F;
	font-size: 12px;
	width: 100%;
	margin-bottom: 20px;
	padding-top: 10px;
	/****************************/
	/*
	background: none top left repeat-x;
	*/
}
div#ticker {
	margin: 20px 0;
	padding-left: 18px;
	background-color: #D9D6D4;
}
#ticker a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#ticker a:hover, a:active {
	color: black;
	text-decoration: underline;
}
div.ticker-date {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 6px;
}

#ticker-link {
	color: black;
}
#ticker-link a {
	text-decoration: none;
}
#ticker-link a:hover {
	text-decoration: underline;
}

#navigation {
	width: auto;
	padding: 5px 0;
	/*************/
	background: #D9D6D4 none top left repeat-x;
}
div#navigation {
	margin: 20px 0;
	padding-left: 18px;
	background-color: #D9D6D4;
	overflow:hidden;
}
#navigation ul {
	margin: 0;
	padding-top: 5px;
	padding-left: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: none;
}
#navigation li {
	margin-bottom: 5px;
}
/* MSIE 6 */
* html #navigation li {
	margin-bottom: 0px;
	border-bottom: 3px solid white;
}
#navigation a {
	color: black;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../images/list_symbol.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	display: block;
	line-height: 15px;
}
/* MSIE 6 */
* html #navigation a {
	background-position: left 7px;
	line-height: 17px;
}
/* MSIE 7 */
*:first-child+html #navigation a {
	background-position: left 6px;
}
#navigation a:hover, a:active {
	color: black;
	text-decoration: underline;
	/**********************/
	background-image: url(../images/list_symbol.gif);
}
#navigation a.selected {
	color: black;
	text-decoration: none;
	/**********************/
	background-image: url(../images/list_symbol.gif);
}
#navigation span {
	font-weight: normal;
}

#metanav {
	width: auto;
	/*******/
	background: none repeat-x left top;
}
div#metanav {
	margin: 110px 0 10px;
	padding-left: 18px;
}
#metanav ul {
	margin: 0;
	padding-top: 5px;
	padding-left: 0px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: none;
}
#metanav li {
	display: block;
	padding-bottom: 5px;
}
#metanav a {
	color: black;
	text-decoration: none;
	font-size: 12px;
	font-size: 12px;
	padding-left: 10px;
	background-image: url(../images/list_symbol.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	display: block;
	line-height: 15px;
}
#metanav a:hover {
	text-decoration: underline;
}
#metanav a.selected {
	color: black;
}
#metanav span {
	font-size: 8px;
}

/*** header ***/

#header {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 546px;
}
#header-sujet {
	margin-left: 4px;
	height: 100px;
	width: 538px;
	overflow: hidden;
}
#header-shadow {
	height: 22px;
	width: 546px;
	/****************/
	background: none;
}
#header h2 {
	font-weight: normal;
	font-size: 11px;
	margin: 0 4px;
	width: 538px;
	line-height: 18px;
	color: white;
	background-color: #D9D6D4;
}
#header a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	margin: 5px;
}
#header a:hover {
	text-decoration: underline;
}

#logo {
	margin-top: 20px;
	margin-left: 0px;
	height: 120px;
	width: 190px;
	overflow: hidden;
	background-image: none;
	background: #D9D5D3;
	display: block;
}
#logo img {
	border: none;
}

#stage {
	font-size: 13px;
	position: absolute;
	top: 177px;
	left: 4px;
	width: 538px;
	overflow: hidden;
	padding-bottom: 20px;
}
#stage h1 {
	margin-top: 0px;
	font-size: 16px;
	color: #d9d6d4;
}
#stage a {
	color: white;
	text-decoration: none;
}
#stage a:hover {
	text-decoration: underline;
}

/*** Content ***/
div.content {
	width: 100%;
	margin: auto;
}
div.wave {
	/*background-color: #444444;*/
	background-color: #354551;
}
div.content-media {
	float: left;
	width: 235px;
	margin-right: 20px;
	overflow: hidden;
}
div.content-text {
	width: 280px;
	overflow: visible;
	float: left;
	margin: auto;
}

span.backurl {
	float: right;
	text-align: right;
	text-decoration: none;
	color: black;
}

/*** Events ***/

div.event-overview-intro {
	padding-top: 20px;
}
div.event-overview-media {
	float: left;
	padding-left: 20px;
	overflow: hidden;
}
div.event-overview-text {
	margin-left: 20px;
	float: left;
	padding-right: 20px;
	width: 220px;
}

div.event-overview-element {
	padding: 10px;
	width: 100%;
	display: table;
	position: static;
}
div.event-overview-date {
	float: left;
	padding-right: 10px;
	width: 140px;
}
div.event-overview-content {
	float: left;
	padding-right: 10px;
	width: 285px;
}
div.event-overview-link {
	float: left;
	color: black;
}
div.odd {
	background: #DCDCAE;
}

div#event-detail-gallery {
	padding-top: 60px;
	padding-left: 17px;
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100px;
}
div.event-detail-image {
	position: relative;
	float: left;
	width: 160px;
	height: 160px;
	margin-top: 10px;
	margin-right: 10px;
	background: white;
	text-align: center;
	border: 1px solid gray;
}
table.event-detail-image {
	position: relative;
	float: left;
	width: 160px;
	height: 160px;
	margin-top: 10px;
	margin-right: 10px;
	background: white;
	text-align: center;
	border: 1px solid gray;
}
td.event-detail-image {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
img.event-detail {
	/*display: table-cell; */
}


/*** Request Forms ***/

div.orderform {
	padding: 20px;
	margin-top: 20px;
	/*background-color: #D9D6D4;*/
	/*************************/
	background-image: none;
}

table.contactform,
table.orderform {
	width: 520px;
	padding: 0px;
}

select.contactform,
select.orderform {
	min-width: 178px;
	max-width: 335px;
	height: 16px;
	border: 1px solid #c9c9c9;
	margin-top: 4px;
}
/* MSIE 6 */
* html #frmrequest select.orderform {
	width: 335px;
}

requirednote,
required {
	color: #51992D;
}

input.contactform,
input.orderform {
	width: 176px;
	height: 16px;
	padding: 0px;
	border: 1px solid #c9c9c9;
}

input.contactform-zip,
input.orderform-zip {
	width: 45px;
	height: 16px;
	padding: 0px;
	border: 1px solid #c9c9c9;
}

input.contactform-city,
input.orderform-city {
	width: 126px;
	height: 16px;
	padding: 0px;
	margin-left: 3px;
	border: 1px solid #c9c9c9;
}

input.orderform-cards {
	width: 24px;
	height: 16px;
	padding: 0px;
	border: 1px solid #c9c9c9;
	text-align: center;
	margin-top: 3px;
}
div.orderform-headline {
	font-weight: bold;
	width: 90px;
	height: 20px;
	float: left;
}
span.orderform-label {
	width: 130px;
	height: 36px;
	display: block;
	overflow: hidden;
	float: left;
}

input.contactform-submit,
input.orderform-submit {
}

textarea.contactform,
textarea.orderform {
	width: 335px;
	height: 88px;
	padding: 0px;
	border: 1px solid #c9c9c9;
}

input.contactform-submit,
input.orderform-submit {
}

span.contactform-warning,
span.orderform-warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: brown;
}

td.taf {
	padding: 1px 3px;
	text-align: right;
	vertical-align: top;
}

td.form {
	padding: 1px 3px;
	width: 120px;
	vertical-align: top;
}

td.checkbox {
	padding: 1px 0px;
	text-align: left;
}

td.submit {
	padding-top: 10px;
}

span.error {
	color: #CF0000;
}

img {
	border: 0px;
}
