/* 
 * style.css
 * part of: Harmoniemusik Schuebelbach-Buttikon
 * copyright: thomas.schalch.net - Internet Solutions, Switzerland
 * coder: Thomas Schalch
 * date: Mar 2008
 * 
 * Description (de): CSS-Stylesheet
 */

html {
	height:auto;
}

body {
	background-image:url('../images/bg.gif');
	background-position:center top;
	font-size:12px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#222222;
	padding:0px;
	margin:0px;
	height:auto;
}

a {
	color:#660101;
}

h1, .title {
	font-family: "Times New Roman", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#8f0101;
	font-weight:bold;
	font-size:20px;
}

h2 {
	color:#444444;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 20px;
	font-weight:bold;
	font-size:15px;
}

h3 {
	font-weight:bold;
	font-size:13px;
}

#main {
	position: relative;
	 top:5px;
	 margin:0px auto;	
	width: 755px;
}

#oben {
	background-image:url('../images/top.gif');
	height:172px;
}

#untertop {
	background-image:url('../images/untertop.gif');
	background-position:bottom;
	height:31px;
}

#mitte {
	background-image:url('../images/bg_mitte.gif');
	padding:0px;
	margin:0px;
	height:378px;
	vertical-align:top;
}

#maincontent {
	padding:0px;
	margin:0px;
	vertical-align:top;
}

#nav {
	width: 175px;
	padding-top:20px;
	vertical-align:top;
}

#nav ul {
	list-style:none;
	padding:0px;
	margin:0px 0px 0px 27px;
}

#nav ul li {
	background-image:url('../images/button.gif');
	height:21px;
	width:155px;
	margin-top:5px;
	padding-left:20px;
	line-height:21px;
}

#nav ul li a {
	text-decoration:none;
	font-size:13px;
	font-family: "Times New Roman", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#DDDDDD;
}

#nav ul li a:hover {
	color:#FFFFFF;
}

.subnavi {
	padding-left:20px;
}

#searchform {
	padding:0px;
	margin:25px 0px 0px 38px;
}

#searchInput {
	padding:3px;
	width: 100px;
	margin:0px;
	background-color: #333333;
	color: #FFFFFF;
	border: none; 
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#searchImg {
	padding:3px 0px 0px 5px;
}

#content {
	vertical-align:top;
	padding:20px 47px 10px 25px;
}

#footer {
	background-image:url('../images/footer.gif');
	height:31px;
}

#bottom {
	width:480px;
	height:16px;
	margin-top: 20px;
	<script type="text/javascript" src="http://hmsb.ch/jscripts/tiny_mce/themes/advanced/langs/de.js"></script>border-top: 1px solid #BBBBBB;
	font-size:9px;
	color:#444444;
}

#bottom a {
	color:#444444;
}


/* Highlight */

.highlight {
	font-weight:bold;
	background-color: #CCCCCC;
}

