/* SBE V3.0 Style */

html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* SBE Fonts */

.title {
	color: #ffffc0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.subtitle {
	color: #fffafa;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.default {
	color: #fffafa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.info {
	color: #fffafa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer {
	color: #ffffc0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.menu1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.menu2 {
	color: #ffffc0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}


/* SBE Links */

a.def:link, a.def:visited {
	color: #fffafa;
	text-decoration: underline;
}
a.def:hover {
	color: #fffafa;
	text-decoration: underline;
}
a.menurl1:link, a.menurl1:visited {
	color: #000000;
	text-decoration: none;
}
a.menurl1:hover {
	color: #000000;
	text-decoration: underline;
}
a.menurl2:link, a.menurl2:visited {
	color: #ffffc0;
	text-decoration: none;
}
a.menurl2:hover {
	color: #ffffc0;
	text-decoration: underline;
}

/* SBE Tables */

#sbeheader {
	background-image: url(../files/header_plus_menu.jpg);
	background-repeat: no-repeat;
}
#sbefooter {
	background-image: url(../files/footer.jpg);
	background-repeat: no-repeat;
}
#bgwlogo {
	background-image: url(../files/bg_w_logo.jpg);
	background-repeat: repeat-y;
}

/* SBE Containers */

#winterschilder {
	width: 770px;
	padding: 10px;
	text-align: left;
	position: relative;
	background-color: #000000;
}