/* allgemeine auszeichnungen */

body {
	font-family: Verdana, sans-serif;
	color: #434343;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
	line-height: 1.9em;
	
}
.shadow {
	-webkit-box-shadow: 6px 9px 5px -4px rgba(0,0,0,0.31);
	-moz-box-shadow: 6px 9px 5px -4px rgba(0,0,0,0.31);
	box-shadow: 6px 9px 5px -4px rgba(0,0,0,0.31);
}
/* IDs */

#container {
	position: absolute;
	/*margin:0 auto 0 auto;*/ 
	left: 50%;
	top: 50%;
	width: 949px; /* Breite des Elements */
	height: 277px; /* Höhe des Elements */
	margin-left: -474px; /* Breite des Elements geteilt durch zwei! */
	margin-top: -295px; /* Höhe des Elements geteilt durch zwei! */
	background-color: #963906;
}
#kasten_rechts_home {
	position: absolute;
	width: 323px;
	height: 544px;
	top: 0px;
	right: 0px;
	background: transparent url(../pics/home.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 1;
}
#kasten_rechts_biografie {
	width: 323px;
	height: 591px;
	top: 0px;
	right: 0px;
	background: transparent url(../pics/biografie.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#kasten_rechts_repertoire {
	width: 323px;
	height: 591px;
	top: 0px;
	right: 0px;
	background: transparent url(../pics/repertoire.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#kasten_links_home {
	width: 614px;
	height: 591px;
	top: 0px;
	left: 0px;
	background-color: #fff;
}
#logo {
	width: 614px;
	height: 591px;
	top: 0px;
	left: 0px;
	background: transparent url(../pics/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#textbox {
	position: absolute;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	color: #020202;
	left: 125px;
	top: 165px;
	width: 428px;
	height: 300px;
	padding: 10px 5px 10px 20px;
}
#textbox ul {
	list-style-type: square;
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
}
#textbox li {
	padding-left: 5px;
}
#textbox a {
	padding-right: 8px;
}
#textbox a:link {
}
#textbox a:hover {
	color: #8D413D;
}
#textbox a:active {
	color: #8D413D;
}
#navigation {
	position: absolute;
	width: 500px;
	left: 15px;
	top: 25px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #434343;
}
#navigation ul {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#navigation li {
	display: block;
}
#navigation a {
	padding-right: 8px;
}
#navigation a:link {
}
#navigation a:hover {
	color: #8D413D;
}
#navigation a:active {
	color: #8D413D;
}
#navigation a#aktiver_button {
	color: #8D413D;
}
/* CLASSES */
h1 {
	font-family: Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: 300;
	color: #A0A0A0;
}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: 300;
	color: #5B5B5B;
}
.small {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #434343;
}
