#content table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}
#content table p {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}
#content table td {
	vertical-align: top;
}
#content table td.csc-uploads-fileSize {
	text-align: right;
	white-space: nowrap;
}

html {
	height: 100%;
}
body, table, form {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #9C9D9E;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body {
	overflow: auto;
	font-size: 0.8em;
	text-align: center;
	background: #FFFFFF url(../images/header-bg.gif) repeat-x scroll left 50px;
	padding-top: 50px;
}
img {
	border: none;
}
hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #A38473;
}

a:link, a:visited {
	color: #3F3F3F;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
a:hover, a:active, a:focus {
	color: #666666;
	text-decoration: none;
}

#center {
	width: 975px;
	margin: 0px auto 0;
	text-align: left;
	position: relative;
	z-index: 1;
}
#site {
	background: #ffffff url(images/bg_site.gif) right top no-repeat;
	color: #9C9D9E;
	width: 100%;
	float: left;
	position: relative;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-highight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-face-color: #A38473;	
}
#header {
	float: left;
	width: 100%;
	height: 201px;
	background: #ffffff url(../images/header-bg.gif) left top repeat-x;
}
#logo {
	width: 166px;
	height: 184px;
	float: left;
	display: inline;
	background: url(../images/kontrabass-logo.gif) left top no-repeat;
	text-indent: -9999px;
	margin: 14px 0 0 40px;
	overflow:hidden;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#tunnel {
	height: 515px;
	width: 100%;
	float: right;
	cursor: pointer;
	overflow: visible;
}
#tunnel h1 {
	margin: -22px -12px 0px 0px;
	background: url(images/logo_tunnel.png) right top no-repeat;
	float: right;
	width: 672px;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	display: inline;
}

/* NAVIGATION */
#navigation {
	float: left;
	font-size: 93%;
}
#navigation ul {
	float: left;
	display: inline;
	margin: 15px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
	width: 185px;
	list-style: none;
}
#navigation ul li {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	font-weight: normal;
	float: left;
	border: 0px;
	border-bottom: 1px solid #a38473;
}
#navigation ul li.first {
	border-top: 1px solid #a38473;
}
#navigation ul li a {
	color: #a38473;
	text-decoration: none;
	display: inline;
	/* background: url(images/li.gif) left 3px no-repeat; */
	padding: 0;
	
	display: block;
}
#navigation ul li a:hover,
#navigation ul li a:active,
#navigation ul li a:focus {
	color: #a38473;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
#navigation ul li.highlight,
#navigation ul li.highlight a,
#navigation ul li.highlight ul li.highlight,
#navigation ul li.highlight ul li.highlight a {
	color: #a38473;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
}
#navigation ul li.highlight a,
#navigation ul li.active a {
	display: inline;
	/* background-image: url(images/li_active.gif); */
}
/*
#navigation ul li.highlight,
#navigation ul li.active {
	padding-bottom: 2px;
}
*/

#navigation ul li ul {
	float: right;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	/* width: 105px; */
	
	width: auto;
}
* html #navigation ul li ul {
	margin-top: -14px;
}
#navigation ul li ul li {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	font-weight: normal;
	font-variant: normal;
	color: #9c9d9e;
	border-top: 1px solid #9c9d9e;
	border-bottom: 0px;
	font-weight: normal;
	/* width: 100%; */
	
	width: auto;
	float: none;
	display: block;
}
* html #navigation ul li ul li {
	clear: both;
	float: left;
}
#navigation ul li ul li.first {
	/* margin: -6px 0 0 0; */
	
	border: none;
	padding-top: 0px;
}
#navigation ul li ul li a,
#navigation ul li.highlight ul li a {
	color: #c5c7ca;
	text-decoration: none;
	background: none !important;
	padding-left: 0px;
	/* line-height: 1em; */
	font-weight: normal;
	
	display: block;
}

#navigation ul li ul li.highlight a,
#navigation ul li ul li a:hover,
#navigation ul li ul li a:active,
#navigation ul li ul li a:focus {
	color: #9c9d9e;
	font-weight: normal;
	cursor: pointer;
}

