@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
	margin: 0px;
}
.sidebar_bodybase {
	height: 0px;
	width: 0px;
}
.sidebar_body {
	height: 100%;
	width: 100%;
	z-index: 500;
	position: fixed;
}
#sidebar_wrapper {
	height: 100%;
	width: 0px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 400;
	padding: 0px;
	background-image: url(http://www.fra-pant.nl/images/sidebar/sidemenu_verloop_gk.jpg);
	background-repeat: repeat-y;
	background-position: left;	/*opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;*/
}
#sidebar_subwrapper {
	height: 100%;
	width: 0px;
	position: fixed;
	color: #FFF;
	top: 0px;
	right: 0px;
	z-index: 900;
	padding: 0px;
}
#sidebar_tab_1,
#sidebar_tab_2 {
	width: 31px;
	position: absolute;
	height: 120px;
	left: -31px;
	top: 80px;
	z-index: 1001;
	background-image: url(http://www.fra-pant.nl/images/sidebar/gk_tab1.png);
	cursor: pointer;
}
#sidebar_tab_2 {
	top: 200px;
	background-image: url(http://www.fra-pant.nl/images/sidebar/gk_tab2.png);
}
#sidebar {
	height: 100%;
}
#sidebar_stage {
	display: none;
}
.sidebar_content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.SiteTitle {
	margin-bottom: 4px;
}
.SiteTitle .mijntitel {
	color: #CCC;
	font-size: 0.9em;
}
.SiteTitle a {
	color: #FFF;
}
.SiteDescription {
	margin-bottom: 10px;
	font-size: 0.9em;
}
.SiteDescription a {
	color: #FFF;
	text-decoration: none;
}
.SiteDescription a:hover {
	text-decoration: underline;
}
.SideTeaser {
	margin-bottom: 12px;
}
.SideTeaser img {
	margin-left: -3px;
}
#SideHeader {
	margin-bottom: 10px;
}
