@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
}
a, a:link { 
    text-decoration: none;
    color: #000;
    border-bottom: 1px dotted #000; 
}
a:visited { color: #000; border-color: #669; }
a:hover { color: #693; border-color: #693; text-decoration: none; }
a:active { color: #c33; border-color: #c33 }

a img, img {
    border: none;
}


#page {
	width:850px;
    margin: 0 auto;
	text-align:left;
}
#header {
    background: url(HobroVaerftLogo.gif) no-repeat center;
	height: 210px;
}
	
#menu {
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
#menu ul {
	margin: 0px;
}	
#menu li {
	display: inline;
	margin 0px;
}	
#menu li a {
	border: none;
	margin-right: 10px;
	margin-left: 10px;
}

#content {
    margin: 0;
    padding: 0;
}
h3#post {
	margin-bottom: 10px;
}

br.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
}
#footer {
	margin-top: 20px;
	border-top: 1px solid #000000;
	text-align:center;
}	