@charset "utf-8";
@import url("/reset.css");

body {
	background-color: #3a0807;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a {
	color:#000;
}

marquee {
	font-weight:bold;
	font-size:1.5em;
	margin-bottom:5px;
	margin-top:5px;
}

.inline {display:inline!important;}
.hide {display:none!important;}

#wrapper {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border: 1px solid #000;
	background-color: #FFFFFF;
}
#body {
	background-image: url(images/bodyBg.jpg);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
	font-size:0.8em;
	padding-bottom: 10px;
	overflow: hidden;
}
#body .onderschrift {
	font-weight: bold;
}

#body h1 {
	margin-top:10px;
	margin-bottom:15px;
}

#body h2 {
	margin-bottom:10px;
	margin-top:20px;
}
#body p {
	margin-bottom:10px;
	line-height:normal;
}

#leftCol .leftColItem p {
	margin-left: 5px;
}
#leftCol .leftColItem ul {
	margin-left:20px;
	margin-bottom:10px;

}
#leftCol .leftColItem li {
	list-style-position:outside;
	list-style-type:disc;
	line-height:normal;
}

#body table{
margin-top:5px;
margin-bottom:10px;
}
table.border,table.border tr td,table.border tr th{
	border:#000000 solid 1px;
}
#body table tr td,#body table tr th {
padding:10px;
	}
#body ul {
	margin-left:20px;
	margin-bottom:10px;

}
#body ul li {
	list-style-position:outside;
	list-style-type:disc;
	line-height:normal;
}
#body ol li {
	list-style-position:outside;
	list-style-type:decimal;
	line-height:normal;
}
table.imageGalerie {
	width:100%;
	vertical-align:middle;
	text-align:center;
}
.gbHead{font-weight:bold; margin-bottom:5px;}
#navigation {

}
#navigation ul {
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	height:30px;
	width:100%;
}
#navigation ul li {
    float: left;
}
#navigation a
{
	background-image:url(images/menu_corner.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:90px;
	height:30px;
	line-height:30px;
	display:block;
	font-size:0.8em;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	padding-left:5px;
	
}
#navigation a:hover
{
	color:#FFF;
}


#header {
	height: 120px;
	width: 590px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 208px;
	color: #FFFFFF;
	background-color: #3A0807;
}
#header h1 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.2em;
	text-align: center;
}
#header p {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: .8em;
	text-align: center;
}


#leftCol {
	width: 25%;
	float: left;
	position: relative;
}
#rightCol {
	width: 70%;
	float: right;
	position: relative;
}
#footer {
	clear: both;
	text-align: right;
	color: #000000;
	font-size: 0.8em;
	background-color: #FFFFFF;
	padding-right:10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.leftColItem {
	margin-bottom: 15px;
}
.leftColItem h1{
	background-image:url(images/leftHeader_bg.jpg);
	background-repeat:repeat-x;
	height:26px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: -5px;
	font-size:1.2em;
	margin-top:0px!important;
}
.leftColItem h1 span{
	padding-left:20px;
	margin-left:10px;
	background-image:url(images/leftHeader_bullet.png);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:26px;
}
.leftColItem p{

}
#body p img {
padding-left:10px;
padding-right:10px;
}



form label {
  	width:100px;
	float:left;
}
form input, form textarea {
	background-color:#CCC;
	border:#000000 solid 1px;
}
.paginering{
	text-align:right;
	margin-bottom:10px;
}

form fieldset{
	width:50%;
	margin:0 auto;
	padding:10px;
	border:solid #000000 1px;
}

form fieldset legend{
}

.gbItem
{
	margin-bottom:10px;
	border-bottom:1px solid #000;

}
.gbItem .gbAssets
{
	background-color:#FFF;
	overflow:hidden;
	padding:2px;
}
.gbAssets .gbName
{
	float:left;
	font-weight:bold;
}
.gbItem .gbAdmin
{
	clear:both;
	overflow: hidden;
}
.gbAssets .gbDate
{
	float:right;
	font-weight:bold;
}
.gbItem .gbBody
{
	clear:both;

}

#leftCol ul.subNavigation{
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -5px;
}
#leftCol ul.subNavigation li{
}
#leftCol ul.subNavigation li a{
padding-left:10px;
	line-height:20px;
	height:20px;
	background-image:url(images/subMenu_bg.png);
	background-repeat:repeat-x;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#leftCol ul.subNavigation li a:hover{

	background-image:url(images/subMenu_over_bg.png);
	background-repeat:repeat-x;

}

.button
{
	display:block;
	float:left;
	text-indent:-9999px;
}

.save
{
	width:48px;
	height:48px;
	background:url(images/save.png) no-repeat;
}
.edit
{
	width:48px;
	height:48px;
	background:url(images/edit.png) no-repeat;
}
.delete
{
	width:48px;
	height:48px;
	background:url(images/trash.png) no-repeat;
}