@import url("text.css");

/*
  Vorstadttheater Stylsheet, for Screen use
  by Nick Schudel, nick.schudel@swissonline.ch 
/*

/*
Colours used:
	Background Darkbrown: 	#0E0909
	Text Colour White: 		#FFFFFF
	Foreground Orange: 		#FF3300
*/

/*Main Page Elements*/
body {
	text-align:center;
	margin-top: 0px;
	background-color: #0E0909;
	color: #FFFFFF;
	font-family:"Trebuchet MS", sans-serif;
	line-height: 1.4em;
	font-size:14px;
	}
	
#frame {
	text-align:left;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	padding: 0px;
	width:760px;
	}

#contentheader{
text-indent:-5000px;
}
	
#contentleft {
	margin-top:20px;
	}
	
#navlist {
	width:20%;
	margin:20px 0px 20px 20px; /*top right bottom left*/
	padding:10px 6px 10px 6px;
	float:right;
	border: 1px solid #FF3300;
	background-color:#0E0909;
}

#contentright a, #contentright a:visited{
	text-decoration:none;
	color:#FF3300;
}

#contentright a:hover{
	text-decoration: underline;
}
	
#navlist li{
	list-style-type: none;
}

#navlist .subnavlist{
	list-style-image: url(../images/gray_subarrow_bullet.png);
	margin-left:20px;
	padding:0px;
}


#footer {
	clear:both;
	width: 100%;
	height: 60px;
	border-bottom: 2px solid #FF3300;
	background: url(../images/vst_klein_weiss.png) no-repeat right bottom;
	background-color: #0E0909;
}

#copyright, #copyright a {
	float:right;
	font-size: 80%;
	text-align: right;
	text-decoration: none;
}
	

/* pathway */
#pathway {
	font-size:80%;
	float:left;
}	
	
#pathway a {
	text-decoration:none;
	color: #FFFFFF;
}

/* If no flash is found this navigation is loaded*/
.noflashnav{
margin-left:-3em;
text-align:center;
}

.noflashnav li{
list-style:none;
display:inline; /*no explorer 5.0 but who cares*/
padding-right:2em;
font-size:16px;
}
