/*
+++++++++++++++++++++++++++++++++++++++++++
+ CSS for Website:                        +
+ Musikgesellschaft Schinznach Dorf       +
+ mgschinznach.ch                         +
+ (c)Patrick Carpenter, pcarpenter@gmx.ch +
+++++++++++++++++++++++++++++++++++++++++++
*/

div#logo img {
	width: 25em;
	height: 5.75em;
}

ul#nav {
	display: none;
}

div#root {
	margin-top: 0px !important; 
}

div#content div {
	margin-top: 0px !important; 
}

h5 { /* Pathway */
	text-align: left;
	font-size: 11px;
	margin: 0px;
	padding: 5px;
	width: 740px;
}

div#arrow_up {
	display: none;
}

div#arrow_down {
	display: none;
}

div#footer {
	width: 100%;
	font-size: 10px;
	text-align: right;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 2px;
}

div#footer span {
	float: left;
}

/*
Content Styles
*/

a {
	color: #000000;
	outline: none;
}

a img {
	border: 0px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}


table {
	border-collapse: collapse;
}

td {
	padding: 2px;
	font-size: 12px;
}

img {
	margin: 5px;
	display: block;
}

hr {
	background: none;
	border-top: 0px;
	border-bottom: 1px solid #000000;
	border-left: 0px;
	border-right: 0px;
}

/* news */

h3.news_header {
	text-align: right;
}

span.news_title {
	float: left;
}

span.news_date {
	font-size: 10px;
}
