html, body {
	margin: 0;
	padding: 0;
	background: #fafafa url(../images/bg/body2.gif) repeat-y top;
}

img {
	border: none;
}

#header {
	width:100%;
	height: 207px;
	background: transparent url(../images/bg/header.jpg) no-repeat top;
}

#pagewidth {
	width: 696px;
	min-height: 550px;
	margin: 0 auto;
	/*border: 1px solid red;*/
}
/* KHTML and Mac IE 5 ignore the following */
@media ScReEn, projection {
	/* minimum height for WinIE */
	div#pagewidth { height: 550px; }
	/* Windows IE ignores the following */
	html>body div#pagewidth  { height: auto; }
} /* end ScReEn rules */

#footer {
	width: 696px;
	margin: 0 auto;
	border-top: 1px solid #e4e4e5;
}

#innerheader {
	width: 696px;
	height: 167px;
	margin: 0 auto;
	padding-top: 40px;
}

#topnavi {
	float: right;
	margin-right: 12px;
}

#content {
	width: 472px;
	float: right;
	padding-bottom: 30px;
	/*border: 1px solid blue;*/
}

/* === mainmenu === */
#mainmenu {
	width: 194px;
	float: left;
}
#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainmenu li {
	height: 36px;
	margin-top: 0px;
	margin-bottom: 0px !important;
	margin-bottom: -3px;
	padding-bottom: 0px;
}
#mainmenu li img {
	margin: 0;
}

/* === submenu === */

ul.submenu {
	list-style: none;
	margin: 24px 0 12px 0;
	padding: 0;
}
ul.submenu li {
	line-height: 24px;
}
ul.submenu li a, ul.submenu li a:link, ul.submenu li a:visited  {
	background: #fff url(../../images/btn/onoff.gif) no-repeat 0px 3px;
	color: #999;	
	text-decoration : none;
	padding: 0 0 0 16px;	
}
ul.submenu li a:hover, ul.submenu li a:active {
	background: #fff url(../../images/btn/onoff.gif) no-repeat 0px -18px;
	color: #666;
	text-decoration: underline;
}
ul.submenu li a.selected {
	background: #fff url(../../images/btn/onoff.gif) no-repeat 0px -39px;
	color: #E4423F;
}

/* === fonts === */
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 75%; /*entspricht 12px bei Arial*/
}
p, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 100%;
	line-height: 1.4em;
}
h1 {
	font-size: 120%;
	text-transform: uppercase;
}
td {
	vertical-align: top;
}
th {
	letter-spacing: 2px;
	padding: 12px 0;
}

/* === links === */

a, a:link, a:visited {
	color: #999;
}
a:hover, a:active {
	color: #e4423f;
}

a.newslnk, a:link.newslnk, a:visited.newslnk {
	color: #999;
	padding-left: 12px;
	background: transparent url(../images/btn/lnk_off.gif) no-repeat 0px 4px;
}
a:hover.newslnk, a:active.newslnk {
	color: #e4423f;
	background: transparent url(../images/btn/lnk_on.gif) no-repeat 0px 4px;
}
a.backlnk, a:link.backlnk, a:visited.backlnk {
	color: #999;
	padding-left: 12px;
	background: transparent url(../images/btn/backlnk_off.gif) no-repeat 0px 4px;
}
a:hover.backlnk, a:active.backlnk {
	color: #e4423f;
	background: transparent url(../images/btn/backlnk_on.gif) no-repeat 0px 4px;
}

a:link.maillnk, a:visited.maillnk {
	padding-left: 22px;
	background: url(../images/btn/letter.gif) no-repeat 0px 2px;
}
a:hover.maillnk, a:active.maillnk {
	padding-left: 22px;
	background: url(../images/btn/letter.gif) no-repeat 0px -16px;
}

a.dclink, a:link.dclink {
	font-style: italic;
	text-decoration: none;
	padding-left: 12px;
	background : transparent url(../images/btn/dclink.gif) no-repeat 0px 3px;
}
a:hover.dclink, a:active.dclink {
	background : transparent url(../images/btn/dclink.gif) no-repeat 0px -18px;
}

/* === images === */

img.linksbnd {
	float: left;
	margin: 0 10px 6px 0;
}
img[align=left] {
	float: left;
	margin: 0 0 6px 10px;
}
img.rechtsbnd {
	float: right;
	margin: 6px 0 10px 20px;
} 
img[align=right] {
	float: right;
	margin: 6px 0 10px 20px;
} 
.newsarticle img[align=left] {
	float: left;
	margin: 0 10px 6px 0 !important;
}
.newsarticle img[align=right] {
	float: right;
	margin: 0 0 6px 10px !important;
}

