body {
	font-family: verdana,arial,sans-serif;
	color: #2D2D2C;
	background-color: #C0C0C0;
	margin: 52px 0 0 0;
	font-size: 100%;
	font-size: 0.9em;
	background-image: url(../images/site_background.png);
	background-repeat: repeat-y;
	background-position: center;
}
	#frame {
		text-align: center;
	}

	#site {
		margin-left: auto;
		margin-right: auto;
		width: 885px;
		text-align: left;
		background-image: url(../images/site_header.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		position: relative;
	}
	
		#logo {
			position: absolute;
			top: 117px;
			left: 347px;
		}
		
		#section {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 404;
		}

		#menu {
			position: absolute;
			top: 315px;
			list-style-type: none;
		}

		#content {
			top: 210px;
			left: 170px;
			position: relative;
			width: 717px;
			background-color: #F9F7EB;
		}
		
			#wrap {
				padding: 100px 60px 25px 120px;
			}

		#menu {
			margin: 0;
			padding: 0;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 1.1em;
		}

				#menu li {
					padding: 0;
					margin: 0 0 10px 2px;
				}

				#menu a {
					color: #EEC884;
				}

				#menu a:hover, #menu li.active {
					color: #F9F7EB;
				}

			#menu ul {
				font-size: 0.9em;
				font-weight: bold;
				margin: 0 0 30px 10px;
			}

				#menu ul li {
					padding: 0 0 0 0;
					margin: 0;
					width: 168px;
					list-style: none;
				}

					#menu ul li a{
						display: block;
						color: #fefefe;
						padding: 4px 8px 4px 16px;
					}

						#menu ul li a:hover{
							color: #c0c4ca;
						}

				#menu ul li.active {
					background-color: #e7ecf3;
				}

					#menu ul li.active a{
						color: #347491;
						border-left: 8px solid #c0c4ca;
						padding: 4px 8px 4px 8px;
					}

		#footer {
			background-image: url(../images/site_background.png);
			background-color: #6B1B1E;
			height: 70px;
		}

			#footer ul {
				padding: 20px 0 0 0;
				margin: 0;
				list-style-type: none;
				font-weight: bold;
				font-size: 0.9em;
				text-transform: uppercase;
			}
			
			#footer li {
				float: right;
				margin: 0 15px 0 0;
			}
			
			#footer a {
					color: #EEC884;
			}

			#footer a:hover, #footer li.active {
				color: #F9F7EB;
			}
			
			#footer li.left {
				float: left;
				margin: 0 0 0 120px;
			}

h1,h2,h3,p {
	margin: 0 0 20px 0;
	padding: 0;
}

	h1 {
		font-size: 1.4rem;
		margin: 0 0 30px 0;
	}
	
		h1.title {
			margin: 0 0 50px 0;
		}


	h2 {
		font-size: 1.0em;
		margin: 0 0 5px 0;
	}

	h3 {
		font-size: 1em;
		font-weight: normal;
	}
	
	p, form {
		font-size: 1em;
	}
	
	p {
		line-height: 1.5em;
	}

	span.tab, span.tabs {
		display: block;
		width: 10em;
		float: left;
		clear: both;
	}

		span.tabl {
			display: block;
			width: 23em;
			float: left;
		}
		
		span.tabs {
			width: 5em;
		}
		
	embed, object {
		float: left;
		margin: 2px 0 4px 0;
	}

	img {
		border: none;
	}
	
	a , .contact_message {
		text-decoration: none;
		color: #6B1B1E;
		font-weight: bold;
	}
	
	
	fieldset {
		border: none;
		margin: 0;
		padding: 0;
	}
	
	form img {
		border: 1px solid #6B1B1E;
		float: left;
	}
	
	label {
		clear: both;
		width: 8em;
		display: block;
		float: left;
		text-align: left;
		padding: 0 8px 0 0;
		font-size: 0.9em;
	}
	
	input , textarea {
		border: 1px solid #6B1B1E;
		margin: 0px 0px 10px 0px;
		width: 16em;
		font-size: 0.9em;
		font-family: verdana,arial, sans-serif;
		background-image: url(../images/input.gif);
		background-color: #FEFEFE;
		background-repeat: repeat-x;
		padding: 2px 0px 2px 2px;
	}
	
		label.l {
			clear: none;
			float: none;
			display: inline;
			padding: 0;
		}
		
		#content_ui_cb_kammermusikkonzert, #content_ui_cb_orchesterkonzert, #content_ui_cb_querfloetenunterricht, #content_ui_cb_newsletter {
			width: 20px;
			float: none;
			display: inline;
			clear: both;
			border: none;
			background-image: none;
			padding: 0;
			margin: 0;
		}
	
		#contact_ui_code {
			width: 100px;
			margin: 0 0 0 8px;
			text-transform: uppercase;
			letter-spacing: 0.8em;
		}
	
		input.submit {
			width: 120px;
			clear: both;
		}
	
		textarea {
			width: 25em;
		}

a {
  text-decoration: underline;
}

#menu a {
  text-decoration: none;
}

