﻿/* CSS-File fï¿½r www.studentenphilharmonie.de */

html, body, div, p, h1, h2, h3, ul, ol,
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html, body {
  background: #fff url(../graphics/navi_bg.gif) no-repeat;
}

#offlinenote {
	position:absolute;
	top:300;
	left:100;
	font-size:large;
	z-index:10;

}
/* Navi */
#navi {
  position: absolute;
  width: 173px;
  height: 374px;
  top: 160px;
  left: 8px;
  font: 1.4em/2em;
  font-color: #fff;
  line-height: 135%;
}

#navi a {
  text-decoration: none;
  font-weight: bold;
}

#navi a:link {
   color: white; /*  #87CEEB;   */
   text-decoration: none;
}

#navi a:visited {
   color: #09f;
   text-decoration: none;
}

#navi a:hover {
   position: z-index: 1;
   color: #FF8C00;
   text-decoration: none;
   left: 2px;
   top:  2px;
 }

#navi a:active {
   color: #90EE90;
   text-decoration: none;
}
/* Ende Navi */

/* Location */
#location {
    color:black;
	position: absolute;
	top: 150px;
	left: 220px;
	font: italic 1.3em Helvetica;
}
/* Ende Location */

/* Picture */
#picture {
/*    position: relative;
	top: -66px; /* -66*/
	right: 0px;
 }
/* Picture */


/* Textfenster */
#text {
	position: absolute;
	float:left;
	top: 109px; /*175*/
	left: 180px;
	width: 600px;
	height: 400px;
/*	border: solid thin silver;*/
	color: black;
}

#text table {
    padding-left: 3px;
 	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
	border: 0px;
	color: black;
	font-size: 8pt;
}

#text th {
	font-weight: bold;
    background-color: white;
}
#text th:hover {
    background-color: white;
}
#text td {
	padding: 3px;
}

#text tr:hover {
/*    background-color: #FF8C00; */
    border: 0px;
}


#text a {
    color: blue;
    text-decoration: none;
}

#text a:hover {
    font-style: italic;
}


/* Ende Textfenster */



/* Fusszeile */
#fussnote {
  border: 1px solid #fff;
  font-size: 8pt;
  text-align: left;
}

#fussnote a {
  text-decoration: none;
  font-color: blue;
}
/* Ende Fusszeile */
