* {
  padding:0px; margin:0px;
}

body {
	background:url(layout/background.jpg) repeat;
	color:#fcfcfc;
	font:normal normal 0.70em Verdana,Arial,Tahoma,sans-serif;
	line-height:150%; 
}

img {  border:0px;}

a { border:0px;}

a:link, a:active, a:visited {text-decoration;none; color:#cfcfcf;}
a:hover, a:focus {text-decoration:underline; color:#60BE60;}

strong {color:#ffffff; font-weight:bold;}

ul {
list-style-type:none;
}

h1.pageheader1 {
	font:bold 1.3em Verdana,Arial,Tahoma,sans-serif;
	
	color:#60BE60;
	padding:1em 0em 0.5em 0em;
}
h1.pageheader2 {
		font:bold 0.7em Verdana,Arial,Tahoma,sans-serif;
	
	color:#60BE60;
	padding:1em 0em 0.5em 0em;
}

#container {
  width:;
	margin-top:5px;
}

#logo {
  float:left;
  width:76px; height:500px;
	background:url(layout/logo.jpg) no-repeat;
}

#contentcontainer {
  float:left;
	vertical-align:top;
}

#main {
  padding:9px; border:1px solid black;
  background:#fcfcfc;
}

#rightdeco {
  vertical-align:top;
  background:url(layout/deco_content_right.jpg) repeat-y;
}

#bottomdeco {
  background:url(layout/deco_content_bottom.jpg) no-repeat;
}

#content {
  width:470px;
	margin-top:2px;
	padding:5px;
  background:url(layout/background_dark.jpg) repeat;
}

#contentText{
  padding:9px;
}


#navigation {
  padding-top:0px;
  width:207px;
	/*background:url(layout/background_navigation.jpg) repeat;*/
}

#navigation a {
  display:block; width:207px; height:45px;
}

#home 					 { background:url(layout/menu_home_off.gif) no-repeat; }
#home:hover 		 { background:url(layout/menu_home_on.gif) no-repeat; }
#concert 				 { background:url(layout/menu_concert_off.gif) no-repeat; }
#concert:hover   { background:url(layout/menu_concert_on.gif) no-repeat; }
#songs  				 { background:url(layout/menu_songs_off.gif) no-repeat; }
#songs:hover   	 { background:url(layout/menu_songs_on.gif) no-repeat; }
#biography 			 { background:url(layout/menu_biography_off.gif) no-repeat; }
#biography:hover { background:url(layout/menu_biography_on.gif) no-repeat; }
#links 					 { background:url(layout/menu_links_off.gif) no-repeat; }
#links:hover		 { background:url(layout/menu_links_on.gif) no-repeat; }
#contact 				 { background:url(layout/menu_contact_off.gif) no-repeat; }
#contact:hover 	 { background:url(layout/menu_contact_on.gif) no-repeat; }
#imprint 				 { background:url(layout/menu_imprint_off.gif) no-repeat; }
#imprint:hover 	 { background:url(layout/menu_imprint_on.gif) no-repeat; }


/* headlines */

#headlineHome { background:url(layout/headline_home.gif) no-repeat; height:61px; }
#headlineConcert { background:url(layout/headline_concert.gif) no-repeat; height:61px; }
#headlineSongs { background:url(layout/headline_songs.gif) no-repeat; height:61px; }
#headlineBiography { background:url(layout/headline_biography.gif) no-repeat; height:61px; }
#headlineLinks { background:url(layout/headline_links.gif) no-repeat; height:61px; }
#headlineGuestbook { background:url(layout/headline_guestbook.gif) no-repeat; height:61px; }
#headlineContact { background:url(layout/headline_contact.gif) no-repeat; height:61px; }
#headlineImprint { background:url(layout/headline_imprint.gif) no-repeat; height:61px; }


