@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #14183E;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}
h1{
	background-image: url(images/h1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
}
a:link {
	color: #14183E;
	text-decoration: underline; 
}
a:visited {
	color: #14183E;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #D97700;
}

.container {
	width: 960px;
	margin: 0 auto; 
}

.header {
	background-color: #14183E;
	background-image: url(images/header.gif);
	width: 710px;
	height: 146px;
	float: right;
}

.sidebar1 {
	float: left;
	width: 250px;
	padding-bottom: 10px;
	background-image: url(images/biografie.jpg);
	height: 470px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 290px;
}
.sidebar2 {
	float: left;
	width: 250px;
	padding-bottom: 10px;
	background-image: url(images/fotogalerie.jpg);
	height: 470px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 290px;
}
.sidebar3 {
	float: left;
	width: 250px;
	padding-bottom: 10px;
	background-image: url(images/kontakt.jpg);
	height: 470px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 290px;
}
.sidebar4 {
	float: left;
	width: 250px;
	padding-bottom: 10px;
	background-image: url(images/media.jpg);
	height: 470px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 290px;
}
.sidebar5 {
	float: left;
	width: 250px;
	padding-bottom: 10px;
	background-image: url(images/repertoar.jpg);
	height: 470px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 290px;
}

.content {
	padding: 25px 0;
	width: 710px;
	float: left;
	background-color: #DBDADF;
	color: #14183E;
	min-height: 574px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	margin-bottom: 20px; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
ul.nav li {
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 20px 58px;
	display: block;
	width: 187px;  
	text-decoration: none;
	color: #FFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #F90;
}
.selected { 
	color: #F90;
}

.footer {
	padding: 10px 0;
	position: relative;
	clear: both; 
	color: #878491;
	padding-left: 240px;
	font-size: 10px;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.h1_span {  
	color: #14183E;
	font-size: 16px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.lang {
	width:240px;
	height:30px;
	z-index:1;
	left: 610px;
	top: 395px;
	color: #FFF;
	font-size: 9px;
	padding: 5px;
}
.lang a, .lang a:visited { 
	text-decoration: none;
	color: #FFF;
}
.lang a:hover, .lang a:active, .lang.lang a:focus { 
	color: #F90;
}
td img {display: block;}
.picture {
	padding: 6px;
	background: #fff;
		margin: 6px;
	border-left: dashed #CCC 1px;
	border-top: dashed #CCC 1px;
}
.picture_r {
	padding: 6px;
	background: #fff;
	float: right;
	margin: 6px;
}
.picture_l {
	padding: 6px;
	background: #fff;
	float: left;
	margin: 6px;
}
.shadow {
	box-shadow: 1px 1px 2px #333;
	-moz-box-shadow: 1px 1px 2px #333;
	-webkit-box-shadow: 1px 1px 2px #333;
}
.pict_r {
	display:block; 
	float:right; 
	position:relative 
}
.pict_l {
	display:block;
	float:left;
	position:relative;
}
.pict {
	display:block; 
	position:relative 
}
a .shadow:hover {
	box-shadow: 2px 2px 3px #000;
	-moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
}