﻿/* Allgemeines */
p {
	margin:0px;
}
table
{
	width:100%;
}
td{
	vertical-align: top;
}

html {
	height: 95%; /* weniger als 100%, sonst bleibt immer eine scrollbar stehen */
}
body {
	/* Scrollbalken */
	scrollbar-base-color: #FF9900;
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #FF9900;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #FFB74B;
	font-family: tahoma, sansserif;
	font-size: 10pt;
	height: 100%; /**/
}

/* Allgemeine Definition für Links */
a:link {
	color: Black;
}
a:visited {
	color: Gray;
}
a:hover {
	color: #FF0026;
}

/*Span-Elemente dienen nur der Anzeige ohne CSS, z.B. Beschriftungen*/
span
{
	display:none;
}

/* Grundlegender Aufbau mit 4 Boxen */
.fullviewtable
{
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}
.fullviewtablecell
{
	display: table-cell;
	vertical-align: middle;
}
.container
{
	width: 810px; 
	height: 610px;
	margin-left: auto;
	margin-right: auto;
}

.table
{
	display: table;
	border-spacing:2px;
}
.tabletr
{
	display: table-row;
}
.tabletd
{
	display: table-cell;
	vertical-align: top;
}
.section
{
	width: 400px; 
	height: 300px; 
	border: #cc6600 1px solid;
	background-color: #ffbb33;
	overflow:auto;
}
.start
{
	width: 400px; 
	height: 300px; 
}
.border
{
	border: #FF9900 1px solid;
}

/* Bilderwechsel Startseite */
a.size
{
	text-decoration: none;
	width: 399px;
	height: 299px;
	display: block;
}

div.ueberuns:hover{ background-image: url(ueberuns.jpg); }
div.termine:hover	{ background-image: url(termine.jpg); }
div.kontakt:hover	{ background-image: url(kontakt.jpg); }
div.musik:hover	{ background-image: url(musik.jpg); }

/* Logo */
.logo
{
	position: absolute;
	margin-left: 294px;
	margin-top: 265px;
	width: 222px;
	height: 80px;
	background-image:url(logo.png);
	z-index: 1;
}

/* Bass */
.bass
{
	position: absolute;
	margin-left: 312px;
	margin-top: 1px;
	width: 186px;
	height: 40px;
	background-image:url(bass_gesucht.gif);
	z-index: 3;
}

.bass:hover div.bass_hover
{
	visibility:visible;
}

.bass_hover
{
	visibility:hidden;
	margin-left: -310px;
	margin-top: 1px;
	width: 806px;
	height: 606px;
	background-image:url(bass_gesucht.jpg);
	z-index: 10;
}

/* Fußzeile */
.footer
{
	position: absolute;
	margin-top: 608px;
	margin-left: 50px;
	width: 100px; 
}
.footer td
{
	padding-right:70px;
}

/* Textboxen */
div.textbox
{
	margin: 20px;
	width: 360px; 
	height: 260px;
}
span.subtext
{
	font-size:8pt;
	display:block;
}

/* Überschriften */
h1
{
	font-size: 16pt;
	text-align: center;
	margin:0px 0px 7px;
}
h2
{
	font-size: 13pt;
	text-align: center;
	margin:0px 0px 5px;
}
h3
{
	font-weight:bold;
	font-size:10pt;
	display:inline;
}

/* Tabelle Repertoire */
table.repertoire td
{
	width:50%;
	font-size:9pt;
	text-align:center;
}
table.repertoire p
{
	margin:2px 0px;
}

/* Termine */
td.datum {
	text-align: right;
}
table.aktuelles td
{
	padding-top:7px;
}

/* Namen */
.namen
{
	text-decoration:underline;
	padding-top: 5px;
	width:1px;
	cursor:pointer;
}
.namen:hover
{
	color: #FF0026;
}

/* Kontaktformular */
.butt {
	cursor:pointer;
	width:100px;
	background-color: #FAFAFA;
	margin-left:25px;
}
.kontaktformular td
{
	vertical-align:middle;
}

/* Home-Button */
.middle
{
	position: absolute;
	width:48px;
	height:48px;
	margin-left: 381px;
	margin-top: 281px;
	z-index: 2;
	background-image: url(home.png);
}
a.home
{ 	
	text-decoration: none;
	width: 48px;
	height: 48px;
	display: block;
}
a.home:hover{ background-image: url(homehell.png); }
div.home { background-image: url(homehell.png); }

/* Youtube */
.youtube { background-image:url(youtubehell.jpg); }
.youtubehover:hover { background-image: url(youtube.jpg); }
.youtube_pre { background-image:url(youtube.jpg); }

/* Mail-Adressen */
a.convert-address span
{
     display:inline;
}
a.convert-address > span:before
{
     content: "@";
}
a.convert-address > span span
{
     display: none;
}

/* Preload von Bildern */
.preload
{
	visibility:hidden;
	position:absolute;
}

/* kontakt */
.popup_ref
{ 	
	visibility:hidden;
 	position:absolute;
	left: 0%;
	top: 0%;
	margin-top: 307px;
	margin-left: 3px;
	width: 400px;
	height: 300px;
	z-index:1;
	background-image:url(notebook.jpg);
	background-repeat:repeat-y;
}
div.referenzen:hover div.popup_ref
{
	visibility:visible;
}
div.popup_ref div
{
	padding:40px 50px 0px 80px;
}
div.popup_ref span
{
	padding-top:15px;
	display:block;
}
.referenzen
{
	width:1px;
}
.link
{
	text-decoration:underline;
	cursor:pointer;
	display:block;
}
.link:hover
{
	color:#FF0026;
}

/* Links */
.center
{
	text-align:center;
}
.center span
{
	padding: 1px 0px 10px 0px;
	font-size:8pt;
	display:block;

}
