* {
	margin: 0;
	padding: 0;
	
}

body {
	margin: 0;
	padding: 0;
	/* only for IE */
	behavior: url("css/csshover.htc");
	background-color: #010101;
	background-image: url(../design/18original.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-family: Georgia, Palatino, Times, "Times New Roman", serif;*/
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;*/
	font-size: 100.01%;
	line-height: 1.2em;
	color: #22364A;	
}

div#maincontainer {
	position: relative;
	width: 780px;
	left: 50%;
	margin-left: -380px;
	padding: 0;
	font-size: 0.7em;
	background-image: url(../design/dresdnersoiree.gif);
	background-repeat: no-repeat;
	background-position: left 50px;
}

div#header {
	color: #FFF;
	height: 180px;
}

div#navigation1 {
	height: 35px;
	overflow: hidden;
}

div.navigation2 {
	color: #FFF;
	padding-top: 0.5em;
	text-align: center;
	height: 30px;
	overflow: hidden;
}

div#content-container {
	position: relative;
	clear: both;
	background-image: url(../design/border_center.gif);
	background-repeat: repeat-y;
}

div#content-outside {
	background-image: url(../design/border_top.png);
	background-position: center top;
	background-repeat: no-repeat;
}

div#content-inside {
	position: relative;
	background-image: url(../design/border_bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 10px 50px 30px 50px;
}

img#polaroids {
	position: relative;
	margin: 10px 0 0 100px;
}

img#polaroids2 {
	position: relative;
	margin: 0 0 0 50px;
}

div.contenttitel {
	position: relative;
	width: 400px;
	height: 100px;
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 40px;
	padding-left: 50px;
}

.contenttitel p {
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	font-size: 2.5em;
	color: #22364A;
}

div#email-container {
	margin: 20px 0 0 200px;
}


