@charset "utf-8";
/* GLOBAL */
html, body {
	background-color:#336699;
	background-image:url('../img/bodybackground1.png');
	background-repeat:repeat;
	margin:0px;
}
#background {
	background-image:url('../img/bodybackground2.png');
	height:713px;
	background-repeat:repeat-x;
}
#backgroundimg {
	background-image:url('../img/bodybackground3.png');
	height:600px;
	width:600px;
	background-repeat:no-repeat;
}
/* /GLOBAL */

/* TITEL */
/* div title */
#title {
	position:absolute;
	//background-color:#ffffff;
	top:40px;
	left:20px;
	width:808px;
	height:100px;
}
/* /div title */
/* /TITEL */

/* NAVIGATION */
/* div navigation */
#navihead {
	position:absolute;
	top:150px;
	left:20px;
	width:150px;
	height:40px;
}

#navi {
	position:absolute;
	background-color:#ebebeb;
	background-image:url('../img/navicontent.png');
	background-repeat:no-repeat;
	top:190px;
	left:20px;
	width:150px;
	height:180px;
	margin:0px;
	padding:0px;
}

#navifoot {
	position:absolute;
	top:370px;
	left:20px;
	width:150px;
	height:45px;
}
/* /div navigation */

/* navigation liste */
ul.navi {
	line-height:150%;
	list-style-type:none;
	width:150px;
	margin:0px;
	padding:0px;
}
li.navi {
	border-width:thin;
	border-top-style:dashed;
	border-color:silver;
/*	background-color:#bdcad6; */
	margin-left:0px;

}
li.naviindented {
/*	background-color:#bdcad6; */
	font-size:80%;
	padding-left:10px;
	margin-left:0px;
	border-top-style:dotted;
	border-color:silver;
	border-width:thin;
}
/* navigation liste */

/* navigation verweise */
.navilink:link {
	color:#666666;
	font-size:100%;
	font-family:Century, serif;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
}
.navilink:visited {
	color:#343434;
	font-size:100%;
	font-family:Century, serif;
	font-weight:bold;
	text-decoration:none;
	padding:10px;
}
.navilink:focus {
	color:#666666;
	font-size:100%;
	font-family:Century, serif;
	font-weight:bold;
	text-decoration:underline;
}
.navilink:hover {
	color:#666666;
	font-size:100%;
	font-family:Century, serif;
	font-weight:bold;
	text-decoration:underline;
	padding-left:10px;
}
.navilink:active {
	color:#173355;
	font-size:100%;
	font-family:Century, serif;
	font-weight:bold;
	text-decoration:underline;
	padding-left:10px;
}
/* /navigation verweise */
/* /NAVIGATION */

/* CONTENT */
/* div content */
#contenthead {
	position:absolute;
	background-image:url('../img/contenthead.png');
	top:150px;
	left:180px;
	width:648px;
	height:40px;
	padding:0px;
	z-index: 2;
}
#content {
	position:absolute;
	overflow:auto;
	background-color:#ebebeb;
	top:190px;
	left:180px;
	width:648px;
	height:420px;
	padding:0px;
}
#content img {
        padding: 5px;
}
#contentfoot {
	position:absolute;
	top:610px;
	left:180px;
	width:648px;
	height:26px;
}
/* /div content */

/* font */
h1, h2, p {
	margin-left:10px;
	margin-right:10px;
	font-family:Century, serif;
}
h1 {
	font-style:normal;
	font-size:18pt;
	color:#525252;
	margin-top:10px;
	z-index:2;
}
#flashMessage {
    text-align:justify;
    font-style:normal;
    font-size:14px;
    line-height:1.5em;
    color:#FF0000;
}
p.text {
	text-align:justify;
	font-style:normal;
	font-size:14px;
	line-height:1.1em;
	color:#000000;
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

/* /font */
/* /CONTENT */

/* CONTACT */

#ContactIndexForm textarea {
    width: 100%;
    height: 10em;
}

/* /CONTACT */

/* CONCERTS */

table#concerts tr td {
    padding: 5px;
    border-left: 1px solid #3A346B;
}

table#concerts .header th {
    border-bottom: 2px dashed black;
}

/* /CONCERTS */

