/**********  Musikverein Holzhausen e.V.  **********/
/**********     Copyright 2007 - 2009     **********/
/**********   Autor: Alexander Häberle    **********/
/**********  http://www.gipsy-computer.de **********/

/*** Voreinstellung und Formatierungen ***/
body {
  height:100%;
  background-color: #E7F1FD;
  font-family: 'Verdana';
  font-size: 12px;
}

/*** Layout ***/

#container {
  width: 970px;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -485px;
}

#header {
  width: 970px; 
}

#left {
  width: 125px;
  height: 490px;
  float:left;
  margin-top: 18px;
  margin-left: 1x;
}

#right {
  float:right;
  text-align: center;
  height: 490px;
  width:125px;
  margin-top: 17px;
  margin-right: 4px;
  margin-left: 2px;
  background-color: #00AFFF;
}

#content {
  margin-top:17px;
  width: 695px;
  height: 490px;
  margin-left: 8.5px;
  padding-left: 0px;
  border:1px solid #000;
  overflow:auto;
}

/*** Navigation ***/
#menu {
  width: 125px;
  float:left;
  margin-top: -1px;
}

#menu ul {
  width: 120px;
  list-style: none;
  margin: 0;
  margin-bottom:0px;
  padding-top:2px;
  padding-left: 5px;
}

/*--definiert die Block&uuml;berschriften--*/
#menu h3, #menu ul li ul li {
  color: #000;
  background-image: url(../images/design/test.gif);
  text-decoration: none;
  margin: 0 0 0 0;
  font: bold 13px/16px arial, helvetica, sans-serif;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #888 #555 #bbb;
  margin: 0;
  padding: 2px 3px;
  text-align:left;
}

#menu h3 a:hover {
  color: #FFFFFF;  
}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menu a {
  color: #000000;
  text-decoration: none;
  display: block;
}

#menu ul li ul li {
  width: 128px;
  margin-left:1px;
}


/*verhindert im Zusammenhang mit position absolute bei ul ul
*eine H&ouml;henvergr&ouml;&szlig;erung von #menu beim Hovern--
*/

#menu li {
position: relative;
}

#menu a:hover  {
  color: #FFFFFF;
}

/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#menu ul ul {
position: absolute;
padding:0;
top: 0;
left: 120px;
z-index: 2;
display: none;
}

div#menu .dritte_ebene {
  margin-left:1px;
  padding:0;
}

div#menu .navi_ueberschrift {
  font: bold 13px/16px arial, helvetica, sans-serif;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #888 #555 #bbb;
  margin: 0;
  padding: 2px 3px;
  background: #00AFFF;
  color: #FFFFFF;
}

/*--l&auml;sst die Dropdown-Links beim Hovern erscheinen--*/
#menu ul li:hover ul {
display: block;
}

/*--nur f&uuml;r IE-Versionen &lt;=6 erkennbar--*/
* html #menu ul li {
float: left;
width: 100%;
}

/*--nur f&uuml;r IE 7 erkennbar--*/
*+ html #menu ul li {
float: left;
width: 100%;
}

/*--bewirkt Hover-Effekt f&uuml;r IE &lt;7 auch f&uuml;r ul- und li-Elemente--*/
*html #menu ul li a {
height: 1%;
}

/*-- l&auml;sst die dritte Ebene verschwinden--*/
#menu ul li:hover ul ul {display: none;}

/*-- l&auml;sst die dritte Ebene beim Hovern &uuml;ber die zweite in Erscheinung treten--*/
div#menu ul ul li:hover ul {display: block; position: absolute; top: 0; left: 100%;}
div#menu ul ul li:hover ul li:hover ul {display: block; position: absolute; top: 0; left: 100%;}

/*** Newsbereich ***/

#normal,#normal2  {
  width: 125px;
}

/*** Content ***/

#inhalt  {
  padding-left:5px;
  padding-right:5px;
}

#Ueberschrift {
  font-size: 20px;
  text-align:center;
  font-weight: bold;
  padding-left:0px;
  font-family: Verdana;
}

#UVereinsfuehrung {           
  font-size:   18px;
  font-weight: bold;
  text-align:  center;
}

#NVereinsfuehrung {
  font-size: 17px;
}

hr {
  width: 650px;
  text-align:left;
}

#GBAbstand {
  padding-left: 10px;
}

#GUmriss  {
  width: 668px;
  padding-left: -15px;
  height: 100%;
}

#Alles {
  padding-left: 36px;
}

h2 {
  text-align: center;
}

#GHead
 {
  font-weight:bold;
  font-size: 11px;
  padding:0px;
  margin-bottom:15px;
  border-bottom: #DDDDDD 1px dotted;
}

#GOben {
  height:18px;
  background:url(../guestbook/menu.jpg) no-repeat;
  text-decoration:none;
  color:#444444;
  padding:5px 5px 0px 10px;
}

#GEintrag {
  color:#444444;
  width: 578px;
  border-left: #DDDDDD 1px solid;
  border-top: #EEEEEE 0px solid;
  border-right: #DDDDDD 1px solid;
  border-bottom: #EEEEEE 0px solid;
  background: #F0F0F0;
  padding: 6px 10px 10px 10px;
}

#GBottom {
  height:18px;
  background:url(../guestbook/bottom.jpg) no-repeat;
  text-decoration:none;
  color:#444444;
  padding:5px 5px 0px 10px;
}

#Ghinzu {
  padding-left:130px;
}

#GSeite {
  text-align:right;
  padding-left:155px;
}

#KKontakt {
  padding-left:70px;
}

#KVorname {
  padding-left: 147px;
}

#KNachname {
  padding-left: 135px;
}

#KEMail {
  padding-left: 114px;
}

#KBetreff {
  padding-left: 161px;
}

#KNachricht  {
  padding-left: 139px;
}

#KButton {
  padding-left: 159px;
}

/*** Admin - Menü ***/

#admin_navi {
 padding-left: 75px;
}

#admin_navi ul {
  list-style: none;
}

#admin_navi li {
  padding-right: 70px;
  float:left;
  text-align:center;
}

.error,.error2 {
  padding-left: 50px;
}

#fehler,#fehler2 {
  width:555px;
}

.button7 {
	padding:0;
	margin:0;
	border:none;
	font-size:10px;
	background: url(../konzertlieder/button_bg_2.gif) no-repeat center;
	color: #000000;
	height:19px;
	width:70px;
	/*
	width:110px; < - Breitenangabe für die Längere Version 
	*/
	}



