body
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	border: none;
	margin: 0px;
	font-size: 12px;
}

img {	border: none; }

h1, h2, h3 {	color: #B8C770; }

h1	{	font-size: 24px; }
h2	{ font-size: 16px; }
h3	{ font-size: 14px; }

a
{
	font-weight: bold;
	color: #4d732b;
	text-decoration: underline;
}

a.fb-event-link
{
	color: #3B5998;
	text-decoration: none;
}

/****************** CONTAINERS ******************/

header #toprow
{
	position: relative;
	background: #b8c770 url('graphics/background-toprow.png') no-repeat top left;
	top: 10px;
	height: 140px;
	vertical-align: top;
	border: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

/****************** navigation ******************/
nav
{
	background: #9dc639;
	width: 170px;
	height: 600px;
	padding: 0px;
	float: left;
}

nav>ul
{
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
}

/* navigation first-order list item */
nav>ul>li
{
	color: #4d732b;
	border-bottom: 1px dotted #4d732b;
	padding: 5px;
	list-style: none;
}

nav>ul>li#homelink {display: none}

nav>ul>li:hover { background-color: #add649; }

nav a
{
	font-weight: normal;
	text-decoration: none;
	color: #4d732b;
}
nav>ul>li>a 				{ font-size: 16px; font-weight: bold; }
nav>ul>li>ul>li>a	  { font-size: 11px; }
nav a:hover				  { text-decoration: underline; }

/****************** navigation second-order sub list ******************/
nav>ul>li>ul
{
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	display: none; /* conditional show only */
}

/* conditions under which to show respective submenus */
body#page-ueber-uns #nav-submenu-ueberuns		{ display: block; }
body#page-konzerte #nav-submenu-konzerte		{ display: block; }
body#page-mitgliederinfos #nav-submenu-mitglieder	{ display: block; }


nav>ul>li>ul>li
{
	color: #4d732b;
	height: 2em;
	border: none;
	border-left: 1px solid #4d732b;
	padding-left: 1px;
	padding-right: 0px;
	margin-left: 10px;
	margin-right: 0px;
	list-style: none;
	text-indent: 2px;
}

nav>ul>li>ul>li:hover { background-color: #bde659; }



article, aside
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 60em;
	padding: 20px;
	float: left;
	clear: right;
}

article ul
{
	list-style-type: square
}

article li
{
	padding: 3px;
}
article img
{
	float: left;
	padding: 5px;
	border: 1px dotted #cccccc;
	margin: 0px 5px 5px 0px;
}

article p
{
	line-height: 1.3em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

footer
{
	clear: both;
	text-align: center;
	margin: 10px;
	border-top: 1px dotted #b8c770;
}

footer a { text-decoration: none; }

.pause-im-programm { height: 10px }

@media print {
   nav, footer { display: none; }
 }
 
@media (max-device-width: 480px) {
  header #toprow { display: none; }
  nav
	{
		width: auto;
		height: auto;
		float: none;
	}
	nav>ul>li { margin: 25px; }
	nav>ul>li#homelink {display: block;}
	nav>ul>li>a 				{ font-size: 32px; }
	nav>ul>li>ul>li>a	  { font-size: 28px; }
  article, aside { width: auto; }
}

/* Layout of Download Table */
table.download{
	border-collapse:collapse;
}
th.download{
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-color:#B8C770;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:left;
	font-size: 14px;
	color: #B8C770;
}
td.download{
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-color:#B8C770;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:20px;
}