@import "reset.css";

/* ### GENERAL ### */
* {  }

html, body { 
/*	background-image:url(img/bg_page.jpg);
	background-repeat:repeat-x;*/
	font-family: Trebuchet MS, Arial; 
	font-size: 12px; 
	color: #000; 
	margin:0px;
	line-height: 1.8em;
}


/* ### GLOBAL CLASSES ### */
.clearBoth { clear: both; }
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }
.titel { color: #b20605; font-weight:bold; font-size:18px;}
.text_highlight { color: #b20605; font-weight:bold; }
.mceContentBody { background: #fff; color: #000;}
.nopadding { padding: 0px !important;}
.nomargin {	margin: 0px !important;}
table.fw_datagrid {
	width: 100%;
}
table.fw_datagrid table {
	margin-top: 20px;
	border-bottom: 1px solid #00b3ed;
	width: 100%
}
h1 { 
	color: #00b3ed; 
	font-size:20px;
	font-family:Myriad Pro, Verdana; 
	text-transform:uppercase;
	margin-bottom:15px;
}

h2 { 
	color: #00b3ed; 
	font-size:16px;
	font-family:Myriad Pro, Verdana; 
	margin:0px;
	margin-bottom:15px;
}

h3 { 
	color: #00b3ed; 
	font-size:14px;
	font-family: Myriad Pro, Verdana; 
	margin-top:0px;
}

th {
	text-align: left;
	font-weight: bold;
}
ul, ol {
	margin-left: 40px;
}

a {
	color: #00b3ed; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.footer {
	color:#5588c1;
	text-decoration:none;
}

a.footer:hover {
	color:#FFFFFF;
	text-decoration:none;
}

p {
	text-align: justify;
}
div.fw_panelheader {
    background: url("img/fw_panelheader_top.gif") repeat scroll 0 0 transparent;
    height: 20px;
}

input {
	background-color:#fff;
	border:1px solid #8bc5e8;
	font-size: 12px;
	padding: 2px;
}
#gnrpo {
/*	position: relative;
	bottom: 0px;
	left: 0px;*/
}

textarea {
	border:1px solid #8bc5e8;
	font-family: Trebuchet MS;
	font-size: 12px;
		padding: 2px;
}


#wrapper { 
	width:960px;
	margin:auto;
}
button {
	background-color: #00b3ed;
	color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
	font-weight: bold;
    margin: 0 2px 5px;
	border: none;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
}
button:hover {
	background-color: #33c2f1;
}

div#fixedmenu {
	float: right;
	height: 40px;
	background-image: url(img/fixedmenu_bg.gif);
	background-repeat: repeat-x;
}
div#fixedmenu ul {
	font-weight: bold;
	height: 25px;
	padding-right: 4px;
	list-style-type: none;
	background-color: #ccf0fb;
	margin-top: 7px;
}
div#fixedmenu ul li {
	float: left;
	margin-left: 20px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;

}
div#fixedmenu ul li a {
	display: block;
	color: #432e24;
	padding-top: 2px;
	
}

div#fixedmenu ul li a:hover {
	text-decoration: none;
}


div#menu {
	height: 43px;
	background-image: url(img/menu_bg.gif);
	background-repeat: repeat-x;
}

div#menu ul {
	margin-left: 250px;
	font-weight: bold;
	list-style-type: none;
}
div#menu ul li {
	float: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	height: 34px;
	background-image: url(img/menuitem_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
/** achtergrondkleur verandert per menuitem */
div#menu ul li#menuitem_1 {
	background-color: #00b3ed;
}
div#menu ul li#menuitem_2 {
	background-color: #33c2f1;
	
}
div#menu ul li#menuitem_3 {
	background-color: #66d1f4;
	
}
div#menu ul li#menuitem_4 {
	background-color: #99e1f8;
	
}
div#menu ul li#menuitem_5 {
	background-color: #ccf0fb;
	
}
div#menu ul li a {
	display: block;
	color: #432e24;
	min-width: 100px;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 10px;
}

div#menu ul li a:hover {
	text-decoration: none;
}


#content {
	background-image: url(img/content_bg.gif);
	background-repeat: repeat-x;	
	margin-top: 25px;
	padding-top: 4px;
	min-height: 400px;
}

#content_left {
	width: 250px;
	float: left;
	text-align:center;
	min-height: 300px;
}
#content_home {
	border-top: 8px solid #99e1f8;
	border-bottom: 8px solid #99e1f8;
	height: 194px;
/*	min-height: 250px;*/
}

ul#submenu {
	border-top: 8px solid #99e1f8;
	border-bottom: 8px solid #99e1f8;
	list-style-type: none;
	text-align: left;
	padding-left: 4px;
	margin-right: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	min-height: 250px;
}
ul#submenu li a {
	color: #8b8b8b;
}
ul#submenu li a:hover {
	color: #000;
	text-decoration: none;
}
ul#submenu li a.active {
	color: #000;
}

#content_right {
	width: 710px;
	float: left;
}
#text {
	padding: 5px;
}



#footer {
	background-color:#f0f0f0;
	height:40px;
	width:1000px;
	margin: auto;
	text-align: right;
	clear:both;
}

#footer a {
	padding-top: 20px;
	padding-right: 5px;
	display: block;
	color: #979797;
	text-transform: uppercase;
}
#footer a:hover {
	text-decoration: none;
	color: #646464;
}


img { 
	border: 0px; 
}

