/* ######################################################################################################
** # EE Layout ######################################################################################################
** 
**  Dateiversion: 01.11.06  
**  Datei       : ee.css
**  Funktion    : Zentrales Stylesheet ee-Layout 
**
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	color: #ccb78b;
	background-color: #060a07;
}

a {
	color: #CC9933;	
	background-color: inherit;
	text-decoration: none;
}

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

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}

.smallp {
	font-size : 10px;
	line-height: 10px;
	font-weight: bold;
	color: #FFFF00;
	}
	
#container {
	margin: 0px auto;
	width: 800px;
	color: inherit;
	float: inherit;
	background-image: url(../img/Background-2.jpg);	
	height: 440px;
	background-color: #331b0a;
	background-repeat: no-repeat;
	margin-top: 20px;
}

/* Header */

#Header {
	padding: 10px;
	margin: 0px auto; /* center for now */
	font-size: 100%;
	height: 50px;
}

/* Workarea */

#Arbeitsbereich {
	margin-top: 20px;
	margin-bottom: 5px;
	width: 565px;
	height: 320px;
	float: right;
	clear: right;
}

/* Page Menu */

#Menuebereich {
    margin-top: 20px;
	width: 185px;
	height: 320px;
	float: left;
}

#Menuebereich ul {
	list-style-type: none;
	font-size: 14px;
	line-height: 14px;
	font-style: italic;
	margin-top: 49px;
}

#Menuebereich li {
	text-align: right;
	margin-bottom: 15px;
}

#menu1 {
	margin-right: -45px;
	font-weight: bold;
	font-size: 16px;
}

#menu2 {
	margin-right: -10px;
}

#menu3 {
	margin-right: 15px;
}

#menu4 {
	margin-right: 40px;
}

#Menuebereich li a {
	display: block;
}

#Menuebereich li a span {
	display: block;
}

/* Bloeckchen */

.Bloeckchen {
	margin: 0px auto; /* center for now */
	padding-bottom: 20px;
}

.Bloeckchen h3 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}

.Bloeckchen h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 5px;
}

.Bloeckchen p {
	text-align: left;
	margin-bottom: 10px;
	line-height: 17px;
}

.Bloeckchen ul {
	list-style-type:square;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Bloeckchen li {
	list-style-type: circle;
	line-height: 17px;
}

.Bloeckchen table {
	font-size: 14px;
}

.Titel {
	font-size: 36px;
	font-weight: bold;
	color: #ccb78b;
	font-style: italic;
}

/* Footer */

#Footer {
	margin: 0px auto; /* center for now */
	padding-right: 20px;
	font-size:10px;
	text-align: right;
	color: #331b0a;
}

#Footer a {
	color: inherit;	
	background-color: inherit;
	text-decoration: none;
}

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

.box {
	position:absolute;
	z-index:200;
	display:none;
	top:150px;
	left:200px;
	width:500px;
	height:300px;
	border: medium solid #800000;
}

.Musikertabelle {
	padding: 10px;
	width: 90%;
	overflow: hidden;
	table-layout: fixed;
}

.Musikertabelle td{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: hidden;
	height: 100px;
}

.Musikertabelle .td1{
	width: 150px;
}

.Musikertabelle .td2{
	height: 60px;
	width: 60px;
	text-align:center;
}

.exclaim {
	font-weight: bold;
	font-style: italic;
}

.scrollable {
	width: 100%;
	height: 260px;
	padding-right: 10px;
	font-size:12px;
	}