* {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #eee;
}

body {
	background: #111 url(../images/bg.body.gif) repeat-x;
}

a, a:hover {
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #990066;
}

img {
	border: 0;
}

ul {
	list-style-type: none;
}

/* ******************************** */

.overall {
	margin: auto;
	width: 900px;
	padding-bottom: 10px;
}

.header {
	height: 120px;
	background: #111 url(../images/bg.header.jpg) no-repeat;
}

.container {
	width: 850px;
	padding: 0 25px 30px 25px;
	background: transparent url(../images/bg.container.gif) repeat-y;
}

.footer {
	margin: auto;
	width: 460px;
	height: 25px;
	padding: 10px 20px;
	background: transparent url(../images/bg.footer.gif) repeat-x;
}

/* ******************************** */

.column-1, .column-2 {
	float: left;
	width: 120px;
	padding: 0 20px;
	margin: 0 5px;
}

.column-2 {
	width: 460px;
	padding: 18px 20px 0 20px;
}

/* ******************************** */

.box {
	padding: 18px 0 7px 0;
}

.title {
	height: 23px;
}

.title span {
	display: none;
}

/* ******************************** */

.navi li {
	padding: 2px 0;
}

.link strong {
	display: none;
}

a.link, a:hover.link {
	display: block;
	height: 16px;
}

a:hover.link, a.active, a:hover.active {
	background-position: 0 -16px;
}

/* ******************************** */

.headline {
	height: 23px;
}

.headline span {
	display: none;
}

/* ******************************** */

.column-1 h3, .column-2 h3 {
	margin-top: 20px;
	height: 18px;
	color: #990066;
	font-weight: normal;
}

.column-1 h3, .column-1 p {
	font-size: 11px;
}

.column-2 h3.left {
	float: left;
	width: 350px;
}

.column-2 h3.title {
	margin: 30px 0 5px 0;
	height: 18px;
	font-weight: bold;
	background: #111 url(../images/dots.grey.gif) repeat-x bottom left;
}

.column-2 h3.title span {
	display: none;
}

.column-2 h4.title {
	height: 20px;
	margin: 13px 0 5px 0;
	font-weight: normal;
	color: #990066;
}

.column-1 h4.date {
	padding: 0;
}

.column-1 img, .column-2 img {
	padding: 4px;
	border: 1px #292929 solid;
}

.column-1 p, .column-2 p {
	padding: 10px 0 10px 0;
	line-height: 1.3;
}

.column-2 p {
	padding-bottom: 15px;
}

.column-2 a.link-overview {
	float: right;
	margin-top: 20px;
	color: #990066;
}

/* ******************************** */

.list td {
	height: 20px;
	vertical-align: middle;
}

.highlight td {
	background: #2c0e22;
}

td.name {
	width: 300px;
	color: #990066;
}

.week td.name {
	width: 355px;
}

td.date {
	width: 120px;
	padding-left: 5px;
}

.week td.date {
	width: 65px;
}

td.more {
	text-align: right;
	padding-right: 5px;
}

/* ******************************** */

.event {
	padding: 0 0 40px 0;
}

.event h2 {
	height: 16px;
	margin: 0;
	padding: 0;
	color: #990066;
	font-weight: bold;
}

.event h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}

.event div a, .event div a:hover {
	color: #990066;
}

/* ******************************** */

.image-list {
	padding: 25px 0 20px 0;
}

.events, .image-navi {
	display: inline-block;
	padding: 5px 0;
	background: #111 url(../images/dots.grey.gif) repeat-x bottom left;
}

.events {
	background: #111;
}

.events h4.title {
	height: 13px;
	font-weight: bold;
}

.events div, .overview img, .events p, .overview p {
	float: left;
	width: 140px;
	margin: 0 0 5px 0;
	padding: 4px;
	border: 1px #292929 solid;
}

.events p, .overview p {
	width: 5px;
	height: 30px;
	padding: 0;
	border: 0;
}

.events div img {
	width: 140px;
	padding: 0;
	border: 0;
}

.events div h3 {
	height: 12px;
	margin: 0 0 1px 0;
}

.events div strong {
	font-weight: normal;
}

.image-navi {
	padding: 15px 0 5px 0;
	margin-bottom: 10px;
}

.image-navi div {
	float: left;
	width: 150px;
}

.image-navi .overview {
	width: 160px;
	text-align: center;
}

.image-navi .next {
	text-align: right;
}

.image-navi div a, .image-navi div a:hover {
	color: #990066;
}

#video_content {
	margin-left: -2px;
	width: 460px;
}

/* ******************************** */

.form {
	padding: 20px 0;
}

.form div {
	padding: 5px 0;
}

.form div label, input.text {
	float: left;
	width: 175px;
	line-height: 1.4;
}

input.text, .form textarea {
	width: 200px;
	height: 15px;
	padding: 2px 0 1px 2px;
	color: #eee;
	border: 1px #292929 solid;
	background: #111;
}

.form textarea {
	width: 278px;
	height: 120px;
	_margin-left: -3px;
}

.form .hint {
	padding-left: 150px;
	color: #990066;
}

.form .error {
	border-color: #990066;
}

.form b {
	font-size: 10px;
	color: #990066;
}

input.submit, input.submit:hover {
	float: right;
	border: 0;
	color: #eee;
	background: #111;
	cursor: pointer;
}

input.submit:hover {
	color: #990066;
}

.hint {
	padding-top: 15px;
	color: #990066;
	font-weight: bold;
}


/* ******************************** */

.footer a.link, .footer a:hover.link {
	font-size: 10px;
}

/* **************WYSIWYG****************** */

.column-1 span.hightlight, .column-2 span.hightlight, .column-1 p.hightlight, .column-2 p.hightlight {
	color: #990066;
}

.column-1 a.text-link span, .column-1 a:hover.text-link span, .column-2 a.text-link span, .column-2 a:hover.text-link span {
	color: #fff;
}

.column-1 a:hover.text-link span, .column-2 a:hover.text-link span, .column-1 a.text-link span:hover, .column-2 a.text-link span:hover {
	color: #990066;
}

.column-1 span.title, .column-2 span.title, .column-1 p.title, .column-2 p.title {
	color: #990066;
	font-weight: bold;
}

.column-1 p.title, .column-2 p.title {
	padding: 15px 0 0 0;
}

.column-1 span.date, .column-2 span.date, .column-1 p.date, .column-2 p.date {
	color: #fff;
	font-weight: bold;
}

/* *************************************** */

#flashAnimation {
	border:1px solid #292929;
}

#flashAnimation embed {
	margin: 4px 0 2px 0;
}