﻿body {
	background-image:url(img/background.jpg);   
	background-repeat:repeat-x;
	background-color:#ffffff;
}

h1{
	font-family:"Palatino Linotype";
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;	
}

.textlink:link{
	font-weight:bold;
	color:#7d6a4d;	
	font-size: 16px;
	text-decoration: none;
}

.textlink:visited{
	font-weight:bold;
	color:#a38c63;	
	font-size: 16px;
	text-decoration: none;
}

.textlink:hover{
	font-weight:bold;
	color:#7d6a4d;	
	font-size: 16px;
	text-decoration: underline;
}

.medienlink:link{
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.medienlink:visited{
	color: #444444;
	font-size: 14px;
	text-decoration: none;
}

.medienlink:hover{
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
}

#main {
	position:absolute;
	top:35px;
	left:50%;
	width:1000px;   
	height:700px;
	margin-top:0px;
	margin-left:-500px;
	padding:0px;
	background-image:url(img/mainbackground.png);	
	background-repeat:no-repeat;
}

#langimg {
	display:block;
	position:absolute;
	top:-24px;
	right:20px;	
	width:40px;
	height:20px;
	cursor:pointer;
	border: solid 1px grey;
}

#sideimg {
	position:absolute;
	top:0px;
	left:0px;
	width:310px;
	height:700px;
}

#content{	
	position:absolute;
	top:100px;
	left:334px;
	width:632px;
	height:590px;
	font-family:"Palatino Linotype";
	font-size:16px;
	margin:0px;
	padding:0px;	
}

.longtext{
	word-wrap:break-word;
	hyphens: auto;	
}

.small{
	font-size:10px
}

#navigation{		
	position:absolute;
	top:34px;
	left:10px;
	width:980px;
	height:50px;
	margin:0px;	
}

#menu1{	
	display:block;	
	position:absolute;
	top:0px;
	left:18px;
	width:96px;
	height:50px;
	cursor:pointer;
	background-image:url(img/home_button.png);
}

#menu2{	
	display:block;
	position:absolute;
	top:0px;
	left:158px;
	width:128px;
	height:50px;	
	cursor:pointer;	
	background-image:url(img/kontakt_button.png);
}

#menu3{	
	display:block;
	position:absolute;
	top:0px;
	left:312px;
	width:159px;
	height:50px;	
	cursor:pointer;
	background-image:url(img/biographie_button.png);
}

#menu4{	
	display:block;
	position:absolute;
	top:0px;
	left:494px;
	width:150px;
	height:50px;	
	cursor:pointer;
	background-image:url(img/repertoire_button.png);
}

#menu5{	
	display:block;
	position:absolute;
	top:0px;
	left:669px;
	width:153px;
	height:50px;	
	cursor:pointer;
	background-image:url(img/ensembles_button.png);
}

#menu6{
	display:block;
	position:absolute;
	top:0px;
	left:847px;
	width:115px;
	height:50px;	
	cursor:pointer;
	background-image:url(img/medien_button.png);
}