@charset "utf-8"; 
/**
 * Morphin Band Homepage
 *
 * @link    http://morphin.org
 * @version 0.1
 */

/**
 * Globale Einstellungen und Bugfixes
 * 
 * @section Browser-Reset
 */

/* Zurücksetzen der Innen- und Außenabstände */
* {
  margin: 0;
  padding: 0;
}

/**
 * Schriftgröße kontrollieren
 */
body, td, th { font: normal 90%/167% Georgia, Palatino, "Times New Roman", serif; }
td, th { f\ont-size: 100.01%; }

/* Farben und Hintergründe setzen */
html, body {
  color: white;
  background-color: black; 
}
body {
  margin-top: .5em;  
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Regeln für allgemeine Elemente
 *
 * @section Überschriften
 */
h1 {
  color: white;
  background-color: none;
  font-size: 2.5em;
  line-height: 1.1;
  margin: .8em 0;
}
h2 {
  color: rgb(212,212,255);
  background-color: none;
  font-size: 1.1em;
  text-decoration: underline;
  margin: 1.5em 0 0 .8em;
  text-transform: uppercase;
  line-height: 1.1;

}

h3 {
	background-color: none;
}

/**
 * @section Absätze
 */
p { margin: .8em 0; }


/**
 * @section Bilder
 */
 img { vertical-align: bottom; }
 
/* Rahmen verlinkter Bilder entfernen */
a img { border: 0; }

/* links flotiertes img */
img.floatleft {
	float: left;
	padding: 20px;
	margin: auto;
}
/* rechts flotiertes img */
img.floatright {
	float: right;
	padding: 10px;
	margin: auto;
}

/* mittig */
img.center {
	float: none;
	position: relative;
	margin: auto;
	padding: auto;
}

/**
 * @section Links und Anker
 */
a:link {
  color: #980c02;
  background-color: transparent;
}
a:visited {
  color: #999;
  background-color: transparent;
}
a:hover, a:focus {
  color: #FF7700;
  background-color: transparent;
}
a:active {
  color: white;
  background-color: #980c02;
}

/**
 * @section Listen
 */
ul, ol { margin: 1em 0 1em 2em; }

li { margin: 0 0 .5em 0; }

dt {
  color: #3C6331;
  background-color: white;
  font-size: 1.5em;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 1.5em 0 .5em 0;
}


/*------------------------------------------------------------------------------------------------------*/

/**
 * Regeln für besondere Bereiche
 * 
 * @section Kopfbereich
 */
div#head {
  width: 900px;
  margin: 0 auto; 
  position: static; 
  border: 3px white solid;
  border-bottom: none; 
  padding: 3px 0;             /* damit Rand richtig dargestellt wird */
}

#head h1{
    margin: 0;
}

/**
 * @section Hauptmenü
 */

div#head-inner{
  position: relative; 
  height: 3.3em; /* padding->2x.8em + Schrift(.8em)+ ???*/
  bottom: 0;
  background: url(images/menu_bg.png) no-repeat left center;
  margin: 5px 0 5px 0;
}

#head-inner ul {
  position: absolute;  
  bottom: 0;
  right: 30px;
  margin: 0;
}
#head-inner ul li {
  float: left;            
  list-style: none;
  margin: 0 0 0 15px;
}
#head-inner ul a,
#head-inner ul strong {
  color: #352545;
  background-color: white;
  display: block;
  padding: .8em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .9em;
  font-weight: bold;
}
#head-inner ul a:hover,
#head-inner ul a:focus,
#head-inner ul a:active,
#head-inner ul strong {
  color: white;
  background-color: rgb(50,50,50); 
}


/**
 * @section Hauptbereich
 */
div#main {
  width: 900px;
  border-left: 3px white solid;
  border-right: 3px white solid;
  margin: 0 auto;
  padding: 3px 0;       /* damiit Rand richtig dargestellt wird */
}

#main p{
  padding: 0 20px;
}

/**
 * @section sub menu
 */
div#submenu { 
  position: relative; 
  background: url(images/submenu_bg.png) no-repeat right center;
  height: 1.5em; /* padding->2x.8em + Schrift(.8em)+ ???*/
  bottom: 0;
  margin: 15px 0 5px 0;
  padding: auto 0;
}

#submenu ul {
  position: absolute;  
  bottom: 0;
  right: 20px;
  margin: 0;
}
#submenu ul li {
  float: left;            
  list-style: none;
  margin: 0 0 0 15px;
}
#submenu ul a,
#submenu ul strong {
  color: #352545;
  background-color: white;
  display: block;
  padding: .1em .8em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .7em;
  /*font-weight: bold;*/
  text-align: center;
}
#submenu ul a:hover,
#submenu ul a:focus,
#submenu ul a:active,
#submenu ul strong {
  color: white;
  background-color: rgb(50,50,50); 
}
/**
 * @section Hauptbereich-submenu-Content
 */
#content {
  min-height: 45em;
}

/**
 * @section Footer
 */
div#footer {
  width: 900px;
  border: 3px white solid;
  border-top: none;    
  color: #7F6063;            
  background-color: white;  
  font-family: Tahoma, Arial, sans-serif;
  font-size: .9em;
  clear: both;
  margin: auto;
  line-height: 1.2em;
}
#footer p {
  width: 932px;
  margin: 0 auto;
  text-align: center;    
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Regeln für spezielle Elemente
 * 
 * @section Überuns Hauptbereich
 */
 div#aboutus {
	min-height: 40em;
 }
 #aboutus table{
	position: relative;
	width: 95%;
	margin: auto;
	margin-top: 80px;
	border-collapse: collapse;
	border: none;
 }
 
 /**
 * @section Gästebuch
 */ 
div#guestbook{
	width: 600px;   /* Gäsetbuch ist auf 600px im iframe angelegt */
	position: relative;
	margin: auto;
} 
 
 /**
 * @section Liveseite Hauptbereich
 */
div#live {
  background-image: url(images/live_bg_800px_72dpi.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 500px;
}

#live table{
  width: 80%;
  margin: auto;
  padding-top: 50px;
  border-collapse: collapse;
  border: thin dotted;
  background-image: url(images/live_table_bg.png);
  background-repeat: repeat; 
}

#live caption {
  font-size: 2em;
  line-height: 3em;

}

#live th, td{
  padding: .8em;

}

#live thead th{
  line-height: 2em;
  text-decoration: underline;
  font-style: italic; 
}

 /**
 * @section Shop Hauptbereich
 */
 div#shop {
  background-image: url(images/shop/shop_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 600px;
}


/**
 *
 * @section Presse
 */
table.press {
	width: 80%;
	padding: auto;
	margin: auto;
	margin-top: 30px;
	text-align: center;
}

td.press{
	width: 50%;
}
 
/**
 *
 * @section Shop
 */
form.shop{
	margin: auto;
	width: 80%;
}


/**
 *
 * @section Regioactive Shop Modul
 */
div.regioactive_shop{
	width: 80%;
	padding: auto;
	margin: auto;
}
 
 
/**
 *
 * @section Flotierte Boxen
 */
div#floatleft {
	float: left;
	padding: 20px;
	
}

div#floatright {
	float: right;
	padding: 20px;
}


