/********************
GENERAL PAGE LAYOUT
********************/ 
body {
	margin: 0;
	padding: 0; 
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	background: url('img/gradient.gif') top left repeat-y;
}

div#Container {
	margin: 0;
	padding: 0;
	width: 962px;
	position: relative;
	height: 100%;
}

div#SideUp {
	width: 428px;
	height: 200px; 
}

div#SideDown {
	padding: 40px 0 0 0; 
	width: 340px;
}

div#SideUp div#TopLeft {
	border-top: 4px solid #3698B9;
	width: 286px;
}

div#SideUp div#TopRight {
	margin: 0; 
	padding: 0; 
	border-top: 4px solid #000;
	width: 116px; 
	float: right; 
}

div#SideUp div#Logo {
	position: absolute; 
	left: 212px; 
	top: 10px; 
	z-index:  2;
}

div#ContentUp {
	position: absolute;
	padding: 40px 20px 0 0; 
	left: 427px; 
	border-top: 4px solid #000;
	border-right: 1px solid #F5F5F5; 
	width: 512px; 
	height: 200px; 
	text-align: right; 
}

div#ContentDown {
	padding: 40px 10px 20px 0;
	float: right; 
	border-right: 1px solid #F5F5F5; 
	width: 600px;
	/*position: relative; */
	min-height: 400px; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 400px; /* For IE */
	background: url('img/backdrop_logo.gif') top right no-repeat;

}

div#Footer	 {
	margin: 20px -10px 0 0;
	padding: 0;
	border-top: 1px dashed #EAEAEA;
	background-color: #F7F7F8;
	color: #666666;
    letter-spacing: 1px;
}

/********************
WIDGETS
********************/
div#DoLogo {
	padding: 0;
	margin: -20px 0 0 190px; 
}

.img a:hover {
	border: none;
    text-decoration: none;	
}

/********************
POPUP 
********************/
div.fw_panelheader {
	height: 20px;
	background: url('img/fw_panelheader_top.gif');
}

/********************
HEADERS
********************/
h1 {
	text-align: left; 
	margin: 0 20px 20px 0;
	padding: 0; 
	font-size: 1.5em;
}

h2 {
	text-align: left; 
	margin: 10px 20px 20px 0;
	padding: 0; 
	font-weight: normal; 
	color: #009EE0; 
	font-size: 1.3em;
}

h3 {
	text-align: left; 
	margin: 10px 20px 10px 0;
	padding: 0;
	color: #888888;
	font-size: 1.1em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
	margin: 0;
}

/********************
PARAGRAPHS
********************/
p {
	color: #888;
	line-height: 1.5em;
	margin: 0;
	padding: 0 10px 10px 0;
}

blockquote {
	margin: 10px 10px 20px 20px;
	padding: 6px 0 0 22px;
	font-style: italic; 
	color: #888;
	background: url('img/blockquote.gif') top left no-repeat; 
}

div#Footer p {
	font-size: 0.8em;
	color: #888;
    padding: 6px 20px 10px 6px;
	text-align: right;
}

div#Footer div {
	float: left;
	padding: 10px 20px 10px 6px;
	font-size: 0.8em;
}

/********************
LISTS
********************/
ul {
	margin: 0 0 20px 30px; 
	font-size: 1em; 
	padding: 0; 
	list-style-type: disc; 
}

li {
	color: #888888;
}

ul.little_nav {
	margin: 0 0 20px 0; 
	font-size: 1.1em; 
	padding: 0; 
	list-style-type: none; 
}

/********************
LINKS
********************/
a:link {color: #009EE0; text-decoration: underline;}
a:visited {color: #009EE0; text-decoration: underline;}
a:active {color: #009EE0; text-decoration: underline;}
a:hover {color : #FFF; background: #009EE0; text-decoration: none;}

/* REMOVES BORDERS AROUND IMAGES WITH LINKS */
a.img {
	border: none;
	background-color:transparent; 
}

a.img:link {
	border: none;
	background-color:transparent; 
}
a.img:visited {
	border: none;
	background-color:transparent; 
}

a.img:hover {
	border: none;
	background-color:transparent; 
}


/********************
FORMS
********************/
div.form {
	background: #EAEAEA;
	padding: 10px 6px 10px 6px;
	margin: 10px 20px 10px 0;
	border-left: 2px solid #009EE0;
}

div.submit {
	width: 100%;
	height: 50px;
	border-top: 1px solid #DDD;
	padding: 10px 0 0 0;
	margin: 20px 0 0 0;
}

input, textarea {
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-size: 1em;
	width: 90%;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px;
	margin: 4px 0 0 0;
}

/********************
TABLES
********************/
table {
	width: 100%;
/*	margin: 0 20px 0 0 0;*/
	text-align: left;
	font-size: 14px;
	border-collapse: collapse;
}

table.form th {
	padding: 2px 10px 10px 0;
	text-align: right;
}

table.form td {
	padding: 0 10px 10px 0;
}

table.fw_datagrid {
	width: 100%;
}

table.fw_datagrid th {
	background: #D0F0FB;
	border-bottom: 2px solid #009EE0;
	padding: 6px;
}

table.fw_datagrid td {
	font-size: 0.9em;
	padding: 6px;
}

td.OnCallService_bg {
	background-image:url('img/wacht.jpg');
	background-repeat:no-repeat;
	height:155px;
	width:371px;
	vertical-align:top;
	padding-top:48px;
	font-size:8px;
}

.OnCallService {
	color:#666666;
}
