body {
	line-height: 1.2em;
	font-size: medium;
	font-family: sans-serif;
	margin: 1ex 5px 1ex 5px; /* top right bottom left */
	color: #000000; background-color: #dddddd;
}
*.hidden { display: none !important; }

a         { text-decoration: none; }
a:link    { color: #0202fe; background-color: transparent; }
a:visited { color: #9696ca; background-color: transparent; }
a:active  { color: #dd0000; background-color: #fefece; }
a:hover   { color: #0202fe; background-color: #fefece; }

img { border-width: 0; }

p     { margin-left: 210px; }
table { margin-left: 210px; }

div#menubox {
	float: left; position: fixed;
	width: 195px;
	min-width: 190px;
	min-height: 150px;
	overflow: auto;
	background-image: url("http://weilbacher.org/wo-yellow.png");
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
	text-indent: 0; text-align: left; /*line-height: 1.0em;*/
	padding: 55px 5px 0 5px; /* top right bottom left */
	border: 1px solid #000000;
	color: #000000; background-color: #fefece;
}
*.first { margin-left:0; font-size: large; list-style-type: none;}
*.second { margin-left:0; font-size: medium; /*text-indent: 4ex;*/ list-style-type: none;}
#firstact { margin-left:0; font-size: large; font-weight: bold; list-style-type: none;}
#secondact { margin-left:0; font-size: medium; font-weight: bold; /*text-indent: 4ex;*/ list-style-type: none;}
div#empty { width: 180px; }
p.switchsheet {
	width: 180px;
	margin: 0; padding: 0 10px 0px 0;
	text-align: right;
	font-size: small;
}

h1 {
	margin-left: 210px;
	font-size: x-large; font-weight: bold;
	line-height: 1.75em;
	text-align: center;
	color: #6633ff; background-color: #ffffcc;
}
h2 {
	margin: 2em 0 0 210px; text-align: center;
	line-height: 2em; font-size: large; font-weight: bold; 
	color: #0000aa; background-color: #ffffcc;
}
p.centerlink {
	margin-left: 210px;
	text-align: center;
	font-size: 120%;
}

ul {
	margin-left: 210px;
	padding: 0 0 0 2em;
	list-style-type: square;
	list-style-position: outside;
}
li > ul { margin-left: 0; }
#menubox > ul { padding: 0; margin: 0; }
*.first > ul { padding: 0 0 0 2ex; }
#firstact > ul { padding: 0 0 0 2ex; }

/* for all pages */
div#footer {
	clear: both;
	text-align: right;
	margin: 5pt 0pt 0pt 0pt; /* top right bottom left */
}
p.date  { 
	vertical-align: bottom; 
	font-size: x-small;
	color: #555555;  background-color: #dddddd;
}

/* for the title page news */
div#newsbox {
	clear: both; float: none;
	border: 1px solid #000000; 
	text-indent: 0; text-align: center; line-height: 1em;
	font-size: small; 
	padding: 0px 10px 3px 10px; /* top right bottom left */
	margin: 0 20px 0 220px;
	color: #000000; background-color: #bbbbbb;
}
p.newstitle {
	margin-left: 0; margin-bottom: 0.5em;
	font-size: 120%; font-weight: bold;
}
p.news { margin: 0 0 0.5em 0; text-align: left; }
span.newsdate { font-style: italic; font-weight: bold; }

/* for contact pages */
.email {
	text-align: center;
	font-family: monospace; font-size: 120%;
	color: blue; background-color: transparent;
}

/* for some pages with images */
.imagefloatright {
	float: right;
	margin: 0 0 0 20px;
	vertical-align: middle;
}
.imagefloatrightbg {
	float: right; 
	margin: 5px 0 5px 5px; 
	color: white; background-color: black;
}

/* especially for the Mozilla page */
.new {
	font-size: 120%; font-weight: bold;
}
.filename {
	font-family: monospace;
	color: green; background-color: transparent;
}
.code {
	font-family: monospace;
	white-space: pre;
	margin: 0 20px 1em 20px;
	color: #000077; background-color: transparent;
}
.codesnip {
	font-family: monospace;
	color: #000077; background-color: transparent; }
.codecomment { color: #ffff55; background-color: transparent; }
.codeframe {
	margin-left: 230px;
	height: 20em; 
	width: 70%;
	border-color: #000077;
}
ol { margin-left: 210px; padding: 0 0 0 2em; }
.feature { color: #ee0000; background-color: transparent; }

/* for the ships page(s) */
.boatname {
	font-size: 110%; font-weight: bold;
	color: #ee0000; background-color: transparent;
}