/* Img bei Aktuelles Teaser */
.imgleft {
	float: left;
	margin: 0 10px 6px 0;
}
.imgright {
	float: right;
	margin: 0 0 6px 10px;
}


/* === news === */
.teasercontainer {
	padding-right: 30px;
	color: #666;
	margin: 0 0 20px 0;
	clear: both;
}
.teaserheadline {
	font-weight: bold;
	display: block;
	margin: 6px 0 12px 0;
}
.newsarticle {
	padding-right: 30px;
	color: #666;
	margin: 0 0 20px 0;
}

/* === formular === */

legend {
	 color : #666;
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 0;
}
fieldset {
	border: 1px solid #C3C3C4;
	width: 80%; 
	background-color: #FAFAFA;
}
* html fieldset {
	background: transparent url(../images/bg/fieldset.gif) repeat-x top;
}

td.form_sp1 {
	font-size : 11px;
	text-align : right;
	vertical-align : top;
	padding-top: 6px;
}
.form_textblock {
	font-size : 11px;
	margin-bottom: 30px;
	margin-right: 30px;
}
.form_note {
	font-size: 11px !important;
	text-align: center;
}
input.standardsize {
    width: 230px;
	 border: 1px solid #C3C3C4;
}
input.plz {
    width: 54px !important; /* opera */
	 width: 50px; /* ie */
	 margin-right: 3px;
	 border: 1px solid #C3C3C4;
}
body:last-child input.plz {
	width: 52px !important; /* mozilla */
	border: 1px solid #C3C3C4;
}
input.ort {
    width: 173px;
	 border: 1px solid #C3C3C4;
}
textarea {
    width: 230px;
    height: 140px;
	 border: 1px solid #C3C3C4;
}
p.alert {
    font-size: 100%;
    font-weight: bold;
    color: #E4423F;
    float:right;
	width: 434px;
	padding-top: 20px;
}
p.maildanke {
    font-size: 100%;
}
p#mailalert {
    font-size: 100%;
	 font-weight: bold;
	 color: #E4423F;
}
input.sendbtn {
	width:233px;
	background-image: url(../images/btn/mail.gif);
	background-repeat: no-repeat;
	background-position: 176px 1px;
}
.asterisk {
	color: #E4423F;
}

/* === programm === */

div.monatsheader {
	height: 18px;
	background: #FAFAFA url(../images/bg/monatsheader.gif) repeat-y top left;
	font-size: 120%;
	font-weight: bold;
	color: #666;
	padding: 5px 0 0 24px;
	margin: 12px 0 !important;
	/*margin: 0;*/
}
div.eventdatum {
	width: 90px;
	float: left;
	text-align: right;
}
.hilite {
	color: #E4423F;
}
div.eventdetails {
	width: 370px;
	float: right;
	/*background-color: #FAFAFA;*/
	/*margin-bottom: 12px;*/
}
div.eventdetails h3 {
	font-size: 120%;
	margin: 0 0 10px 0 !important;
	margin: 0;
}
div.eventdetails p {
	/*border: 1px solid green;*/
	margin-bottom: 10px;
}
div.eventnavigation {
	/*width: 260px;*/
	height: 16px;
	margin: 20px auto;
	/*border: 1px solid #E4E4E5;*/
	background-color: #fafafa;
	text-align: center;
}
div.eventnavigation a.backlnk:link, div.eventnavigation a.backlnk:visited {
	/*float:left;*/
	padding-right: 12px;
	text-decoration: none;
}
div.eventnavigation a.forwdlnk:link, div.eventnavigation a.forwdlnk:visited {
	/*float:right;*/
	padding-right: 12px;
	padding-left: 12px;
	text-decoration: none;
	background: transparent url(../images/btn/lnk_off.gif) no-repeat right 4px;
}
div.eventnavigation a.forwdlnk:hover, div.eventnavigation a.forwdlnk:active {
	/*float:right;*/
	text-decoration: none;
	background: transparent url(../images/btn/lnk_on.gif) no-repeat right 4px;
}

/* === chargen === */

div.chargendetail {
}
div.chargendetail div.imgcontainer {
	width: 130px;
	float: left;
	overflow: hidden;
	padding-bottom: 12px;
}
div.chargendetail div.data {
	width: 330px;
	float: right;
	padding-bottom: 12px;
}


