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

/*
Classes
*/

/* IE > 5.5 Hack for Alpha BG */
 * html .alpha {
	background: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='half_trans.png',sizingMethod='scale');
	height: 1%;
}

.alpha {
	background: url(half_trans.png) repeat;
}
 
/*
Direct Styles
*/


html,
body {
	background-image: url(clef.gif);
	background-repeat: no-repeat;
	background-color: #00614B;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

noscript {
	font-size: 16px;
	color: #FF0000;
}

div#root {
	position: absolute;
	margin: -306px 0 0 -375px;
	left: 50%;
	top: 50%;
	width: 750px;
	font-family: Helvetica, Arial, sans-serif;
	#font-family: Arial Unicode MS;
	text-align: left;
	height: 611px;
}

/* IE > 5.5 Hack for Alpha PNG */
 * html #logo div {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mgslogo.png');
	height: 1%;
}
* html #logo div img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	height: 163px;
} 

div#logo {
	height: 163px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
div#logo img {
	margin: auto;
}

/*
Navigation
*/

ul#nav {
	list-style: none;
	padding: 0px;
	text-align: left;
	line-height: 24px;
	height: 24px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul#nav li {
	float: left;
	background: url(half_trans.png) repeat;
	height: 24px;
}

 * html ul#nav li {
	background: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='half_trans.png',sizingMethod='scale');
}

ul#nav li a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	outline: none;
	line-height: 24px;
	height: 24px;
	display: block;
	padding-left: 15px;
	background-image: url(nothing.png);
	/* for IE 6*/
	cursor: pointer;
}


ul#nav li ul  a {
	font-size: 11px;
}

ul#nav li:hover > a,
ul#nav li a:hover {
	background: url(half_trans.png) repeat;
	color: #000000;
}

* html ul#nav li.hover  {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='half_trans_big.png',sizingMethod='scale');
}

* html ul#nav li.hover  a {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='half_trans_big.png',sizingMethod='scale');
}

* html ul#nav li.hover ul  {
	background: url(half_trans.png) no-repeat -30px -30px;
}

* html ul#nav li.hover ul li a  {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled = false);
}

* html ul#nav li a:hover {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='half_trans_big.png',sizingMethod='scale');
}

ul#nav li ul {
	list-style: none;	
	padding: 0px;
	margin: 0px;
	position: absolute;
	z-index: 1000;
 	display: none;
}
	
ul#nav li:hover ul{
	display: block;
}

ul#nav li.hover  ul {
	display: block;
}

ul#nav li ul li {
	clear: left;
	height: 23px;
	list-style: none;
	padding: 0px;
}

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

div#content {
	height: 350px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	overflow: hidden;
	width: 730px;
	position: relative;
}

div#arrow_up {
	text-align: left;
	color: #555555;
	font-weight: bold;
	font-size: 14px;
	line-height: 10px;
	height: 20px;
	cursor: pointer;
	width: 11px;
	position: absolute;
	padding-right: 2px;
	top: 231px;
	right: 0px;
	cursor: pointer;
}

div#arrow_up.over {
	color: #000000;
}

div#arrow_down {
	text-align: left;
	color: #555555;
	padding-right: 2px;
	font-weight: bold;
	font-size: 11px;
	line-height: 10px;
	height: 20px;
	width: 10px;
	position: absolute;
	bottom: 20px;
	right: 0px;
	cursor: pointer;
}

div#arrow_down.over {
	color: #000000;
}

div#footer {
	width: 742px;
	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;
}

a:hover {
	color: #555555;
}

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;
}
