/* HTML Tags*/
body {
	background-color: #000000;
	font: 12pt Arial;
	color: #f3b167;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #f3b167;
}

a:hover {
	text-decoration: none;
}

input, textarea, select {
	font: 10pt Verdana, "Lucida Grande", Lucida, sans-serif;
	border: 2px solid #f3b167;
	background-color: #000000;
	color: #f3b167;
}

img {
	border: 0px;
}

blockquote {
	margin-top: 30px;
}

h1 {
	height: 20px;
	margin-bottom: 20px;
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

/* Allgemeine Klassen und IDs*/
#main {
	width: 970px;
	margin: 0 auto;
}

#main_head {
	width: 970px;
	height: 145px;
	background: url(../img/head.jpg) no-repeat;
}

#menu_bg {
	width: 970px;
	height: 20px;
	text-align: center;
	background: url(../img/menu_bg.gif) no-repeat;
}

#menu_bg a {
	margin: 0 9px;
	text-decoration: none;
	line-height: 17px;
}

#menu_bg a:hover, #menu_bg a#active {
	color: #8c6339;
}

#cont {
	width: 940px;
	background: url(../img/main_bg.gif) repeat-y;
	padding: 20px 15px 10px;
}

#main_foot {
	width: 970px;
	height: 9px;
	background: url(../img/foot_bg.gif) no-repeat;
}

blockquote .source {
	margin-top: 0.5em;
	text-align: right;
	font-weight: bold;
}

.clr {
	clear: both;
}

/* Seitenspezifische Formatierungen: */
table#repertoire tr td {
	vertical-align: top;
	padding-left: 20px;
	padding-bottom: 5px;
}

table#repertoire tr th {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
}

#cd_images {
  text-align: center;
  margin: auto;
}

#cd_images img {
  margin: 0 30px;
}

#gbook_entry {
	margin: 0;
}

#gbook_entry .gb_line {
	width: 400px;
	text-align: center;
	margin: 0 auto;
	line-height: 20px;
}

#gbook_entry .head_lr {
	float: left;
	width: 200px;
	text-align: center;
	margin-bottom: 15px;
}

.gb_header {
	font-weight: bold;
	background-color: #532a15;
	padding: 1px 5px 3px;
}

#media_pics {
	text-align: center;
	margin-bottom: 30px;
}

#media_pics img {
	margin: 0 10px;
}

#media_musik {
	margin-bottom: 15px;
}

#impr_haft {
	font-size: 8pt;
	text-align: justify;
	margin-top: 20px;
}

#impr_haft h2 {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}

