/* GERERAL */
* {
  margin: 0;
  padding: 0;
}

body {
  color: #FFFFFF;
  font-size: 12px;
  background-color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#desk {
  left: 50%;
  width: 900px;
  height: 555px;
  margin-top: 5%;
  position: relative;
  margin-left: -450px;
}
#header {
  float:left;
  width: 900px;
  height: 55px;
}
#main {
  float: left;
  width: 790px;
  height: 500px;
  background: #CC3300;
  }

#title {
  color: #333;
  float: right;
  /*width: 300px;*/
  height: 20px;
  font-weight: 800;
  line-height: 20px;
  text-align: right;
  margin: 10px 10px 0 0;
}
img.logo {
  float:left;
  width: 301px;
  height: 55px;
  display: block;
  margin-left: 100px;
}

/* NAVIGATION */
/* LEVEL 1 */
#navi {
  float:left;
  width: 110px;
  height: 500px;
}

/* LEVEL 2 */
#subnavigation {
  float: left;
  width: 790px;
  height: 30px;
  border-bottom: 1px solid #333;
}
#sub {
  float: left;
  /*width: 480px;*/
  height: 20px;
  margin-top: 10px;
}
#sub ul {
  list-style-type: none;
}
#sub li {
  float: left;
  margin: 0 10px;
  font-weight: 800;
  line-height: 20px;
}
/* SERVICES */
#services {
  float: right;
  width: 300px;
  color: #CC3300;
  font-size: 10px;
  font-weight: 800;
  margin-top: 35px;
  text-align: right;
  line-height: 20px;
}
#services a {
  color: #CC3300;
}
/* CONTENT */
#content {
  float: left;
  margin: 10px 0 10px 10px;
  width: 780px;
  height: 450px;
  overflow: auto;
}
#left {
  float: left;
  width: 380px;
  height: 450px;
  margin-right: 10px;
}
#right {
  float: left;
  width: 360px;
  height: 450px;
}
#right ul li {
  margin-left: 10px;
}
/* BRANDING */
#branding {
  left: 50%;
  width: 900px;
  text-align: right;
  line-height: 20px;
  position: relative;
  margin-left: -450px;
 }
 #branding a {
  color: #333;
  font-size: 9px;
  line-height: 20px;
  letter-spacing: 1px;
 }
a:link {
  color: #FFFFFF;
  text-decoration: none;
}
a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a:active {
  color: #333;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
a.activ {
  color: #333;
  width: 100px;
  height: 100px;
  display: block;
  margin-left: 10px;
}
a.anzeigen {
  color: #333;
}
input {
  border: 10px; 
  background-color: #FFFFFF;
  color: #003399; 
  border-right: silver thin solid;
  border-left: silver thin solid;
  border-top: silver thin solid;
  border-bottom: silver thin solid;
}
img {
  border: none 0;
  display: block;
}
h2 {
font-size: 14px;
}
.songs {
  font-size: 10px;
}
.songs a {
  color: #333;
}
.legende {
  line-height:20px;
}
th {
  font-size: 10px;
  text-align: left;
}
/*.menu
	{
	font-family: verdana;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold; 
	}
.inhalt
	{
	font-family: verdana;
	color: #FFFFFF;
	font-size: 13px;
	}
.inhalt_top
	{
	vertical-align: top;
	text-align: justify;
	}
.gestaltungskopf
	{
	font-family: verdana;
	color: #333333;
	font-size: 9;
	text-align: right;
	}
.kontakt
	{
	font-family: verdana;
	color: #FFFFFF;
	font-size: 13px;
	}*/
