/* 
 * 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');
	width:155px;
	padding-left:20px;
   	margin-top:5px;
}

#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;
    	line-height: 21px;
}

#nav ul li a:hover {
	color:#FFFFFF;
}

#f_logo {
    	margin-left: 37px;
    	margin-top: 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;
	border-top: 1px solid #BBBBBB;
	font-size:9px;
	color:#444444;
}

#bottom a {
	color:#444444;
}

.lightboxImg {
    width: 150px;
}


.newsimg {
width: 100%;
}

/* Highlight */

.highlight {
	font-weight:bold;
	background-color: #CCCCCC;
}

.srch_rel {
	width: 100px;
	height: 15px;
	margin-right: 15px;
	float: left;
}

.srch_rel_ind {
	background-color: #CCCCCC;
	height: 100%;
	overflow: visible;
	color: #666666;
}

label {
	float: left;
	width: 120px;
}

ins {
	color: #008000;
    	text-decoration: none;
}

del {
 	color: #F00;   
	text-decoration: line-through;
}

.hmsb_wideinput {
    width: 350px;
    border: 1px solid #CCCCCC;
	-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px
}


.hmsb_textarea {
	height: 100px;
	padding: 4px;
    border: 1px solid #CCCCCC;
    -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px
}

.hmsb_input {
	width: 180px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px
}

ul.dates {
padding: 0;
marhin: 0;
}

	ul.dates li {
		position: relative;
		border-top: solid 1px #ddd;
		padding: 1.3em 0 1.3em 5em;
		list-style: none;
	}

	ul.dates .date {
		display: block;
		position: absolute;
		left: 0;
		top: 1.3em;
		background-color: #8f0101;
		height: 3.5em;
		text-align: center;
		color: #FFF;
		line-height: 1em;
		border-radius: 5px;
		padding: 0.5em 1em 0 1em;
	}

		ul.dates .date strong {
			display: block;
			font-size: 1.75em;
			padding-top: 0.35em;
			color: #FFF;
		}

	ul.dates h3 {
		font-size: 1.1em;
	}

	ul.dates p {
		margin: 0;
	}

	ul.dates li:first-child {
		border-top: 0;
		padding-top: 0;
	}

		ul.dates li:first-child .date {
			top: 0;
		}