/* CONTENT */
#content-scroll {
	background: #ffffff;
	/* overflow: auto; */
	width: 500px;
	/* height: 370px; */
	/* max-width: 470px; */
	/* min-height: 500px; */
	color: #9C9D9E;
	float: left;
	display: inline;
	margin: 15px 0px 30px 10px;
}
#content {
	background: url(images/bg_content.gif) right top no-repeat;
	padding: 0px 15px 15px 15px;
}
#content h1 {
	font-size: 100%;
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 0px 0px;
	color: #9C9D9E;
}
#content h2 {
	font-size: 1em;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	color: #9C9D9E;
}
#content h3 {
	font-size: 1em;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	color: #9C9D9E;
}
#content p {
	font-size: 1em;
	margin: 0px 0px 1em 0px;
	padding: 0px;
	line-height: 1.3em;
	color: #9C9D9E;
}
#content strong {
	color: #999999;
}
#content ul {
	list-style-type: circle;
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 5px 0px;
}
#content ul li {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.1em;
}


/* RECHTE SPALTE */
#right-bar {
	float: right;
	width: 200px;
	overflow: hidden;
}
#right-bar dl {
	margin: 0;
	padding: 0;
}
#right-bar h2 {
	color: #A38473;
	font-size: 93%;
	font-weight: normal;
	width: 100%;
	border: 0px;
	border-top: 1px solid #A38473;
	padding: 4px 0 0 0;
	margin: 15px 0 0.5em 0;
}
#right-bar span {
	display: block;
	width: 100%;
	margin: 1em 0 2em 0;
	text-indent: -9999px;
}
#right-bar span a {
	display: block;
	width: 100%;
	height: 100%;
}
.sparkasse {
	background: url(../images/logo-sparkasse.gif) left top no-repeat;
	height: 28px;
}
.ndr {
	background: url(../images/logo-ndr1.gif) left top no-repeat;
	height: 21px;
}
.possehl {
	background: url(../images/possehl_stiftung.gif) left top no-repeat;
	height: 15px;
}
.yamaha {
	display: none;
}
/* FOOTER */
#footer {
	clear: both;
	width: 100%;
	height: auto;
	background: #ffffff;
	color: #9c9d9e;
	overflow: hidden;
	font-size: 93%;
}
#left-footer {
	float: left;
	width: 185px;
	margin: 2em 0px 1em 15px;
	border: 0px;
	border-top: 1px solid #9c9d9e;
}
#logo_landesmusikrat {
	float: right;
	margin: 5px 0 0 0;
}
#footer ul#right-footer {
	float: right;
	display: inline;
	list-style: none;
	margin: 2em 0 1em 0;
	padding: 0px 0px 0px 0px;
	border: 0px;
	border-top: 1px solid #9c9d9e;
	width: 750px;
	overflow: hidden;
}
#footer ul li {
	float: left;
	margin: 0px 5em 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	line-height: 20px;
}
#footer ul li a {
	color: #9c9d9e;
	text-decoration: none;
	font-weight: normal;
}
#footer ul li a:hover,
#footer ul li a:active,
#footer ul li a:focus {
	color: #9c9d9e;
	text-decoration: underline;
}
#footer input {
	margin: 2px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
	width: 100px;
	border: 0px;
	background: #ebeced left bottom no-repeat;
	height: 20px;
	line-height: 20px;

	float: left;
}
#footer label {
	float: left;
	display: inline;
	margin-right: 5px;
	width: auto;
	height: auto;
	line-height: 20px;
}
#tx-indexedsearch-searchbox {
	float: left;
}
#footer #tx_indexedsearch_submit_button {
	color: #ebeced;
	cursor: pointer;
	background-image: url(../images/search-button.gif);
	width: 14px;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0.1px;
}

#content div.tx-ttnews-browsebox ul,
#content div.tx-ttnews-browsebox table {
	border-top: 3px double #A38473;
}
