@charset "utf-8";
/* CSS Document */
html { 
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

body {
	margin: 0 0 0 0;
	background: #002661 url(images/drysystems_back.jpg) repeat-x;
}
.menu {
	width: 950px;
}
.content {	
	background: url(images/drysystems_content_back.jpg) repeat-y;
	width: 950px;
}	
.content_vast {	
	background: url(images/drysystems_content_back.jpg) repeat-y;
	width: 950px;
	min-height: 450px;
}	
.footer{
	background: url(images/drysystems_footer.jpg) no-repeat;
	width: 950px;
	height: 33px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #FFF;
	padding-top: 3px;
	vertical-align: middle;
}	
.footer_design {
	color: #FB963A;
}
.leesmeer {
	background: url(images/drysystems_leesmeer.jpg) right no-repeat;
	width: 150px;
	margin-left: 250px;
	margin-top: 5px;
}
.button
{
	background-color: #001f4d;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	width: 15px;
	border: none;
	padding-bottom: 5px;
}
#txt {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
	padding: 25px;
}
#txt_table {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 13px;
}
#txt_bold {
	font-weight: bold;
}
#title_bold, h1, h2 {
	background: url(images/drysystems_titel_back.jpg) repeat-x;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	height: 24px;
	padding-top: 4px;
	color:#EC3400;
	border:1px solid #D0D0D0;
    border-collapse:collapse;
}

a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	text-align: right;
}

div.footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div.footer a:hover {
	text-decoration: underline;
}