/* LAYOUT  */
body {
	margin-top:58px;
	margin-left:214px;
	margin-bottom:20px;
	margin-right:0px;
	padding:0px;

	background-image:url('/images/bg_main.gif');
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:top left;
}

a img {
	border:none;
}

div.clearfloat {
	overflow:hidden;
	height:0px;
	clear:both;
	visibility:hidden;
}

div#balken {
 	position:fixed;
	left:0px;
	top:0px;
 	width:1024px;
	height:31px;
	background-color:black;
	z-index:10;
}

div#main {
	width:363px;
}

div#logo {
	position:fixed;
	top:62px;
	left:17px;
	width:144px;
	height:17px;
}

div#logo img {
	display:block;
}

div#menu {
	position:fixed;
	left:17px;
	top:106px;
	width:140px;
}

div#menu a {
	display:block;
	height:18px;
}


div#rimg {
	position:fixed;
	left:611px;
	top:62px;
	width:363px;
}


/* FONTS */

div#menu a.active,
div#menu a:hover,
div#menu span.fontpatch1 {
	font-family: Georgia, Times New Roman, serif;
	font-weight:bold;

	letter-spacing:0px; /* Menupunkt "Programmvorschlaege" wird sonst sehr lang */
}

div#menu a,
div#menu span.fontpatch2 {
	font-size:11px;
	color:#222222;
	letter-spacing:1px;
	text-decoration:none;
	line-height:18px;

	font-family: Helvetica, Arial, sans-serif;
}

div#main,
div#main a,
div#rimg,
div#rimg a {
	font-family:Georgia, Times New Roman, serif;
	
	font-size:12px;
	line-height:18px;
	color:#222222;
}

div#main a {
	text-decoration:underline;
}

div#main a:hover {
	text-decoration:none;
}

div#main h1 {
	font-size:20px;
	line-height:26px;
	color:#f05f19;
	font-weight:normal;

	padding:0px;
	margin:0px;
}

div#main h2 {
	font-size:12px;
	font-weight:bold;
	line-height:18px;

	padding:0px;
	margin:0px;
}

span.komponisten_years {
	font-size:12px;
}


/* LISTS */

/*div#main li {
 	list-style-type:square;
	list-style-image: url('/images/bullet.gif');
	margin:0px;
	padding:0px;
}

div#main ul {
	margin:0px;
	padding:0px;
 	margin-left:1.3em;
}*/

div#main ul {
 	list-style-type:none;
	padding:0px;
	margin:0px;
}

div#main li {
	background-image: url('/images/bullet.gif');
	background-repeat:no-repeat;
	background-position:top left;
/* 	list-style-image: url('/images/bullet.gif'); */
	margin:0px;
	padding:0px;
	padding-left:15px;
}


/* GALLERY */

div.gallerythumbs img {
	display:block;
	float:left;
	margin-right:12px;
	margin-top:19px;
}


/* KONTAKTFORMULAR */

div#kontaktformular p {
	margin:0px 0px 12px 0px;
	padding:0px;
}

div#kontaktformular input,
div#kontaktformular textarea
{
	width:363px;
	border:1px solid #CCCCCC;
}

div#kontaktformular textarea
{
	height:75px;
}

div#kontaktformular button {
	border:1px solid #CCCCCC;
	background-color:white;
}


/* BESTELLFORMULAR */

div#bestellformular p {
	margin:0px 0px 12px 0px;
	padding:0px;
}

div#bestellformular input,
div#bestellformular textarea
{
	width:363px;
	border:1px solid #CCCCCC;
}

div#bestellformular input.anzahl {
	width:50px;
}

div#bestellformular textarea
{
	height:75px;
}

div#bestellformular button {
	border:1px solid #CCCCCC;
	background-color:white;
}

div#bestellformular table {
	border-spacing:0px;
	border-collapse: collapse;
}

div#bestellformular table td {
	padding-right:10px;
	padding-left:0px;
	padding-bottom:10px;
	padding-top:0px;
	vertical-align:top;
	border:none;
}


table.programmvorschlaege {
	border-spacing:0px;
	border-collapse: collapse;
}

table.programmvorschlaege td {
	padding-right:5px;
	padding-left:0px;
	padding-bottom:5px;
	padding-top:0px;
	vertical-align:top;
	border:none;
}

