/************* Musikgesellschaft Port *************/

/*** www.MusikgesellschaftPort.ch******************/
/*** Author: Philipp Heiniger *********************/
/*** Zuletzt aktualisiert: 5.09.2011 **************/


body {
  text-align: center;
  background-color: #0000FF;
}

#container {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}


/************* Header *************/
#header_left {
  float: left;
  width: 185px; /* 10px breiter, dafür kein Rand */
  height: 140px;
  padding: 10px 0px 0px 5px;
  background-color: #0000FF;
}

#header_middle {
  float: left;
  width: 580px;
  height: 145px;
  margin-bottom: 10px; /* Abstand Header zu Menu, Main, Sidebar */
  padding: 5px 0px 0px 0px;
  background-color: #0000FF;
}

#header_right {
  float: left;
  width: 185px; /* 10px breiter, dafür kein Rand */
  height: 105px;
  padding: 45px 0px 0px 5px;
  background-color: #0000FF;
}


/************* Menu *************/
#menu {
  clear: both;
  float: left;
  width: 180px;
  margin-right: 10px;
  background-image: url(grafik/bgfadey.gif);
  background-repeat: repeat-y;
}

#menu ul {
  margin: 0px; /* kein Einzug */
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #0D8CFF; /* Linie ganz oben */
}

#menu ul li { 
  /* Einstellungen Aufzählungspunkte */
  list-style-type: none; /* keine Aufzählungspunkte */
  border-bottom: 1px solid #0D8CFF; /* Linie nach jeder Zeile */
}

#menu ul li a { 
  /* Einstellungen Verknüpfungen */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none; /* kein Underline */
}

/************* Menu - Unterpkunkte *************/
#menu ul li ul {
  padding: 10px 0px 10px 0px;
}

#menu ul li ul li { 
  /* Einstellungen Aufzählungspunkte - Unterpunkte */
  border-bottom: none; /* keine Linie bei Unterpunkten */
}

#menu ul li ul li a { 
  /* Einstellungen Verknüpfungen - Unterpunkte */
  font-weight: normal; /* nicht mehr fett*/
  text-align: right;
  font-size: small;
}
/************* Menu - Unterpkunkte *************/

#menu ul li a:hover {
  background-color: #0000FF;
  border: 0px solid #000000;
}

a.menu_link {
  display: block; /* für hover */
  padding: 5px;
}


/************* Main *************/
#content {
  float: left;
  width: 550px;
  background-color: #0000FF;
  background-image: url(grafik/bgfadex.gif);
  background-repeat: repeat-x;
  border-left: 1px solid #0D8CFF;
  border-bottom: 1px solid #0D8CFF;
  list-style-type: none;
  padding: 15px;
}

#sidebar {
  float: right;
  width: 170px;
  text-align:  center;
  line-height: 1.5;
  border-bottom: 1px solid #0D8CFF;
  border-top: 1px solid #0D8CFF;
  padding: 15px 5px 15px 5px;
  background-image: url(grafik/bgfadey.gif);
  background-repeat: repeat-y;
}



/************* Footer *************/
#footer {
  clear: both;
  padding: 5px;
  text-align: center;
  font-size: x-small;
}

#footer a {
  font-size: x-small;
}


/************* General *************/
p, td, a, ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  color: #FFFFFF;
  vertical-align: top;
}

a:hover {
  color: #0D8CFF;
}

div {
  font-family: Arial;
  font-size: medium;
  line-height: 1.3;
  color: #FFFFFF;
}

h1 {
  font-family: Arial;
  font-size: xx-large;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}

h2 {
  font-family: Arial;
  font-size: x-large;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}

h3 {
  font-family: Arial;
  font-size: large;
  font-weight: bold;
  text-align: left;
  color: #FFFFFF;
}

.fotos_align {
  /* für Ausrichtung der Fotos-Seiten */
  text-align: center;
}


