/* Stylesheet for generic website */

body,div	{ font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0px; }

span A:link	{ text-decoration : none; color: #666666; font-weight: normal; }
span A:visited	{ text-decoration : none; color: #666666; font-weight: normal; }
span A:hover	{ text-decoration : underline; color: #000000; font-weight: normal; }

h1		{ font-family: 'Reenie Beanie', arial, serif; font-size: 120px; }
h2		{ text-align: center; font-size: 18px; font-weight: bold; margin-top: 20px; }
h3		{ text-align: center; font-size: 14px; margin-top: 10px; color: #666666; }
h4		{ text-align: center; font-size: 12px; margin-top: 10px; color: #666666; }

h3 a		{ text-decoration: none; text-align: center; font-size: 14px; margin-top: 10px; color: #666666; }

.topbox		{ background-color: #f0ab00; padding: 6px; margin: 0px; height: 125px; text-align: center; vertical-align: bottom; white-space:nowrap; }
.skriptlogo	{ position: relative; top: -100px; vertical-align: bottom; }
.subtitle	{ position: relative; top: -220px; font-family: 'Reenie Beanie', arial, serif; font-size: 36px; font-style: italic; white-space:nowrap; }
.divider	{ background-color: #666666; padding: 1px; margin: 0px; height: 5px; vertical-align: bottom; }
.header		{ white-space:nowrap; }
.infobox	{ position: relative; width: 75%; margin-left: auto; margin-right: auto; vertical-align: top; display: block; white-space:nowrap; }
.photo		{ text-align: center; padding: 25px; position: relative; float: left; vertical-align: top; }
.company	{ text-align: center; font-size: 12px; padding: 22px; margin-top: 24px; margin-left: auto; margin-right: auto; outline: 1px solid black; position: relative; float: right; vertical-align: top; }
.private	{ text-align: center; font-size: 12px; margin-top: 20px; }
.footer		{ position: static; clear: both; text-align: center; font-size: 12px; margin-top: 25px; color: #666666; }
.copyright	{ text-align: center; font-size: 10px; color:#f0ab00; font-style: italic; }
