/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #183561;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}


a {
	color: #183561;
}
a:visited {
	color: #183561;
}
a:hover {
	color: #FCB448;
}
a:active {
	color: #183561;
}

.navigatie {
	width: 158px;
	font-size: 12px;
	font-weight:bold;
	line-height:30px;
	vertical-align:middle;
	margin-left: 7px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 2px inset #B9CCE2 ;
	
}

.navigatie a:link, .navigatie a:active, .navigatie a:visited, .navigatie a:hover{
	text-decoration: none
}

.container {
	position: relative;
	width: 945px;
	min-height: 550px;
	border-left: 1px solid #FCB448;
	border-right: 1px solid #FCB448;
	padding: 5px;
	text-align:left;
	overflow:visible;
}

* html .container {height:550px}

.header {
	width: 945px;
	height: 128px;
	margin: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 3px double #183561;
}

.logo {
	width: 180px;
	height: 128px;
	border-right: 1px solid #183561;
	background-image: url(images/schullercompany_logo.gif);
	background-repeat: no-repeat;
}

.banner {
	position:absolute;
	top: 5px;
	left: 188px;
	width: 762px;
	height: 128px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	}

.left_container {
	position: absolute;
	left: 5px;
	top: 140px;
	width: 178px;
	height: 420px;
	background-image:url(images/blue_fade.gif);
	background-repeat:repeat-x;
}

.contact {
	position: absolute;
	left: 5px;
	padding-left:2px;
	bottom: 30px;
	width: 178px;
	}

.icons {
	position: absolute;
	left: 922px;
	top: 144px;
}

.content {
	float:right;
	width: 748px;
	min-height: 420px;
	padding: 8px;
	background-image:url(images/content_fade.gif);
	background-repeat: no-repeat;
	border-left: 1px solid #183561;
	overflow: visible;
}

* html .content {height:420px}

.blockright {
	float: right;
	width: 228px;
	height: 240px;
	overflow: auto;
	margin: 5px;
	padding: 6px;
	margin-right: 0px;
	margin-top: 40px;
	border: 1px solid #FCB448;
	background-color:#DEE1F2;
	font-size: 9px;
}

.img_small {
	float:right;
	margin: 3px;
	width: 80px;
	height: 80px;

}

img {
	border: 0px;
}
.footer {
	width: 945px;
	height: 14px;
	line-height: 14px;
	font-size: 9px;
	margin: 0px;
	margin-top: 2px;
	padding-top: 2px;
	border-top: 3px double #183561;
	text-align:right;
} 

h1 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight:bold;
}

h2 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
}

input, .input {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #183561;
	color: #183561;
	
}

