/*	Stylesheet	for MAN                   */
/*	Author: Gerard Salomons		          */
/* 	Company: 	puurcss.nl		          */
/*  VERSION: 1.0                          */
	
@import url('reset.css');

/*GENERAL*/
html{
	height:100%;
	font: normal normal normal 62.5%/1.5em Georgia, "Times New Roman", Times, serif;
}

body {
	background:#FFF url(../images/ornament.png) 0px 10px no-repeat;
	line-height:140%;
	margin:0;
	height:100%;
}
body.concertsPage{
	background:#FFF;
}
a {
	color:#8E1E19;
	text-decoration:none;
}
a:hover {
	color:#8E1E19;
	text-decoration:underline;
}
.download{
	margin-bottom:25px;	
}
.download a{
	color:#8E1E19;
	font-style:italic;
	font-size:13px;
}

/**:focus
{
  border: 1px dotted #333  !important;
}*/


img {	
}
h1.pageTitle {
	display:none;
}

h1 {
	font-size:2.2em;
	line-height:125%;
	font-weight:normal;
	margin:7px 0 0px 0;
	color:#8E1E19;
	background:url(../images/ornamentH1.gif) bottom left no-repeat;
	position:relative;
	padding:0px 0px 20px 20px;
	left:-20px;
	width:100%;
}

h2 {
	font-size:1.5em;
	font-weight:bold;
	color:#1F1F1F;
	margin:10px 0px 5px 0px;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	margin:10px 0px 2px 0px;
	
}

h4 {
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	margin:10px 0px 0px 0px;
}

h5 {
	font-size:1.1em;
	font-weight:bold;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#000;
	margin:10px 0px 0px 0px;
}

h6 {
	font-size:1.0em;
	font-weight:normal;
	color:#000;
	margin:10px 0px 0px 0px;
	text-transform:capitalize;
	letter-spacing:1px;
}


p {
	font-size:12px;
	line-height:145%;
	margin:0px 0px 15px 0px;
}
p.home{
	line-height:170%;
	font-size:14px;
}
p.home img{
	float:right;
}
abbr {
	
}

strong{
	
}

em{
	
}

fieldset {

}

input,
select,
textarea {
	
}

ul {
	font-size:12px;
	line-height:145%;
	list-style:none;
}

ul li {
	
}
hr {
	border: 0;
	border-top: 1px solid #D9D9D9;
	clear:both;
	display:block;
	height:0;
}
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height:0px;
	line-height:0;
	font-size:0;
}
/*END GENERAL*/
/*STRUCTURE*/
.wrapper{
	width:960px;
	padding:10px 0px 0px 0px;
	background:#FFF;
	position:relative;	
}
.row1{
	margin-bottom:30px;
}
.row2, .row4{
	position:relative;
	margin:20px 0px 20px 0px;
}
.row4.content{
	border-bottom:solid 1px #C00;
	padding-bottom:10px;
}
.row3{
	clear:both;
}
.col1{
	width:300px;
	position:relative;
	float:left;
	padding:0px 0px 20px 0px;
}
.col1 p{
	font-size:1.1em;
	font-weight:normal;
	color:#333;
	padding:440px 0px 0px 30px;
}
.col1 p span{
	color:#8E1E19;
}
.col2{
	width:660px;
	height:228px;
	position:relative;
	float:left;
}
.col3{
	width:310px;
	position:relative;
	float:left;
}
.col3.home{
	width:660px;
	padding-bottom:20px;
}
.col4{
	width:310px;
	position:relative;
	float:left;
	margin-left:20px;
}
.col5{
	width:200px;
	height:100px;
	position:relative;
	float:left;
	background:#CCC;
}
/*END STRUCTURE*/
/*HEADER*/
.header{
	position:relative;
	width:660px;
	height:228px;
}
.header img{
	width:660px;
	height:200px;
}
.corner{
	position:absolute;
	z-index:10;
	width:8px;
	height:8px;
}
.corner.topRight{
	background:url(../images/bgCornerTopRight.png) 0px 0px no-repeat;
	right:-4px;
	top:0px;
}
.corner.topLeft{
	background:url(../images/bgCornerTopLeft.png) 0px 0px no-repeat;
	left:0px;
	top:0px;
}
.corner.bottomRight{
	background:url(../images/bgCornerBottomRight.png) 0px 0px no-repeat;
	right:-4px;
	bottom:-15px;
}
.corner.bottomLeft{
	background:url(../images/bgCornerBottomLeft.png) 0px 0px no-repeat;
	left:0px;
	bottom:-15px;
}
/*END HEADER*/
/*LOGO*/
.logo a{
	position:absolute;
	left:0px;
	top:102px;
	width:188px;
	height:206px;
	background:url(../images/icnLogo.png) 0px 0px no-repeat;
	z-index:10;
}
.logo a span{
	display:none;
}
/*END LOGO*/
/*MENU*/
.header ul{
	background:#8E1E19;
	padding:10px 0px 14px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:3px;
	position:relative;
	font-size:10px;
}
.header ul li{
	display:inline;
	color:#FFF;
	font-size:1.0em;
	text-transform:uppercase;
	font-weight:bold;
	border-right:solid 1px #FFF;
}
.header ul li.last{
	border-right:none;
}
.header ul li a{
	padding:0px 9px 16px 9px;
	color:#FFF;
}
.header ul li a.active{
	background:url(../images/icnActive.gif) center bottom no-repeat;
}
/*END MENU*/
/*googleMaps*/

