/* CSS Document - Author: Kirk Monteux für sandkmusic.com Mai 2008 */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #460000;
	background-image: url(img/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	}
h1 {
font-family: "Courier New", Courier, monospace;
	font-size: 24px;
}

a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #7A00B7;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
}

a:focus {
	outline: none;
}


#container {
	width: 850px;
	height: auto;
	margin: auto;
}

#top {
	height: 10px;
	width:  850px;
	margin: auto;
}
#banner {
	height: 300px;
	width:  850px;
	margin: auto;
	background-image: url(img/banner.jpg);
}


#bgnav {
	height: 66px;
	width: 850px;
	margin: auto;
	background-image: url(img/navigation.jpg);
	}
.boxnav1 {
	float: left;
	width: 800px;
}

#navcontainer1
{
	margin-top: 12px;
	margin-left: 32px;
}

.blue #slatenav{
	position:relative;
	display:block;
	height:42px;
	font-size:14px;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
        text-transform:uppercase;
}
.blue #slatenav ul{margin:0px;padding:0;list-style-type:none;width:auto;}
.blue #slatenav ul li{
	display:block;
	float:left;
	margin:0;
}
.blue #slatenav ul li a{
	display:block;
	float:left;
	color:#FFFF00;	
        text-decoration:none;
	height:28px;
	padding-top: 14px;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 22px;
	overflow: visible;
}
	.blue #slatenav ul li a:hover{
	color:#FFFFFF;
        background-color: transparent;
	background-image: url(img/splash.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

        .blue #slatenav ul li.menu-current a{
	color:#FFFFFF;	
        background-color: transparent;
	background-image: url(img/splash.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


	
	#head {
	height: 100px;
	width: 850px;
	margin: auto;
	background-image: url(img/head.jpg);
}
.boxueber {
	width: 670px;
	float: left;
}
.ueberschrift {
	height: 60px;
	width: 620px;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	color: #7A00B8;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding-top: 25px;
	overflow: visible;
	padding-left: 50px;
	text-align: left;
}
#bg1 {
	width: 850px;
	height: auto;
	margin: auto;
	background-image: url(img/inhalt630.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
        clear: both;
}
.box1 {
	width: 350px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
       
}
.inhalt1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3em;
	margin-right: 30px;
	margin-left: 50px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;

}


.box2 {
	width: 492px;
	border-right-style: none;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-left: -1px;
        overflow: hidden;
}
.inhalt2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3em;
	height: auto;
	margin-right: 40px;
	margin-left: 30px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
        overflow: hidden;
}
#bg2 {
	width: 850px;
	margin: auto;
	background-image: url(img/inhalt50.jpg);
	height: 50px;
	clear: both;
}
.boxnav2 {
	width: 600px;
	float: right;
}
#navcontainer2
{
	margin-top: 20px;
	margin-right: 15px;
}

#navlist ul
{
	
	margin: 0;
	padding: 0;
        
        
}

#navlist li
{
	padding: 0 .5em 0 .5em;
	list-style-type: none;
	border-left: 1px solid #540080;
	float: right;
}
#navlist li a {
	color: #540080;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	list-style: none;
	text-transform: uppercase;
}

#navlist li a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#footer {
	width: 850px;
	margin: auto;
	height: 20px;
}