div.intro-abschluss-text {
	margin-left: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_text */
p.seitentitel {
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	font-size: 3em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 10px 0 20px 50px;
}

p.absatztitel {
	color: #22364A;
	font-weight: bold;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ programmbox */
div.programmbox-out {
	position: relative;
	width: 100%;
	margin-top: 10px;
}

div.programmbox-in {
	padding: 10px 20px;
	border: 1px solid #CCC;
}

.programmbox-in .minibild {
	float: left;
	margin: 0 20px 0 0;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #CCC;
}

.programmbox-in p.bez {
	/*font-weight: bold;*/
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	font-size: 2.0em;
	color: #22364A;
	line-height: 1.2em;
}

.programmbox-in p.kurztext {
	
}

h1 {
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	font-size: 3em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 10px 0 20px 50px;
}

div.programmdetails-out {
	width: 100%;
	margin-top: 20px;
}

div.programmdetails-in {
	
}

.programmdetails-in p {
	margin-left: 50px;
}

div.minibild {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #CCC;
	padding: 2px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ programmbeschreibung */
img.movie {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.programmdetails-in ul {
	margin-left: 100px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ navigation 1 */
#navigation1 a, #navigation1 a:link, #navigation1 a:visited {
	display: block;
	float: right;
	width: 120px;
	padding: 10px 0;
	background-image: url(../design/buttonreiter_back.gif);
	background-position: center top;
	background-repeat: no-repeat;
	color: #22364A;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	margin-left: 2px;
}

#navigation1 a:hover {
	text-decoration: underline;
	background-image: url(../design/buttonreiter_back.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#navigation1 span {
	display: block;
	float: right;
	width: 120px;
	padding: 10px 0;
	background-image: url(../design/buttonreiter.gif);
	background-position: center top;
	background-repeat: no-repeat;
	color: #003300;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	margin-left: 2px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ navigation 2 */
div.navigation2 a, .navigation2 a:link, .navigation2 a:visited {
	color: #FFF;
	text-decoration: underline;
	margin: 0 20px;
}

.navigation2 a:hover {
	text-decoration: none;
	color: #FFF;	
}

.navigation2 span {
	color: #FFF;
	margin: 0 20px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ popup */
body.popup {
	padding: 20px;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
	color: #FFF;
}

body.popup p {
	font-size: 0.7em;
}

body.popup a, body.popup a:link, body.popup a:visited {
	color: #FFF;
	text-decoration: none;
	margin: 0 20px;
}

body.popup a:hover {
	text-decoration: underline;
}

p.popup-titel {
	font-weight: bold;
	color: #990000;
	margin-bottom: 10px; 
}

p.popup-print, p.popup-close {
	margin-top: 10px;
}

img.popup-picture {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ standard-tags */
label:hover {
	text-decoration: underline;
	cursor: pointer;
}

div.linie {
	clear: both;
	height: 1px;
	border-top: 1px solid #CCC;
	margin: 10px 0 10px 0;
	overflow: hidden;
}

div.pagetop {
	text-align: center;
	padding: 5px;
}

table, form {
	margin: 0;
}

h2 {
	font-size: 2em;
	font-weight: bold;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
}

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

a:hover {
	color: #003300;
	text-decoration: none;
}

p {
	margin: 5px 0 5px 0;
}

.boldkontrast {
	color: #003300;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.kontrast {
	color: #003300;
}

img.png {
	/* only for IE */
	behavior: url("css/pngbehavior.htc");
}

img {
	border: none;
	font-size: 0.7em;
}

div.abschluss {
	clear: both;
	height: 1px;
	width: 80%;
	overflow: hidden;
}

div.titel {
	margin-bottom: 10px;
	text-align: left;
}

div.titeltext {
	margin-bottom: 10px;
	text-align: left;
	padding: 10px 0;
	font-weight: bold;
	font-size: 2em;
	color: #999;
}

div.introtext {
	margin-bottom: 10px;
}

ul {
	margin-left: 50px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ formular-elemente */
input.inputtext {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003300;
	width: 400px;
	padding: 5px 0;
	border: 1px solid #CCC;
	background-color: #EEE;
	vertical-align: middle;
}

input.inputfile {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003300;
	width: 400px;
	padding: 5px 0;
	border: 1px solid #CCC;
	background-color: #EEE;
	vertical-align: middle;
}

textarea {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003300;
	width: 400px;
	height: 100px;
	padding: 5px 0;
	border: 1px solid #CCC;
	background-color: #EEE;
	vertical-align: top;
}

select {
	background-color: #EEE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	width: 200px;
	color: #333;
	vertical-align: middle;
	border: 1px solid #CCC;
}

input.checkbox {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

input.radio {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

div.formularzelle-right {
	text-align: right;
	margin-bottom: 10px;
}

div.formularzelle-left {
	text-align: left;
	margin-bottom: 10px;
}

div.formularzelle-center {
	text-align: center;
	margin-bottom: 10px;
}

div.formularzelle-button {
	padding: 0;
	margin-top: 20px;
}

.formularbezeichner {
	color: #003300;
	margin-right: 10px;
}

a.formular-textlink {
	margin: 0 10px;
}

p.pflichtfelder {
	text-align: left;
	font-size: 0.9em;
}

optgroup {
	
}

button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	margin-right: 10px;
	vertical-align: middle;
	padding: 0;
	height: 25px;
	background-color: #CCC;
	border: 1px solid;
	border-color: #EEE #666 #666 #EEE;
}

button span {
	margin: 0 1.0em;
	vertical-align: middle;
	color: #003300;
}

button.wichtig {
	font-weight: bold;
}

button:hover {
	cursor: pointer;
	text-decoration: underline;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ impressum */
div#impressum-kunde, div#impressum-pixel {
	padding: 10px;
}

div#impressum-kunde, div#imp {
	padding-left: 100px;
}

p#impressum-firstline {
	margin-left: 0;
	margin-bottom: 20px;
}

div#impressum-haftungsausschluss {
	padding: 10px;
	text-align: justify;
	line-height: 1.2em;
	font-size: 0.9em;
	color: #003300;	
}

img.impressum-png {
	margin: 10px;
	vertical-align: middle;
	behavior: url("css/pngbehavior.htc");
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ galerei/minigalerie */
div.container-minigalerie {
	float: both;
	padding-left: 100px;
}

div.minigaleriebox {
	position: relative;
	float: left;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0 5px 5px 0;
}
img.minigalerie {
	border: 1px solid #333;
}

div.container-galerie {
	margin: 20px 0;
	background-color: #FFF;
	font-size: 1.0em;
}

p.galerietitel {
	color: #990000;
	margin-top: 0;
	margin-bottom: 10px;
}

p.galeriefooter {
	font-size: 0.9em;
	line-height: 1.2em;
	clear: both;
}

div.galeriebox {
	position: relative;
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
	width: 20%;
	padding: 10px;
	border: 1px solid #333;
	height: 150px;
}

p.galerietext {
	color: #990000;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ box-elemente */
table.download-docs {
	margin-left: 50px;
	vertical-align: top;
	font-size: 1.0em;
	margin-top: 10px;
}

td.download-icon {
	text-align: right;
}

td.download-doc {
	width: 150px;
}

td.download-docsize {
	
}

img.download-icon {
	vertical-align: middle;
	margin-right: 10px;
}

div.flashplayer {
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 4px;
}

div.flash-bilderwechsel {
	width: 400px;
	height: 200px;
	overflow: hidden;
	background-image: url(../kunde/bilder/flash/PICT3824.jpg);
	background-position: center center;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ konzerttermine */
table.termine td {
	padding: 5px;
	vertical-align: top;
}

td.termine-monat {
	font-size: 1.em;
	font-weight: bold;
	border-bottom: 1px solid #CCC;

}

td.termine-datum {
	width: 150px;
}

td.termine-inhalt {

}

span.termine-bezeichnung {
	display: block;
	font-size: 1.0em;
	font-weight: bold;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