/* === galerie === */
div.galeriepreview {
	
}
div.galeriepreview div.imgcontainer {
	width: 100px;
	float: left;
	overflow: hidden;
	padding-bottom: 12px;
}
div.galeriepreview div.data {
	width: 360px;
	float: right;
	padding-bottom: 12px;
}
a.galerielink:link, a.galerielink:visited {
   background: transparent url(../images/btn/galerielink_off.gif) no-repeat left center;
	padding-left: 28px;	
	text-decoration: none;
}
a.galerielink:hover, a.galerielink:active {
   background: transparent url(../images/btn/galerielink_on.gif) no-repeat left center;
}

/*  === gästebuch ===  */
td.gaestebuch {
	border: 1px solid #CCCCCC;
	padding: 8px;
}
td.gbaction {
	height: 28px;
	font-size: 12px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: none;
}
td.gbaction a, .gb_goto_prev a {
	font-style: italic;
	text-decoration: none;
	padding-left: 12px;
	background : transparent url(../images/btn/dclink.gif) no-repeat 0px 3px;
}
td.gbaction a:hover, .gb_goto_prev a:hover {
	background : transparent url(../images/btn/dclink.gif) no-repeat 0px -18px;
}
.gb_entry_msg, .gb_entry_data, .gb_comment_msg {
	font-style: italic;
}
.gb_entry_msg, .gb_comment_msg {
	border-top: 1px solid #CCCCCC;
	background: #FFFFFF url(../images/bg/gbentry.gif) repeat-x top;
}
#gb_navigation {
	width:456px;
	margin: 6px 2px;
}
.gb_goto_prev {
	width: 50px;
	float:right;
}
.gb_goto_next {
	width: 50px;
	float:left;
}
.gb_goto_next a {
	font-style: italic;
	text-decoration: none;
	padding-left: 12px;
	background : transparent url(../images/btn/dcbacklink.gif) no-repeat 0px 3px;
}
.gb_goto_next a:hover {
	background : transparent url(../images/btn/dcbacklink.gif) no-repeat 0px -18px;
}
.gb_new_entry {
	float:left;
	width: 350px;
	text-align: center;
}
.gb_new_entry a {
	font-style: italic;
	text-decoration: none;
	padding-left: 12px;
	background : transparent url(../images/btn/dcuplink.gif) no-repeat 0px 3px;
}
.gb_new_entry a:hover {
	background : transparent url(../images/btn/dcuplink.gif) no-repeat 0px -18px;
}

td.form_sp1 {
	width: 120px;
	text-align : right;
	vertical-align : top;
	padding-top: 6px;
}
td.form_sp1a {
	vertical-align : top;
	padding-top: 6px;
	font-size: 90%;
}
#guestbook input, #guestbook textarea {
	width: 270px;
}

/* === links === */
.treffer {
	border-bottom: 1px dotted #e4e4e5;
	padding-bottom: 12px;
	margin-bottom: 20px;
}


/* === forum === */
table.threaduebersicht {
	border-collapse: collapse;
	width: 100%;
}
table.threaduebersicht, table.threaduebersicht th, table.threaduebersicht td {
	border: 1px solid #c3c3c4;
}
table.threaduebersicht th {
	background-color: #E4E4E5;
	text-align: left;
	font-weight: bold;
	padding: 2px;
}
table.threaduebersicht td {
	padding: 2px;
}
table.threaduebersicht a, table.threaduebersicht a:link {
	text-decoration: none;
	color: #2165B0;
}
table.threaduebersicht a:hover, table.threaduebersicht a:active {
	text-decoration: none;
	color: #E4423F;
}
table.threaduebersicht a:visited {
	text-decoration: none;
	color: #999;
}

a.newthread, a:link.newthread, a:visited.newthread {
	font-style: italic;
	text-decoration: none;
	padding-left: 12px;
	background : transparent url(../images/btn/dclink.gif) no-repeat 0px 3px;
}
a:hover.newthread, .a:active.newthread {
	background : transparent url(../images/btn/dclink.gif) no-repeat 0px -18px;
}

















 
 /* === trennlinien === */
.trenner_horiz {
	width: 472px;
	height: 1px;
	background: #fff url(../images/bg/bg_trenner_horiz.gif) repeat-x;
	margin: 15px 0 !important;
	margin: 0;
	clear: both;
}
.trenner_horiz500 {
	width: 500px;
	height: 1px;
	background: #fff url(../images/bg/bg_trenner_horiz.gif) repeat-x;
	margin: 0 0 0 0 !important;
	margin: 0 0 -14px 0;
	clear: both;
}


 /* === utilities === */
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix{ display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix{ height: 1%; }
.clearfix{ display: block; }
/* End hide from IE-mac */  