@charset "utf-8";
/* CSS Document */
/* ========================
	Allgemein
	=========================*/
#content table{
margin: 5px 0px 5px 20px;
}



/* ========================
	Preisübersicht
	=========================*/
table.preisuebersicht{
width:95%;
}
table.preisuebersicht th{
text-align: left;
}
table.preisuebersicht td, table.preisuebersicht th{
border-bottom: 1px solid #990000;
}
table.preisuebersicht td.info{
text-align: left;
width: 80px;
}
table.preisuebersicht td.preis{
text-align: right;
width: 50px;
}
table.preisuebersicht td.mwst{
text-align: right;
width:130px;
}
/* ========================
	Geschenkgutscheine
	=========================*/
table.gutscheine{
width:95%;
}
table.gutscheine th h2{
display: inline;
margin: 0px;
padding: 0px;
}
/* ========================
	Skydiver Sprungplatz
	=========================*/
table.sprungplatzdaten{
border-width: 1px 1px 0px 1px;
border-style:solid;
border-color:#FFCC66;
}
table.sprungplatzdaten td{
border-width: 0px 0px 1px 0px;
border-style:solid;
border-color:#FFCC66;
width: 175px;
}

/* ========================
	Jahresprogramm
	=========================*/
	
table.jahresprogramm {
	width: 715px;
	border: 1px solid #990000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

table.jahresprogramm th {
	color: #ffffff;
	background-color:#990000;
}

table.jahresprogramm tr {
  vertical-align: top;
}

table.jahresprogramm td {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #990000;
}
table.jahresprogramm tr:hover {
	background-color: #FFCC66;
}
/* ==========================
	Team
	==========================*/

table.team{
width: 95%;
margin: 15px 0px;
}
table.team th{
border-width: 0px 0px 1px 0px;
border-style:solid;
border-color:#FFCC66;
width: 40%;
}
table.team td{
border-width: 0px 0px 1px 0px;
border-style:solid;
border-color:#FFCC66;
}



/* ==========================
	Gästebuch Formular
	==========================*/

table.formulartabelle{
width: 80%;
margin: 15px 0px;
}
table.formulartabelle tr{
height: 25px;
}
table.formulartabelle th{
border-width: 0px 0px 1px 0px;
border-style:solid;
border-color:#FFCC66;
width: 40%;
}
table.formulartabelle td{
border-width: 0px 0px 0px 0px;
border-style:solid;
border-color:#FFCC66;
}
/* ==============================
	Fotoalbum Index
	=============================*/
table.albumindex{
width: 95%;
}
table.albumindex th{
color: #ffffff;
background-color:#990000;
height: 25px;
}
table.albumindex th a:link,
table.albumindex th a:visited{
color: #FFCC66;
}

#content table.albumindex th a:hover{
color: #FFCC66;
text-decoration:underline;
}

table.albumindex td{
border-width: 0px 0px 1px 0px;
border-style:solid;
border-color:#FFCC66;
}
/* ==============================
	Kontaktinfo
	=============================*/
table.kontaktinfo{
width: 95%;
}
table.kontaktinfo th{
color: #ffffff;
background-color:#990000;
height: 25px;
}
table.kontaktinfo th a:link,
table.kontaktinfo th a:visited{
color: #FFCC66;
}

#content table.kontaktinfo th a:hover{
color: #FFCC66;
text-decoration:underline;
}

table.kontaktinfo td{
border-width: 0px 0px 1px 0px;
border-style:solid;
border-color:#FFCC66;
line-height: 150%;
vertical-align:top;
}
