@import url("navi.css");

html { 
	overflow-y: scroll;
}

body {
	background-color: #800000;
	background-image: url(../images/bgstreifen.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


table.main {
	background-image: url(../images/site_01.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	border: 0px dotted #000;
	width:800px;
}


table.box {
	margin-top: 360px;
	margin-left:auto;
	margin-right:auto;
	width:520px;
	table-layout:fixed;
	border: 0px solid #000;
	text-align:center;
	border:0;
}

table.box tr.menue td { 
	width:480px;
	border:0px dotted #000;
	white-space: normal;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

table.box tr.core {
	vertical-align:top;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
	text-align:left;
}

table.box tr.core td.content { 
	width:520px;
	border:0px dotted #000;
	white-space: normal;
	height:450px;	
	z-index:1;
}
table.box tr.core td.content p.line{
	line-height: 2;
} 

table.main tr.footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height:120px;
	text-align:center;
	font-size:80%;	
	margin-top:-2px;
}

table.main tr.footer td p{
	margin-top:40px;
}
/*Gallerie*/
table.gallerie {
	width: 100%;
	text-align: center;
}

table.gallerie td {
	vertical-align: top;
	width: 33%;
}
table.gallerie td img {
	float: none;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}
table.gallerie td a {
      text-decoration: none;
}
table.gallerie td a span {
      text-decoration: underline;
}

/*Schriftformatierung*/

table.box tr.core td.content { 
	font-size: 12px;
	color: #000000;
	padding-top:0;
}

h1 {
	font-weight: bold;
	font-size: 200%;
	margin-left:19px;
	margin-top:0px;
}
h2 {
	font-weight: bold;
	font-size: 150%;
}
h2.anfang {
	margin-left:40px;
}

p.anfang {
	width:420px;
	margin-left:40px;
	margin-right:auto;
	line-height: 2;
}

td.content img {
	margin: 7px;
	margin-left: 0px;
	float:left;
	border:1px solid #000;
	
}
td.content p.band img {
	margin: 2px;

}
td.content p.band img.right {
	margin-top: 14px;
	margin-bottom: 15px;
	float:right;
	margin-right: 0px;

}

td.content img.right {
	float:right;
	margin-right: 0px;
	margin-left: 7px;
}

table.main tr.footer a {
	color:#000;
	text-decoration:none;
}

.video {
	padding-top: 75px;
	margin-left:auto;
	margin-right:auto;
	width: 480px;
}
/* Terminseite Formatierung */

h2.termine {
	width:420px;
	margin-right:auto;
	margin-bottom:2px;
	margin-left:40px;
}

ul.termine {
	list-style: none;
	display:list-item;
	margin-top:0px;
	margin-left:40px;
	}

ul.termine li {
	width:400px;
	float:none;
	text-align:left;
	margin-top:7px;
	height:12px;
}	
ul.termine li .info {
	margin-left: 20px;
}
/* Links */
A:link              { text-decoration: none;color: #800000;}
A:visited           { text-decoration: none;color: #800000;}
A:active            { text-decoration: none;}
A:hover             { text-decoration: underline overline;}

