@charset "UTF-8";
/* CSS Document */


body {
	background-color: #fff;
	font-family: "American Typewriter", "Courier New", Courier, monospace;
	color: #000;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: inherit;
}
a:hover {
}

img {
	border: 0;
}

#wrapper {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#content {
	margin-left: -475px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 950px;
	height: 600px;
	visibility: visible;
}

h1#content-tile {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}
.blue {
	color: #0a25b2;
}
.red {
	color: #c72c3e;
}
.green {
	color: #0fa73a;
}

body.blue a:hover {
	color: #c72c3e;
}
body.red a:hover {
	color: #0fa73a;
}
body.green a:hover {
	color: #0a25b2;
}

#main-menu {
	list-style: none;
	position: absolute;
	width: 749px;
	height: 306px;
	top: 155px;
	left: 201px;
	margin: 0;
	padding: 0;
}
.bg-blue {
	background-image: url(../img/logo-homepage-blue.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.bg-red {
	background-image: url(../img/logo-homepage-red.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.bg-green {
	background-image: url(../img/logo-homepage-green.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#main-menu li {
	float: left;
	width: 246px;
	text-align: center;
	/*font-weight: bold;*/
}
h2 {
	/*font-weight: normal;*/
}
h3 {
	/*margin: 0;
	padding: 0;*/
	display: inline;
	font-size: 99%;
}
#main-menu li a h2 {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 267px;
}
#main-menu li a .logo-letter {
	font-weight: normal;
	font-size: 400%;
	display: block;
	/*margin-bottom: 10px;*/
}
#main-menu li a .logo-letter p {
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: 105px;
	margin-top: 13px;
}
#main-menu li a .main-menu-caption {
	/*display: block;*/
	width: 237px;
	height: 30px;
	margin: 0;
	padding: 0;
	/*text-align: justify;*/
	margin-left: 10px;
}

#content-column-1, #content-column-2, #content-column-3 {
	margin-top: 155px;
	float: left;
	width: 300px;
	text-align: justify;
}
#content-column-1, #content-column-2 {
	margin-right: 25px;
}
#dienow-footer {
	/*position: absolute;
	bottom: 0;*/
	display: block;
	margin-top: 25px;
	width: 300px;
	text-align: right;
}
.footer-red:hover {
	color: #c72c3e;
}
.footer-blue:hover {
	color: #0a25b2;
}
.footer-green:hover {
	color: #0fa73a;
}

.image-list, .track-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.image-list, .track-list {
	margin-top: 10px;
}
.image-list li, .track-list li {
	margin-bottom: 25px;
}
.image-list li a:hover, .track-list li a:hover {
	color: #0a25b2;
}
.image-hidden {
	position: absolute;
	visibility: hidden;
}

#copyright-line {
	margin-top: 20px;
	font-size: 9px;
}

.ie-nobr {
	white-space: nowrap;
}

#tour-dates-locations {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tour-dates-locations li {
	margin-bottom: 15px;
}