/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
    background: url(../Bilder/body-bg.gif);
/*    background: url(../Bilder/bg.jpg); */
	padding: 20px;
	margin: 0;
}
#mainContainer	{
	width: 100%;
	text-align: center;
}
#centerDiv	{
	width: 850px;
	margin: 12px auto 0 auto;
	background: url("../Bilder/c-bg.gif") repeat-y #383838;
	text-align: left;
}
#oldbrowser
{
	text-align: center;
}
#masthead h1
{
	display: inline;
}
#leftColumn
{
	margin-right: -130px;	/* IE 4 fix */
}
#pageframe
{
/*	background: #413f3b; */
	margin-left: auto;
	margin-right: auto;
	background: url("../Bilder/bg-main.jpg") repeat;
    position: relative;
}
#leftColumn
{
	float: left;
	width: 130px;
/*	background: url("../Bilder/lc_bg.gif") #413f3b; */
/*	height: 100%;*/
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 129px;
/*	background: #525252; */
}
#innerLeftColumn, #masthead
{
	padding: 0px;
}
#innerFooter
{
	padding: 7px;
    position: absolute;bottom:0;left:0

}
#innerContentColumn
{
	padding: 20px;
}
#footer
{
	clear: left;
}
#innerFooter
{
	text-align: center;
/*	background-color: #fff;
	background: url("../Bilder/footer.jpg") top center no-repeat #383838; */
	background: url("../Bilder/footer.jpg") top center no-repeat;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}
#impressum
{
}
#left-w680 {
		float:left;
		width:680px;
		overflow:hidden;
}
#left-w300 {
		float:left;
		width:300px;
		overflow:hidden;
}
#chapter_paragraph
{
	text-align: left;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 10px 10px 10px 10px;
/*	background: url(../Bilder/boiler_plate1.jpg);*/
	background: url(../Bilder/brushedmetal.highlight.jpg);
}
#chapter_paragraph_small
{
	text-align: left;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 3px 3px 3px 10px;
/*	background: url(../Bilder/boiler_plate1.jpg);*/
	background: url(../Bilder/brushedmetal.highlight.jpg);
}
#chapter_paragraph_full
{
	text-align: left;
	line-height: 150%;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 10px 10px 10px 10px;
}
#title_paragraph
{
	text-align: center;
	border: solid 1px #ffffff;
	padding: 10px 50px 10px 10px;
	background: url(../Bilder/boiler_plate1.jpg);
/*	background: url(../Bilder/brushedmetal.highlight.jpg); */
}
#title_paragraph_start
{
	text-align: center;
	border: solid 1px #ffffff;
	padding: 10px 50px 10px 10px;
	background: url(../Bilder/boiler_plate1.jpg);
	position: relative;
/*	background: url(../Bilder/brushedmetal.highlight.jpg); */
}
#table_biker
{
	border: solid 1px silver;
	text-align: center;
}
#td_biker_pic
{
	width: 126;
	height: 125;
	text-align: center;
}
#td_biker_name
{
	width: 85;
	height: 16;
	background-color: #413f3b;
	text-align: center;
}
/*---- Borders ----*/
#pageFrame
{
	border: solid 0px #000;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, .hnav
{
	border: solid 0px #8e8e8e;
}
#footer
{
}
#masthead, .hnav
{
	border-bottom-width: 0px;
}
#innerLeftColumn
{
	border-right-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
}
#caption
{
	text-align: center;
}
#marquee
{
	margin-left: 150;
	margin-right: 150;
}
#blocksatz
{
	text-align: justify;
}
#zentrieren
{
	text-align: center;
}
#hinweisBox
{
	background-color: gray;
	border: solid 1px #ffffff;
}
#leftAlignText
{
	width: auto;
	text-align: left;
}
#leftAlignTextIndent
{
	width: auto;
	margin-left: 25;
	text-align: left;
}

/*---- Visual Elements ----*/
body
{
	background-color: #ddd;
	color: #000;
	padding: 20px;
	margin: 0;
}
#masthead
{
	width: 850px; height: 80px;
	background: url("../Bilder/header3.jpg") top center no-repeat #383838;
}
#pageFrame
{
/*	background-color: #413f3b; */
	color: #000;
	width: 850px;
	text-align: center;
}
.hide
{
	display: none;
}

#start-link { position:relative; top:100px; left:180px; width:198px; height:141px;
      z-index:1; background-color:#ddf; }

/* Positionierungen für die Startseite mit überlappenden Bildern */
#a1{
	/* Umschließender Container */
	position:relative; top:0px; left:0px; width:680px; height:700px;
}

#a2{
	/* Gruppenbild */
	position:absolute;
	top:140px; left:20px;
	z-index:1;
}

#a3{
	/* Link auf neues Thema */
	position:absolute;
	top:70px; left:0px;
	z-index:2;
}

#a4{
	/* Marquee Text */
	position:absolute;
	top:660px; left:150px; width:380px; height:20px;
}