/** 
* Hostbusiness
* http://www.hostbusiness.nl/
* ---- 
* Stylesheet screen.css 
* ---- 
* Kleuren 
* ---- 
* Background: #272727
* Groen: #A3D200
* Grijs: #515151
* ---- 
* Lettertype en grootte 
* ---- 
* Content: Verdana; 11px; bold
* Menu: Verdana; 12px 
* Menu top: Verdana; 11px; bold
**/ 

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

img a {
	border: 0;
	text-decoration: none;
}

body { 
    margin: 0px; 
    padding: 0px; 
    background: #A8A8A8; 
    color: #FFF;
    font-family: Verdana; 
    font-size: 11px;   
}

body a {
	color: #FFF;
}

body a:hover{
	text-decoration: none;
}

#container { 
    margin: 0px auto; 
    padding: 0px; 
    width: 900px;
    border: 1px solid #000;
	background: #dadada;
}

#header {
	width: 900px;
	height: 139px;
}

#header_left {
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	width: 201px;
	height: 104px;
	background: url(../images/banner_left.jpg) no-repeat;
	float: left;
}

#header_mid {
	float: left;
}

#header_scroll {
	width: 435px;
	height: 23px;
	background: url(../images/banner_scroll.jpg) no-repeat;
	overflow: hidden;
}

#header_logo {
	width: 435px;
	height: 116px;
	background: url(../images/banner.jpg) no-repeat;
}

#header_right {
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	width: 204px;
	height: 104px;
	background: url(../images/banner_right.jpg) no-repeat;
	overflow: hidden;
}

#menu1 {
	width: 900px;
	height: 46px;
	background: url(../images/menu1.jpg) repeat-x;
	font-weight: bold;
	overflow: hidden;
}

#menu1 ul {
	list-style: none;
	float: left;
	width: 100%;
}

#menu1 li {
	display: inline;
}

#menu1 li a {
	padding: 15px;
	text-decoration: none;
	float: left;
	color: #000;
}

#menu1 li a:hover {
	background: url(../images/menu1_over.jpg) repeat-x;
}

#content {
	width: 900px;
	overflow: hidden;
	background: #dadada;
}

#content-left {
	width: 209px;
	background: url(../images/menu2_back.jpg) repeat-y;
	/*border: 1px solid #000;*/
	float: left;
}

#content-left-top {
	width: 209px;
	height: 266px;
	padding-top: 60px;
	padding-left: 1px;
	padding-right: 20px;
	background: url(../images/menu2.jpg) no-repeat;
}

#content-left-top ul {
	list-style: none;
	text-decoration: none;
	height: 100%;
}

#content-left-top li {
	height: 15px;
}

#content-left-top li a {
	padding-left: 15px;
	text-decoration: none;
	color: #000;
}

#content-left-top li a:hover {
	text-decoration: underline;
}

#content-left-down {
	width: 209px;
	height: 20px;
	background: url(../images/menu2_under.jpg) no-repeat;
}

#content-right{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 671px;
	overflow: hidden;
	color: #000;
}

#menu3 {
	width: 900px;
	height: 52px;
	background: url(../images/menu3.jpg) repeat-x;
	font-weight: bold;
	overflow: hidden;
}

#menu3 ul {
	list-style: none;
	float: left;
	width: 100%;
}

#menu3 li {
	display: inline;
}

#menu3 li a {
	padding: 15px;
	text-decoration: none;
	float: left;
	color: #000;
}

#menu3 li a:hover {
	background: url(../images/menu3_over.jpg) repeat-x;
}

#footer{
	width: 890px;
	height: 25px;
	background: url(../images/footer.jpg) no-repeat;
	color: #FFF;
	padding-top: 70px;
	padding-left: 10px;
}

h1 {
	font-size: 14px;
	color: #774500;
	margin-bottom: 14px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

input[type=text] {
	border: 1px solid #afafaf;
	background: #575757;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	width: 150px;
}

input[type=password] {
	border: 1px solid #afafaf;
	background: #575757;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	width: 150px;
}

input[type=submit] {
	background: #272727;
	border: 1px solid #afafaf;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	width: 100px;
	height: 20px;
}

textarea {
	border: 1px solid #afafaf;
	background: #575757;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}