* {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}

ol, ul {
	list-style: disc;
	font-size: 16px;
}

/* Global styles Grundgerüst */

html {
	background-color: #000;
	font-family: eurostileregular, sans-serif;
	font-size: 14px;
	font-weight: normal;
/*	background: #000 url('../images/page_bg.jpg') 0% 0% no-repeat fixed; */
}

body {
	margin: 0px auto;
}

#wrapper {
/*	margin-left: 190px; */
	margin-top: 20px;
	width: 440px;
	min-height: 300px;
}

#head {
	width: 437px;
	height: 30px;
	margin-top: 0px;
	margin-left: 0px;
	background: transparent url('../images/artists-alliances.png') 0% 0% no-repeat;
	padding: 4px;

}

#container {
	width: 440px;
	min-height: 300px;
	margin-left: 0px;
	border: #ccc 2px solid;
	background: transparent url('../images/on_stage.png') 0% 0% repeat-y fixed;

}

#navi {
	width: 100%;
   font-family: 'eurostilebold';
   font-size: 20px;
   color: #fff;
   padding: 0;
   margin: 0;
}

#content {
	width: 100%;
	background: transparent url('../images/white.png') repeat;
	float: left;
	color: #000;
   padding-top: 25px;
	padding-bottom: 20px;
/*	overflow: auto; */
/*	height: 680px; */
}

#footer {
	width: 100%;
	position: relative;
	color: #fff;
	margin-left: 0px;
}


/* -- Schriften-Definitionen */

#content p, #content #page2 p {
	font-family: eurostileregular, sans-serif;
	letter-spacing: 0.035em;
	font-size: 17px;
}

#content h1 {
   font-family: 'eurostilebold';
   font-size: 24px;
   padding-top: 0px;
   line-height: 24px;
}
#content h1 span {
   font-family: 'eurostilebold';
   font-size: 20px;
}

#content h2 {
   font-family: 'eurostileregular';
   font-size: 16px;
   padding-top: 0px;
   line-height: 16px;
}

#content h3 {
   font-family: 'eurostilebold';
   font-size: 17px;
   padding-top: 0px;
   line-height: 17px;
   letter-spacing: 0.035em;
}

#content #logo {
	padding-top: 10px;
}

#footer p { margin-left: 10px; margin-top: 5px; margin-bottom: 5px; font-size: 16px; }
#footer a { float: right; text-decoration: none; color: #fff; margin-bottom: 5px; font-size: 16px; }

/* -- Seiten Definitionen */

#page3 {
	width: 98%;
	float: left;
}

#page6 {
	width: 98%;
	float: left;
}

#page3 ul { margin-top: -7px; padding-top: 0px;}

#page3r {
	float: right;
	width: 220px;
	background-color: transparent;
	overflow: hidden;
	display: none;
}

#page6r {
	float: left;
	width: 240px;
	background-color: transparent;
	overflow: hidden;
	margin-left: 20px;
}



#page3r p {
	text-align: center;
	margin-right: 10px;
	line-height: 24px;
	font-size: 14px;
}

#page3r p span {
	padding: 1px 5px;
	background-color: #fdc689
}

/* Sub-Seiten Definition */

#content #page2, #content #page3, #content #page4, #content #page5, #content #page6, #content #page7, #content #page8  {
	margin-left: 10px;
	position: relative;
	overflow: none;
}

#content #page5 img { margin-bottom: 20px; }

#content #page3, #content #page6, #content #page5, #content #page7 {
	text-align: left;
}

#content #page4, #content #page5, #content #page6, #content #page7 {
	margin-right: 0px;
}

#content #page2 {
	text-align: center;
}

#content #page2 p, #content #page2 h1, #content #page3 p, #content #page3 h1 {
		max-width: 440px;
}


#page4 div.person {
	width: 200px;
	height: auto;
	float: left;
	margin-bottom: 30px;
}

#page4 div.info 	{ 
	float: right;
	width: 50%;
	padding-right: 10px;
}

/* -- interne Links */

#content #page6r a, #content #page6r a:link, #content #page6r a:visited {
	text-decoration: none;
	color: #fff;
}

#content #page6r a:hover {
	text-decoration: underline;
	color: #000;
}


/* -- Navigation */

#navi .navchild {
	width: 100%;
	border: 1px #ccc solid;
	background-color: #333;
	margin-bottom: 0px;
	border-radius: 0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	
}

#navi .navchild:hover, #navi .current {
	background-color: #000;
	text-shadow: #333 2px 2px 2px;	
}

#navi .navchild a, #navi .navchild a:link, #navi .navchild a:visited{
	color: #fff;
	text-decoration: none;
	padding: 8px 0px;
	display: block;
	text-align: center;

}

#navi .subnav:hover, #navi #currentsub,
#navi .subnav2:hover, #navi .subnav2 #currentsub {
	background-color: #e68d06;
	color: #fff;
	display: block;
	text-align: center;
}

#navi .subnav {
	width: 49.5%;
	border: 1px #ccc solid;
	background-color: #333;
	margin-bottom: 8px;
	border-radius: 0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	text-align: center;
	float: left;
	padding: 4px 0px;	
}

#navi .subnav a {
	color: #fff;
	display: block;
}

.hidden {
	display: none;
}

#content h1.white {
	color: #fff;
	font-size: 22px;
}