/*Congas - Münster - by Swami Adami 2006 http://swamiadami.de*/

/*Body*/

html, body {
  scrollbar-base-color:#a30601;
  scrollbar-arrow-color:#FFCC00;
  scrollbar-track-color:#a30601;
  scrollbar-shadow-color:#a30601;
  scrollbar-face-color:#a30601;
  scrollbar-highlight-color:#FFCC00;
  scrollbar-darkshadow-color:#FFCC00;
  scrollbar-3dlight-color:#a30601;
 }

body,td,th {
	color: #FFFFCC;
	top: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background: #a30601;
	font: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	overflow: auto;
	}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
}
a:visited {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #a30601;
	font-weight: bold;
	
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #a30601;
}

h1 {
	font-size: 18px;
	font-style: oblique;
	font-weight: 800;
	font-variant: normal;
}
h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
}
.small {
	font-size: 10px;
	font-weight: inherit;
	text-decoration: none;
}

.content {
	background: url(../images/bg/bg_main.jpg) no-repeat left top;
	position: absolute;
	height: 640px;
	width: 1005px;
	left: 0px;
	top: 0px;
}

/*Logo*/

#logo {
	position: absolute;
	height: 40px;
	width: 200px;
	left: 40px;
	top: 75px;
}
.logotext{
	visibility: hidden;
	overflow: hidden;
	background: transparent;
	}
	
h1.logotext a:hover{
	visibility: hidden;
	overflow: hidden;
	background: transparent;
	}


/*Navigation*/

ul#nav_main {list-style-type: none;
             position: relative;
			 margin: 0px;
			 padding: 0px;
			 display: block;
			 }
			 
li#musik {position: absolute;
         min-height: 44px;
		 max-height: 44px;
	     width: 100px;
	     left: 12px;
	     top: 220px;
		 background: url(../images/nav/musik.gif) no-repeat;
}

li#termine {position: absolute;
         height: 44px;
	     width: 120px;
	     left: 12px;
	     top: 270px;
		 background: url(../images/nav/termine.gif) no-repeat;
}
li#download {position: absolute;
         height: 44px;
	     width: 150px;
	     left: 12px;
	     top: 320px;
		 background: url(../images/nav/download.gif) no-repeat;
}
li#presse {
	position: absolute;
	width: 100px;
	height: 44px;
	left: 12px;
	top: 372px;
	background: url(../images/nav/presse.gif) no-repeat;
	overflow: hidden;
	
}
li#kontakt {
	position: absolute;
	width: 110px;
	height: 44px;
	left: 12px;
	top: 425px;
	background: url(../images/nav/kontakt.gif) no-repeat;
	overflow: hidden;
	
}
ul#nav_main a {display: block;
               width: 150px;
			   text-indent: -9999px;
			   text-decoration: none;
			   line-height: 44px;
			}

li#musik a:hover {background: url(../images/nav/musik.gif)  no-repeat left -40px;}
li#termine a:hover {background: url(../images/nav/termine.gif) no-repeat left -40px;}
li#download a:hover {background: url(../images/nav/download.gif) no-repeat left -40px;}
li#presse a:hover {background: url(../images/nav/presse.gif) no-repeat left -40px; width: 100px;}
li#kontakt a:hover {background: url(../images/nav/kontakt.gif) no-repeat left -40px; width: 110px;}

li#musik.current {background: url(../images/nav/musik.gif) no-repeat left -40px;}
li#termine.current {background: url(../images/nav/termine.gif) no-repeat left -40px;}
li#download.current {background: url(../images/nav/download.gif) no-repeat left -40px;}
li#presse.current {background: url(../images/nav/presse.gif) no-repeat left -40px; width: 100px;}
li#kontakt.current {background: url(../images/nav/kontakt.gif) no-repeat left -40px; width: 110px;}

li#musik.current a:hover {cursor: default;}
li#termine.current a:hover{cursor: default;}
li#download.current a:hover{cursor: default;}
li#presse.current a:hover{cursor: default;}
li#kontakt.current a:hover{cursor: default;}

/*Inhalt*/

.content #text {
	font: bold normal 12px Arial, Helvetica, sans-serif;
	color: #663300;
	position: absolute;
	height: 400px;
	width: 600px;
	left: 320px;
	top: 190px;
	padding-top: 40px;
}
.bildimtext {
	margin-left: 10px;
	position: relative;
	float: right;
	border: 1px solid #330000;
	}
	
.content #text2 {

	font: bold normal 12px Arial, Helvetica, sans-serif;
	color: #663300;
	position: absolute;
	height: 400px;
	width: 600px;
	left: 320px;
	top: 190px;
	padding-top: 40px;
	overflow: auto;
}
