 /************************************************
 * Webproject Chemgas Shipping B.V.
 * Author: Creativ-Studio Christiane Kaus 
 * (http://www.kaus-online.de)
   
 * Project owner:
 * Chemgas Shipping B.V.
 * 3011 Rotterdam, NL
 * http://www.chemgas.nl 
 * Create Date: 10.05.2011*/



* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #fff;
	color: #000;
}
b, strong {
	font-weight: bold;
}

img {
	border: 0 none;
	display: inline;
}

p {
	font-size: 10pt;
	line-height: 150%;
}

h1 {
	font-size: 12pt; 
	color: #576991;
	padding: 5px 15px 5px 0;
	margin-bottom: 5px;
	margin-top: 10px;
}

h2 {
	font-size: 10pt;
	color : #37425b;
	padding: 15px 0; 
}
h3, h4, h5, h6 {
	font-size: 9pt;
	font-weight: bold;
}
a, a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.86em;
	text-decoration: none; 
	color : #666;
	background: #fff;
}
a:hover, a:active {
	text-decoration : none;
	color : #576991;
	background: transparent;
} 

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}
li {
	margin-top: 5px;
}
ul, li {
	list-style: circle outside;
	font-size: 10pt;
	font-weight: normal;
	color: #666;
	background: none;
	padding: 0 0 10px 0;
	margin-left: 20px;
}
#preloadimages {   
        display: none;
}
h1#seitenanfang {
	font-size: 16pt;
	}
h2.ueberschrift {
		font-size: 20px;
	}
#kopfcon img {
	width: 75px;
	height: 70px;
	}
ul.accessible,
.navfarbfeld,
#hauptnavigation,
#bildhalter,
#kopfbild,
#kopfbildcon,
#footer,
#footer-container,
#footer-copyr,
#footer-copyr a,
#footer-copyr a img
 {
	display: none;
}
/*
h1#content {
	display: none;
	}
*/	
em.blue {
	display: none;
	}
table {
		width: 90%;
		margin: 30px 0;
		}
table.vac {
	width: 100%;
	margin: 30px 0;
		}
table.vac tr {
	line-height: 25px;
		}
table th {
	text-align: left;
	margin-right: 20px; 
	}	
	
td.label {
	font-weight: bold;	
	border-bottom: 1px #000 solid;
}

table th.alr {
	text-align: right;
	padding-right: 0px; 
	margin-right: 0px;
	}
td.abm {
	text-align: right;
	}
td.scheepnaam {
	padding-right: 40px;
	}
.popup2,
.popup {
	display: none;
	}

#printtitel { 
margin-top: 80px;
font-size:10pt;
}

@media print {
.noPrint {
    display:none;
}
}