﻿/*
	geel-tinten: licht-donker
	#FEFAEE #FDECC1 #FBBA00
	blauw: #003477
*/

html, body, form
{
	background-color:	#D1D2E0;
	color:				#003477;

	width:				100%;
	height:				100%;
	margin:				0px;
	padding:			0px;
	
	font-family:		verdana;  
    font-size:			11px;
}

table
{
	margin:				0px;
	padding:			0px;
}

table.master
{
	width:				100%;
	height:				100%;
}

td.frame
{
	width:				50%;
	
	background-color:	#b5c3ce;
}

td.content
{
	width:				760px;	
	vertical-align:		top;
}

#wrapper
{
	/*border:				1px solid #252A6D;*/
	border-left:        1px solid #252A6D;
	border-right:       1px solid #252A6D;
	border-top:         1px solid #252A6D;
	background-color:	#FEFAEE;
	width:				985px;
	margin-left:		auto;	
	margin-right:		auto;
	height:				inherit;
	min-height:         500px;
}

#header
{
	background-color:	#FDECC1;
	background-image:   url('Images/logo_karkasanalyse.jpg');
	background-repeat:	no-repeat;
	height:				91px;
}

#left
{
	position:relative;
	width:				700px;
	padding:			15px;
	float:				left;
}
#middle
{
	position:relative;
	width:				10px;
	padding:			15px;
	float:				left;
}
#right
{
	float:right;
	position:relative;
	text-align:			right;
	width:				200px;
	padding-bottom:		15px;
	padding-right:		15px;
}
#footer
{		
	/*border:				1px solid #252A6D;*/
    border-left:        1px solid #252A6D;
	border-right:       1px solid #252A6D;
	border-bottom:      1px solid #252A6D;
	text-align:			right;
	background-image:	url('Images/hutd_bottom.jpg');
	background-repeat:	repeat-x;
	width:				970px;
	margin-left:		auto;	
	margin-right:		auto;
	padding-top:		2px;
	padding-left:		15px;
	padding-bottom:     0px;
	height:             58px;
}
#menu
{
	float:				left;
	background-color:	#FBBA00;
		
	/*
	nieuw:
	*/	
	width:100%;
}
#submenu
{
	/*border-bottom:		1px solid #252A6D;*/
	padding:			6px;
	
	text-align:			right;
	font-family:		verdana;
	font-size:			10px;
	font-weight:		bold;
	
	width:				525px;
	float:				right;
	margin-right:		3px;
	background-color:	#FDECC1;
	color:				#003477;
}

#submenu a, #submenu a:link, #submenu a:visited
{
	text-decoration:	underline;
	color:				#003477;
}

#submenu a:hover
{
	text-decoration:	none;
	color:				#51558A;
	cursor:				hand;
}

#content
{
	height:				100%;
	min-height:			200px;
	margin:				25px;
	
	background:			url('../../App_Themes/hendrixutd/Images/background.gif') right top no-repeat;
}

#popup
{
	margin:				10px;
}

#addressbar
{
    float:              left; 
    position:           relative; 
    top:                35px;
    color:              #FEFAEE;
}

#addressbar A, #addressbar a:link, #addressbar a:visited
{
    color:              #FEFAEE;
    text-decoration:    underline;
}

#addressbar a:hover
{
    cursor:             hand;
    text-decoration:    none;
}

h1
{
	font-family:		verdana;
	font-size:			15px;
	font-weight:		bold;
}

td.light
{
	width:				200px;
	height:				18px;
	vertical-align:		top;
	background-color:	#FBBA00;
}

td.dark
{
	width:				200px;
	height:				20px;
	vertical-align:		middle;
	font-weight:		bold;
	background-color:	#FBBA00;
}

td.dark_large
{
	width:				300px;
	height:				20px;
	vertical-align:		middle;
	font-weight:		bold;
	color:				#003477;
	background-color:	#FBBA00;
}

td.button
{
	text-align:			right;
}

input[type=button]
{
	border:             1px solid #252a6d;
    background-color:   #003477;
    
    font-family:        verdana;
    font-size:          11px;
    font-weight:        bold;
    color:              white;
}