﻿/* CSS-Layout */
html {
	text-align: center;
}

.style1 {border-width: 0; text-align: center;}
.style2 {text-align: right;}
.style3 {text-align: left;}
.style4 {font-size:x-small;}
.style5 {color: #FFFFFF; text-decoration: none;}
.style6 {text-align: left; border-width: 0;}
.style7 {text-align: left; font-size: x-small;}
.style8 {color: #FFCCFF;font-size: x-large;}
.style9 {height: 4px;}
.style10 {border-width: 0;text-align: center;}
.style11 {text-align: left;
		
}

	
a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
	font-weight: lighter;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FF9966;
	font-style: italic;
}
a:hover {
	color: #FFFFFF;
	font-style: normal;
}

p {
}

h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
	font-family: Arial, Helvetica, Sans-Serif;
}
h2 {
	font-size: 22px;
	text-align: left;
	font-weight: lighter;
	font-style: normal;
}

h3 {
	font-size: 19px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}
h4 {
	font-size: 18px;
	text-align: left;
}
h5 {
	font-size: 15px;
	text-align: left;
	font-weight: lighter;
	font-style: normal;
	text-decoration:none;
}
h6 {
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	text-align: left;	
}
h7 {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
}

body {
	background-image: url('../images/Hintergrund_Startseite.jpg');
	background-position: top;
	margin: left;
	color: white;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	width: 650px;
	position: relative;
}	

#homepage {
	text-align: center;
	margin:center;
	position:relative;

}

#start {
	
}

#biographie {
	text-align: left;
	font-size: 13px;
	line-height: 20px;
}

#repertoire {
	text-align:left;
	font-size:small;
	}

#agenda {
	text-align:left;
	font-size: 13px;
	line-height: 20px;
	width: 18cm;
	}

#galerie {
	position: relative;
	width: 18cm;
	text-align: center;
	}

#fotos {
	position: relative;
}

#presse {
	text-align:left;
	font-size: 13px;
	line-height: 20px;	
	}

#kontakte {
	font-size: 14px;
	line-height: 20px;	
}

#top {
	position: relative;
	height: 144px;
	width: 25cm;
}

#logo {
	width: 220px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 150px;
	text-align:justify;
}

#banner {
	top: 20px;
	right: 0px;
	height: 150px;
}

#pfad {
	line-height: 40px;
	top: 0px;
	position: relative;
	width: 25cm;
}

#container {
	position: relative;
	color: white;
	top: 0px;
	left: 0px;
	min-height: 350px;
	max-height: 550px; 
	width: 25cm;
}

#menu {
	width: 136px;
	position: absolute;
	line-height: 20px;
	font-weight:lighter;
	text-align:left;
	left: 0px;
	top: 0px;
}

#inhalt {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 222px;
}

#Iframe1 {
	border: 0px;
	position: relative;
	top: 0px;
	width: 21cm;
	height: 40cm;
	background-image: url('../images/Hintergrund_Startseite.jpg');
}

#fusszeilen {
	position: relative;
	top: 200px;
}


