body {
	height: 100%;
	margin:0px;
	background: url(pics/hg.png) repeat #dcf8c5;
	font-family: "Trebuchet MS" , "Verdana" , "Times New Roman";
	font-size: 12px;
	color: #454343;
}

a:link, a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover, a:active {
	color: #4d87c7;
	text-decoration: underline;
}

a img {
	border: 0px;
}

input, textarea, select {
	background: #efefef;
	border: 1px solid #cccccc;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	background: #f5f5f5;
	border: 1px solid #aaaaaa;
}

div.main {
	margin-top: 17px;
	margin-bottom: 20px;
	width: 990px;
	background: #ffffff;
	border: 3px solid olive;
	text-align: left;
}

div.header {
	background: #70143b;
	padding: 20px 2em 1em 20px;
	margin-bottom: 13px;
}

div.language {
	display:inline;
	float: right;
}

div.language form {
	display: inline;
}

div.menu {
	background: #efefef;
	margin-bottom: 13px;
	color: #666666;
	height: 25px;
	position: relative;
	top:  0px;
	z-index: 1;
}

div.content_frame {
	width: 100%;
	display: table;
}

div.content {
	display: table-cell;
	float: left;
	width: 100%;
	background: #ffffff;
	min-height: 200px;
	line-height: 2em;
}

div.infobar {
	display: table-cell;
	width: 25%;
	height: 100%;
	border-left: 1px inset;
	padding-top: 5px;
	vertical-align: top;
	text-align: center;
}

div.footer {
	background: #efefef;
	color: #666666;
	margin-top: 10px;
}

/* Menu */

div.menu_el {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: top;
	width: 120px;
}

div.menu_el ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0;
	display: none;
	background: #efefef;
}

div.menu_el:hover {
	
}

div.menu_el:hover ul {
	display: block;
	background-color: #efefef;
}

/* Content */

div.content a:link, div.content a:visited {
	color: #4d87c7;
}

div.content a:hover, div.content a:active {
	color: #4d87c7;
	text-decoration: underline;
}

div.content h3 {
	border-bottom: 1px solid #696967;
	border-spacing: 0px;
}

div.news {
	padding-left: 20px;
	padding-right: 20px;
}

div.concerts {
	padding-left: 20px;
	padding-right: 20px;
}

div.concerts p {
	/*border-left: 1px solid #696767;
	padding-left: 10px;*/
	margin-bottom: 25px;
}

div.concerts p:first-line {
	font-weight: bold;
}

div.choir {
	padding-left: 20px;
	padding-right: 20px;
}

div.choir .img1 {
	margin-bottom: 10px;
	margin-left: 10px;
}

div.choir .img2 {
	margin-right: 10px;
}

div.choir li {
	list-style-type: square;
	margin-bottom: 20px;
}

div.ensemble {
	padding-left: 20px;
	padding-right: 20px;
}

div.ensemble td {
	vertical-align: top;
}

div.ensemble li {
	text-align: justify;
	margin-bottom: 10px;
	list-style-type: square;
}

div.ensemble img {
	margin-top: 20px;
	margin-left: 20px;
}

div.conductor {
	padding-left: 20px;
	padding-right: 20px;
}

div.conductor table {
	border: 0px;
	border-spacing: 5px;
}

div.conductor td {
	vertical-align: top;
}

div.conductor .content {
	vertical-align: top;
	line-height: 2em;
}

div.conductor img {
	margin-bottom: 20px;
	margin-left: 20px;
}

p.zitat_l {
	padding-bottom: 20px;
	padding-right: 10%;
	text-align: justify;
	font-size: 1.5em;
	font-style: italic;
	line-height: normal;
}

p.zitat_r {
	padding-bottom: 20px;
	padding-left: 10%;
	text-align: justify;
	font-size: 1.5em;
	font-style: italic;
	line-height: normal;
}

span.zitat_autor {
	font-size: 0.5em;
	margin-left: 10px;
	font-style: normal;
}

div.statement {
	padding-left: 20px;
	padding-right: 20px;
}

div.statement p.q {
	font-weight: bold;
}

div.statement p.z {
	font-style: italic;
	margin-bottom: 20px;
}

div.home {
	text-align: center;
}

div.home p {
	font-size: 2em;
	font-weight: bold
}

div.home a:link, div.home a:visited {
	color: #454343;
}

div.home a:hover {
	color: #4d87c7;
}

div.home img {
	padding: 5px;
	border: 1px solid;
}

div.history {
	padding-left: 20px;
	padding-right: 20px;
}

div.history img {
	margin-left: 10px;
	vertical-align: bottom;
}

div.infobar p.cd {
	text-align: center;
	margin: 10%
}

div.infobar img.cd {
	width: 75%;
}

div.terms {
	padding-left: 20px;
	padding-right: 20px;
	
}

/* @group CD */

#cd_wrapper {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	background: #FFF;
}
#cd_header{
	height: 75px;
	*background: #D68585;
	text-align: center;
	border-bottom: 1px solid;
}

#cd_left {
	float:left; 
	width: 230px;
	padding: 10px;
}

#cd_right {
	float:right;
	width: 460px;
	border-left: 1px dotted;
	padding: 10px;
}

#cd_footer{
	clear:both;
	height:120px;
	text-align: center;
	border-top: 1px solid;
	*background-color: #F0D5D5;
}
#cd_wrapper img {
	max-width:110%;
}
#cd_wrapper h1 {
	text-align:center;
}
#cd_wrapper a:link, #cd_wrapper a:visited {
	color: inherit;
	text-decoration: underline;
}
#cd_wrapper li {
	padding:3px;
}

/* @end */


