/*
Theme Name: Stage Theme
Theme URI: http://www.randyvanvugt.nl/
Description: Schakelaruba.com Stage theme.
Version: 1.0
Author: Randy van Vugt
Author URI: http://www.randyvanvugt.nl/
*/

body {
text-align:center;
background-color: #181818;
height: 100%;
font: 12px Helvetica;
}

#background {
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background: url(background.jpg);
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background: url(background_image.jpg) no-repeat;
}

	#header {
		text-align:left;
		position: relative;
		width: 220px;
		height: 145px;
		padding: 15px 115px 90px 625px;
		background: url(header.png);
		overflow: hidden;
	}
	#content {
		text-align:left;
		position: relative;
		width: 960px;
		overflow: hidden;
	}
	#tijd { padding: 0px; margin: 0px; font-size: 10px; font-style: oblique; }
		#left{
			position: relative;
			width: 737px;
			float: left;
		}
			#lefttop{
				position: relative;
				margin: 0px;
				padding: 5px 25px 5px 25px;
				background: url(pagebackground.png);
			}
			#leftbot{
				position: relative;
				margin: 0px;
				padding: 0px;
				height: 25px;
				background: url(pagebot.png);
			}
		
		#right{
			position: relative;
			width: 223px;
			float: right;
		}
			#righttop{
				position: relative;
				margin: 0px;
				padding: 5px 5px 5px 73px;
				background: url(menu.png);
			}
			#rightbot{
				position: relative;
				margin: 0px;
				padding: 0px;
				height: 25px;
				background: url(menubot.png);
			}
			
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #ffffff;;
width: 200px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 5px;
border-top: 1px solid #ffffff;;
}

#navlist li ul li
{
list-style: none;
margin: 5px 0px -5px -35px;
padding: 5px;
border-top: 1px solid #ffffff;
}

#navlist li a { text-decoration: none; }
#navlist li ul li a { text-decoration: none; }
		
	#bottom {
		text-align:left;
		position: relative;
		width: 910px;
		height: 35px;
		padding: 25px 25px 21px 25px;
		background: url(bottom.png);
		overflow: hidden;
	}
	
	#bottom ul {
		margin: 0;
		padding: 0px 0px 0px 0px; /* T R B L */
		list-style: none; 
	}
	
	#bottom li {
		margin: 0px 0px 0px 25px;
		float: right;
		padding: 0;
		width: auto; 
	}
	
	#bottom a:link,
	#bottom a:visited,
	#bottom a:hover, 
	#bottom ul li#current.active a {
		display: block;
		padding: 0px 15px 0px 0px; /* T R B L */
		background: url(tab_off_right.png) right top no-repeat;
		text-decoration: none;
		font-size: 12px;
	}
	
	#bottom a:link span,
	#bottom a:visited span,
	#bottom a:hover span, 
	#bottom ul li#current.active a span {
		display: block;
		padding: 9px 0px 9px 15px; /* T R B L */
		background: url(tab_off_left.png) left top no-repeat;
		text-decoration: none;
		font-size: 12px;
	}	
#footer {
margin-right: auto;
margin-left: auto;
padding: 10px 0px 0px 0px; 
width: 960px;
color:#333;
position: relative;
overflow:hidden;
}
#footer a { color:#333; }
	
	

a {
	color: #EA2C2E; /* Red */ /* Blue: #3B3477, Yellow: #F9EA2B <- From Logo's */
}
img { border: 0;}
h1 { font-size: 21px; }
h2 { font-size: 19px; }
h3 { font-size: 15px; }
p { font-size: 12px; }