html,body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	border:none;
	background-color:#FFFFFF;
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#center {
	width:969px;
	height:100%;
	min-height:100%;
	margin: 0px auto;
}
/* Hack for all new Browsers (Fixes IE6) */
html>body #center {
	height:auto;
}

/*__________ LayoutDivStyles __________*/


#top_header {
	width:100%;
	height:128px;
	text-align:center;
}
#main_menu {
	margin-left: 19px;
}

.submenu {
	position:relative;
	top:-11px;
	background-image:url(images/header_submenu_bg.jpg);
	background-repeat:no-repeat;
	height:30px;
	padding-top:7px;
	padding-left:50px;

}

#content {
	margin-top:1px;
	width:100%;
	height:571px;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-x;
}
/* Hack for all new Browsers (Fixes IE6) */
html>body #content {
	height:auto;
	min-height:571px;
}

#content_padding {
	padding:10px 20px 70px 20px;
}

.content_layout_table {
	width:100%;
	border-collapse:collapse;
	empty-cells:hide;
}
.content_layout_table td.content_td {
	padding:0;
	margin:0;
	background-image:url(images/content_spacer_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
.content_layout_table div.td_padding{
	padding-left:15px;
	padding-right:10px;
}
#sponsors {
	width:145px;
}


/*__________ Menu-Styles ________ */



#main_menu a{
	display:block;
	float:left;
	width:152px;
	height:40px; /* 60px - padding-top */
	padding-top:20px;
	margin-top:68px;
	margin-left:0px;
	margin-right:4px;
	background-image:url(images/button.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	color:#8e190b;
}

#main_menu a:hover, #main_menu a.active {
	background-image:url(images/button_active.jpg);
}

.submenu a {

}


/*__________ Link-Stile fuer Content Links ________ */

a {
	color:#8e190b;
	text-decoration:none;
}

a:hover {
	color:#cc2310;
	text-decoration:underline;
}


/*__________ Styles: Content ________ */


#content {
	color:#000000;
}
#content_padding {

}


/*__________ Styles: Allgemein ________ */

#content H1 {
	font-size:15px;
	font-weight:lighter;
	color:#860c00;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}
#content H2 {font-size:14px;}
#content H3 {font-size:13px; font-weight:bold;}



/*__________ Styles: Typo3 anpassungen ________ */

#content p {
	margin-bottom:20px;
	margin-top:0px;
}


.csc-textpic{

}
.csc-textpic p {
	border-width:0px;
}

.csc-header {
}

#sponsors .csc-textpic-clear {
	display:block;
	margin-bottom:10px;
}

/*__________ Styles: Mailforms ________ */

.csc-mailform-field {
	width:100px;
}

/*__________ Styles: Gallery ________ */

#tx-lzgallery-pi1-fotonav a{
	display:block;
	padding:3px 8px 3px 8px;
	margin-right:5px;
	margin-left:5px;
	border-width:0;
	border-top-width:1px;
	border-bottom-width:1px;
	border-color:#999999;
	border-style:solid;
	text-decoration:none;
}

#tx-lzgallery-pi1-title {
	font-weight:bold;
	font-size:14px;
	text-align:center;
	margin-bottom:5px;
	width:100%;
	border-bottom:1px solid #999999;
}


/*__________ Styles: Randomimage ________ */
.image_preview {
	width:280px;
}
.image_preview div {
	float:left;
	width:50px;
	height:50px;
	margin-right:5px;
	margin-bottom:5px;
}


/*__________ Styles: News ________ */
.news-latest-container {
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
}
.news-latest-container strong{
	padding-bottom:5px;
	display:block;
}
.news-latest-container a{
	color:#555555;
	text-decoration:none;
}

.news-latest-bottomline {
	background-color:#dbdbdb;
	width:100%;
	height:1px;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}

/*__________ Typo3 Gästebuch ________ */

div.my_tx-guestbook-header {
width:600px;
padding:4px 10px 4px 10px;
background-color:#860c00;
color:#FFFFFF;
font-size:14px; 
font-weight:lighter;
}

div.my_tx-guestbook-entry {
width:600px;
background-color:#ffe7c5;
padding:10px;
padding-bottom:20px;
color:#333333;
}