body {
	font-family: "Gill Sans", "Trebuchet MS", "Verdana", sans-serif;
	background-color : #013;
	background : url(images/bg_sea.jpg);
	color:#FFFFCC; /*Hauptschriftfarbe*/
}

a {	text-decoration: none; }

div#center {
	margin-right: 200px;
}

div#right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 180px;
}

h1 {
	font: small-caps bold;
	font-size: 32px;
	text-align: center;
	text-decoration: underline;
}
h2 {
	font: bold;
	font-size: 24px;
	text-align: center;
}
h3{
	font: bold;
	font-size: 20px;
	text-align: center;
}

p.block, p.blockWtitle, ul.block {
	text-align: justify;
	font-size: 15px;
	padding: 10px;
	background : #003355;
	/*Haupthintergrundfarbe*/
}
p.zitat {
	margin: 0 10% 5% 50%;
	text-align: right;
	font-size: 14px;
	padding: 5px;
	background : #004477;
}

p.block:first-letter {
	font-size: 20pt;
}
p.blockWtitle:first-line {
	font: bold small-caps;
}

a:link { color : #FFFF00; }
a:visited { color : #FFFF99; }
a:hover {
	color: #66FF00;
	text-decoration: underline;
}
a:active { color : #FF0000; }
a:focus { color: #FF6666; }

p.gedicht {
	background : #AAAACC;
	color: #000000;
	font: 13px "Gill Sans", "Trebuchet MS", verdana, sans-serif;
	padding: 5px;
}
p.gedicht:first-line {
	font: small-caps bold;
}
p.gedicht:first-letter{
	font: 160%;
}
table.auftritte{
	width: 80%;
	font : 11pt;
	background-color : #669;
	border : thin groove #FFC;
}
td.ort{
	background-color : #039;
}

td.presse{
	background : #CCC;
	font-family : "Courier New", Courier, monospace;
	font-size : 12px;
	color: black;
}

p.kontakt{
	background-color : #669;
	color: black;
	border: 1px ridge #FFC;
	text-align: center;
	font: bold 16px;
	padding: 20px;
	margin: 50px;
	background: #568;
}
p.disclaimer{
	background-color: #666;
	color: #333;
	font-size: 10px;
	padding: 10px;
	text-align: justify;
}

