/* --------------allg. Definitionen-------------- */
*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #ece7dc;
	background-image: url(../images/bg_content.gif);
	background-repeat: no-repeat;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 100%;
	line-height: 1.125em;
	/* 16x1.125=18px */
}

/* ----------Schriftgroessen-------------- */
#content
{
	font-size: 0.65em;
	/* 16x0.875=14px */
	margin: 1.286em 0;
	/* 14x1.286=18px */
}

h1
{
	font-size: 1.375em;
	/* 16x1.375=22px */
	line-height: 1.636em;
	/* 16x1.636=36px */
	margin: 0;
	color: #990000;
}

h2
{
	font-size: 1.125em;
	/* 16x1.125=18px */
	margin: 1em 0;
	/* 18x1=18px */
}

p
{
	margin: 0 0 8px 0;
}

/* ----------Links-------------- */
a
{
	color: #990000;
}

a:visited
{
	color: #990000;
}

a:hover
{
	color: #990000;
	text-decoration: underline;
}

a:active
{
	color: #000000;
}



/* --------------Navigation-------------- */

#live .live, #band .band, #media .media, #diary .diary, #guestbook .guestbook, #shop .shop, #contact .contact
{
	color: #990000;
}

#navcontainer ul
{
	text-align: center;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 0;
	margin-top: 100px;
	margin-left: 0;
	color: #000000;
	width: 100%;
	line-height: 18px;
	border-color: #000000;
	border-width: 1px 0 1px 0;
	border-style: solid;
	font-size: 14px;
}

#navcontainer ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 7px;
	padding-top: 7px;
}

#navcontainer ul li a
{
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-top: 7px;
	color: #000000;
	text-decoration: none;
	border-right: 1px dashed #000000;
}

#navcontainer ul li a:hover
{
	color: #990000;
}

#navcontainer .one
{
	border-left: 1px dashed #000000;
}



/* --------------Formulare-------------- */

label, select {
  display: block;
  float: left;
  width: 100px;
}

.artikel
{
  width: 100px;

}

input {
  display: block;
  float: left;
}

form br { /* Alle Zeilenumbrche in Formularen auswhlen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}

fieldset
{
border: 0;
}

label {
 text-align: right; 
 padding-right: 1em; 
}


/* --------------Head-------------- */
#head #kuratorium a
{
	font-size: 30px;
	width: 80px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 40px;
	text-decoration: none;
}

#head #homelink a
{
	font-size: 30px;
	width: 130px;
	height: 60px;
	position: absolute;
	left: 280px;
	top: 20px;
	text-decoration: none;
}

#head #myspace a
{
	font-size: 30px;
	width: 90px;
	height: 40px;
	position: absolute;
	left: 610px;
	top: 35px;
	text-decoration: none;
}