body {
	background-color: #999;
	font-family: tahoma, verdana, sans-serif;
}

div#container {
	width: 770px;
	height: 723px;
	margin-left: auto;
	margin-right: auto;
	border-top: 5px solid #111;
	border-left: 5px solid #111;
	border-right: 5px solid #000;
	border-bottom: 5px solid #000;
	background-color: #600;
}

/* ===== HEADER ==== */

div#header {
	width: 770px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #600;
}

/* ===== MENU ===== */

div#menu {
	float: left;
	width: 200px;
	height: 535px;
	margin-left: auto;
	padding: 0;
	padding-top: 15px;
	background-color: #333;
}

ul { 
	font-size: 14pt;
	color: #FFF;
	line-height: 40px;
	list-style: none;
	cursor: pointer;
}

li:hover { 
	list-style: square url('afb/li3.jpg') outside;
}

*html li {
	list-style: square url('afb/li3.jpg') outside;
}

li.leeg {
	list-style: none none;
	cursor: default;
}

li:hover.leeg {
	list-style: none none;
	cursor: default;
}

a:link.menu 	{ font-size: 14pt; color: #FFF; text-decoration: none; background: transparent; }
a:visited.menu	{ font-size: 14pt; color: #FFF; text-decoration: none; background: transparent; }
a:hover.menu 	{ font-size: 14pt; color: #FFF; text-decoration: none; background: transparent; }
a:active.menu	{ font-size: 14pt; color: #FFF; text-decoration: none; background: transparent; }



/* ===== CONTENT ===== */

div#content {
	float: left;
	height: 520px;
	width: 540px;
	overflow: hidden;
	margin: 0;
	padding: 15px;
	background-color: #666;
}

h1 { font-size: 14pt; color: #600; font-weight: bold; font-style: italic; text-decoration: none; background-color: #666; }
h2 { font-size: 12pt; color: #CCC; font-weight: normal; text-decoration: none; background-color: #666; }
p  { font-size: 11pt; color: #FFF; font-weight: normal; text-decoration: none; background-color: #666; }
.normal { font-size: 11pt; color: #FFF; font-weight: normal; text-decoration: none; background-color: #666; }
.klein  { font-size: 10pt; color: #FFF; font-weight: normal; text-decoration: none; background-color: #666; }

a:link    { font-size: 11pt; color: #FFF; text-decoration: underline; font-weight: normal; background-color: #666; }
a:visited { color: #CCC; text-decoration: underline; font-weight: normal; background-color: #666; }
a:hover   { color: #FFF; text-decoration: none; font-weight: normal; background-color: #666; }
a:active  { color: #FFF; text-decoration: underline; font-weight: normal; background-color: #666; }

iframe.fotos { width: 400px; height: 450px; margin: 0; border: 0; margin-right: 12px; }
img.thumb { padding: 2px; border: 0;}
.bobody { color: #000; background-color: #CCC; border: 1px solid #600; font-size: 8pt; padding: 3px; }
.boheader { color: #fff; background-color: #600; font-size: 8pt; padding: 3px; }

/* ===== FOOTER ===== */

div#footer {
	width: 770px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	background-color: #600;
	text-align: center; 
}

a:link.footer    { font-size: 10pt; color: #CCC; text-decoration: none; background-color: #600; }
a:visited.footer { font-size: 10pt; color: #CCC; text-decoration: none; background-color: #600; }
a:hover.footer   { font-size: 10pt; color: #CCC; text-decoration: underline; background-color: #600; }
a:active.footer  { font-size: 10pt; color: #999; text-decoration: none; background-color: #600; }
