﻿

@import url("reset.css");

html
{
	height:				100%;
}
body
{
	height:				100%;
	margin:				0px;
	padding:			0px;
}
body, div, p, span, table, td
{
    color: #1a1a1a;
    font-family: Trebuchet MS;
    line-height: 20px;
    font-size: 13px;
}
p
{
	margin-bottom:	20px;
}
a
{
	color:				#ff6600;
	text-decoration:	none;
}
a:hover
{
	text-decoration:	underline;
}
h1
{
	font-size:		22px;
	color:			#800000;
	margin-bottom:	20px;
}
h2
{
	font-size:		18px;
	color:			#800000;
	margin-bottom:	20px;
}
h3,h4,h5
{
	font-size:		16px;
	color:			#800000;
	margin-bottom:	20px;
}
.clear
{
	clear:			both;
}
#wrapper
{
	background-color: #f2f2f2;
}
#container
{
	position:			relative;
	width:				1050px;
	padding:			0px;
	margin:				auto auto;
}
#header
{
	min-height:         370px;
	
	font-family:		Arial, Helvetica, sans-serif;
}
#header img
{
	float:				right;
	margin-top:			22px;
}
/* MAIN MENU */ 
#header ul
{
	float: 			left;
	position: 		relative;
	background: 	#FFF url(../images/menuBg.jpg) repeat-y top left;		
	width:			292px;
	min-height:     360px;	
	margin: 		0;
	padding:        10px 0 0 0;
}
#header ul li
{
	height:			30px;
	font-size:		16px;
	font-weight:	bold;
	line-height:	24px;
	color:			#FFF;
}
#header ul li a
{
	text-decoration: 	none;
	color:				#f2f2f2;
	padding:        	2px 0 2px 40px;
	width: 				292px;	
	display:			block;	
	line-height:		26px;
}
#header ul li a:hover, #header ul li a.active
{
	text-decoration: 	none;
	color:				#800000;
	font-style:			italic;	
	background:			url(../images/menuSelected.jpg) no-repeat center left;
}
/* submenu */
#header ul li ul
{
	display:			none;
}

#header ul li#bottom
{
	position: 		absolute;
	bottom: 		0;
	background:		url(../images/menuBottom.jpg) no-repeat left bottom;
	height:			auto;
	width:			292px;
	height: 		17px;
}
/* END MAIN MENU */ 

#breadcrumb
{
	color:			#1a1a1a;
	font-size: 		12px;
	position:		absolute;
	left:			305px;
	top:			408px;
}
#breadcrumb a
{
	color:				#1a1a1a;
	text-decoration: 	none;
}
#breadcrumb a:hover, #breadcrumb a.active, #breadcrumb a#first:hover
{
	text-decoration: 	underline;
}
#breadcrumb a#first
{
	color:				#ff6600;
	text-decoration: 	none;
}

#contentWrapper
{
	padding-top:		20px;
	padding-bottom:		20px;
}

#content
{
	width: 			999px;
	float: 			left;
	padding-right:  20px;
}
#rightColumn
{
	float: 			  	left;
	width:				248px;
	padding:            20px;
	background-color: 	#faf9f9;
	border:			  	2px solid #e8e8e8;
}
#rightColumn p
{	
	margin-bottom: 0;
}
#footer
{
	border-top:		 	1px solid #2e2e2e;
	background-color:	#1a1a1a;
	width:				100%;
}
#copyright
{
	width:			900px;
	text-align: 	right;
	margin:			auto auto;
	color:			#fefcff;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	padding-top:    10px;
	padding-bottom: 5px;
}
#topMenu
{
	float:			right;
	text-align:		right;
	width:			600px;
	margin-top:		15px;
}
#topMenu a
{
	font-size:			12px;
	color:				#800000;
	font-weight:		bold;
	margin-right:		10px;
	text-decoration: 	none;
}
#topMenu a:hover
{
	text-decoration:	underline;
}

input#txtSearch
{
	height:			22px;
	padding: 	    0 4px 0 4px;
	margin: 		0px;
	border:         0;
	line-height:	22px;
	width:			100px;
}
input#btnSearch
{
	background:		url(../images/btnSearch.jpg) no-repeat top left;
	width:			55px;
	height:			22px;
	border:     	0;
	font-weight:	bold;
	cursor:			pointer;
	color:			#800000;
}

/* form style */
input, select, textarea
{
    font-family: Trebuchet MS, Arial;
    color: #800000;
}
.box
{
    border: thin solid #000000;
    width: 80%;
}



input[type=radio], input[type=checkbox]
{
	width:				auto;
}

input[type=submit]
{
	width:				auto;	
	padding: 	        2px;
	background-color:   #FF6600;
	color: 				#FFF;
	border: 			0;
	cursor: 			pointer;
}
/* application */
.frmHeader h2
{
	background-color: 	#faf9f9;
	padding:            2px;
	border-bottom:	  	2px solid #e8e8e8;
	margin:				8px 0 0 0;
	font-size: 			14px;
	font-weight:		normal;
	color: 				#ff6600;
}
#frmInfo
{
	font-size:			12px;	
	font-style:			italic;
}
td.left
{
	width: 				200px;
}
td.right
{
	width: 				400px;
}
input.calendar
{
	width: 120px;
}
input.test
{
      width:100px;
    }
.calendarIcon
{
	margin-top: 	1px;
	width:			24px;
	height:			24px;
	display:		inline;
	vertical-align:	top;
}
ul
{
    list-style-type: circle;
    list-style-position: inside;
}
input#txteig_email, input#txteig_zaakemail
{
	width:			200px;
}


