body {
	background-color: #000000;
	font-family: arial;
	font-size: 9pt;
	padding: 0;
	margin: 0;
}

a {
	outline: none;
	color: #CCCCCC;
	text-decoration: none;
}

div#page {
	width: 778px;
	margin: 0 auto 0 auto;
	background-image: url('../images/background_top.jpg');
	background-color: #8c0206;
	background-repeat: no-repeat;
	height: auto !important;
	height: 424px;
	min-height: 424px;
}

/** LINKS **/
div#page div.containerLeft {
	width: 370px;
	float: left;
}

/** HEADER LOGO **/
div#page div.containerLeft div.headerLogo {
	height: 184px;
	clear: both;
	text-align: center;
}
div#page div.containerLeft div.headerLogo a {
	text-decoration: none;
}
div#page div.containerLeft div.headerLogo img {
	margin-top: 2px;
	width: 179px;
	height: 180px;
	border: 0px;
}

/** MENU **/
div#page div.menuLeft {
	height: 200px;
	margin-left: 35px;
	margin-top: 15px;
	clear: both;
}
div#page div.menuLeft a {
	height: 25px;
	display: block;
	width: 215px;
	background-image: url('../images/menubar.jpg');
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 74px;
	text-transform:uppercase;
}
div#page div.menuLeft a.start {
	background-position: 0px -1px;
}

/** SUPPORTER **/
div#page div.supportLeftTop {
	color: #000000;	
	clear: both;
}
div#page div.supportLeftTop h1 {
	font-size: 28pt;
	margin: 8px 8px 4px 35px;
}
div#page div.supportLeft {
	background-image: url('../images/supporters.jpg');
	background-repeat: no-repeat;
	height: 330px;
	clear: both;
}

/** RECHTS **/
div#page div.containerRight {
	width: 408px;
	float: left;
}
div#page div.container {
	color: #FFFFFF;
	margin-right: 52px;
}
div#page div.container h1 {
	color: #FFFFFF;
	font-size: 28pt;
}

/** FOOTER **/
div.footer {
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	height: 41px;
	clear: both;
}

/* CLEARER */
/* *** Float containers fix: http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/** GUESTBOOK **/
div.guestbook {
	width: 356px;
	color: #000000;
}
div.guestbook_empty {
	border: 1px solid #dc291e;
	background-color: #FFFFFF;
	clear: both;
	margin: 2px 2px 12px 2px;
}
div.guestbook_item {
	border: 1px solid #dc291e;
	margin: 2px 2px 12px 2px;
	clear: both;
}
div.guestbook_item div.guestbook_text {
	padding: 4px;
	background-color: #FFFFFF;
}
div.guestbook_item div.guestbook_bottom {
	background-color: #dc291e;
	color: #FFFFFF;
	font-size: 8pt;
	padding: 2px;
}

/** form **/
div.guestbook_form {
	border: 1px solid #dc291e;
	margin: 16px auto 0 auto;
	width: 356px;
	background-color: #FFFFFF;
}
div.guestbook_form div.head {
	font-weight: bold;
	padding: 2px;
	background-color: #dc291e;
	color: #FFFFFF;
}
div.guestbook_form div.line {
	clear: both;
	padding: 2px;
}
div.guestbook_form div.left {
	padding-top: 3px;
	float: left;
	width: 100px;
	display: block;
}
div.guestbook_form div.right {
	float: left;
	clear: right;
}
div.guestbook_form div.right input {
	border: 1px solid #d2d2d2;
	width: 200px;
}
div.guestbook_form div.both {
	
}

p.error {
	color: red;
	margin: 6px;
}

a.anchor {
	font-size: 1px;
	height: 1px;
}

div.paging {
	text-align: right;
	margin-right: 4px;
	clear: both;
}
div.paging a {
	color: #FFFFFF;
	text-decoration: none;
}
div.paging a.selected {
	font-weight: bold;
}

textarea[name='message'] p {
	margin: 0px;
}