a.toGoogleMaps{
	font-size:12px;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	display:block;
}
/*END GoogleMaps*/
.col2 ul.links{
}
.col2 ul.links li{
	padding:3px 0px 3px 0px;
}
.col2 ul.links li a{
	background:url(../images/icnListItem.gif) left 4px no-repeat;
	padding:0px 0px 0px 12px;
}
.col3 ul.links li{
	background:url(../images/icnListItem.gif) left 5px no-repeat;
	padding:0px 0px 0px 12px;
}

/*CONCERTS*/
iframe{
	height:500px;
	width:100%;
	overflow-y:auto;
	margin-bottom:30px;
}
body.home iframe{
	display:none;
	
}
div.concerts{
	margin-top:20px;
	padding-top:20px;
	border-top:solid 1px #CCC;
}
div.concerts ul{
}
div.concerts ul li{
}
div.concerts ul li.date{
	COLOR:#8E1E19;
	font-weight:bold;
}
div.concerts ul li.place{
	font-weight:bold;
}
div.concerts ul li.artist{
	font-variant:small-caps;
	font-size:16px;
	letter-spacing:1px;
	margin-top:5px;
}
div.concerts ul li.artist ul{
	margin-top:5px;
}
div.concerts ul li.artist ul li{
	font-variant:normal;
	font-style:italic;
	letter-spacing:0px;
}
div.concerts ul li a{
}
div.concerts ul li em{
	font-style:italic;
	color:#8E1E19;
}
div.concerts ul li ul{
	position:relative;
}
div.concerts ul li a.btnBestellen{
	position:relative;
	float:right;
	top:-70px;
	display:block;
	width:89px;
	height:26px;
	background:url(../images/btnBestellen.gif) 0px 0px no-repeat;
	text-indent:-9999px;
}
div.concerts ul li a:hover.btnBestellen{
	background:url(../images/btnBestellen.gif) 0px -38px no-repeat;
}
div.concerts ul li a:active.btnBestellen{
	background:url(../images/btnBestellen.gif) 0px -74px no-repeat;
}
div.concerts img{
	float:right;
	position:relative;
	top:0px;
	right:0px !important;
	margin:0px 0px 10px 10px;
}
div.concerts hr{
	margin-bottom:20px;
}
/*END CONCERTS*/

/*////////////////////////////////////////////////////////////////////////////////FORM*/
form{
	margin:5px 0px 0px 0px;
	background-color:#BCBDC0;
	color:#000;
	font-size:12px;
	padding:10px 0px 0px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
form .element label{
	width:120px;
	float:left;
}
form .check{
	float:left;
}
form .element{
	margin:6px 5px 6px 5px;
}
form input{
	padding:4px 0px 3px 2px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:365px;
}
form .check{
	width:15px;
	height:15px;
	margin:0px 7px 0px 150px;
}
form .submit{
	width:75px;
	height:25px;
	margin:0px 0px 10px 0px;
	padding:1px 0px 2px 0px;
	float:right;
	margin-right:35px;
}
.layoutMenu{
	margin:-15px 1px 0 205px;
	position:absolute;
	z-index:200;
}
form textarea{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width:480px;
	height:145px;
	padding:3px 0px 4px 2px;
	line-height:135%;
}
.required{
	color:#FF0000;
}
form .element.left{
	float:left;
}
/*END FORM*/
img.image{
	float:right;
	margin:0px 0px 10px 10px;
}
.toTop{
	margin-top:10px;
}
.toTop a{
	color:#666;
	padding:0 0 0 15px;
	background:url(../images/icntoTop.gif) 0px 6px no-repeat;
}