@charset "UTF-8";
/* CSS Document */


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #333333;
	line-height: 1.6em;

}
.oneColLiqCtrHdr #container {
	width: 80%; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333333;
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: auto;
}
#flash {
	height: 200pt;
	width: 490pt;
	text-align: center;
	left: 20px;
}
#linkbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	color: #666666;
	text-align: right;
	font-size: 0.8em;
	padding-right: 18em;
	margin-top: 2em;
	letter-spacing: 0.2em;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #333333;
	background-image: url(Assets/main/Swirlsweb.jpg);
	background-repeat: no-repeat;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#design {
	margin: 8px;
	padding: 8px;
	float: right;
	width: 80%;
	border: 0.2px solid #666666;
}
.oneColLiqCtrHdr #mainContent {
	background-color: #333333;
	padding-top: 0;
	padding-right: 140px;
	padding-bottom: 0;
	padding-left: 320px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #333333;
	color: #66FF00;
	font-size: 0.8em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: lighter;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.pinkfont {color: #FF0066}

.spreadtext {
	letter-spacing: 2em;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	color: #666666;
}
.flashbox {
	text-align: center;
	left: 20px;
	background-color: #333333;
}
.link {
	color: #FF0066;
}
.linkgrey {
	color: #666666;
}

a:link { 
	color: #666666;
		text-decoration: none;
}
a:visited { 
	color: #666666;
		text-decoration: none;
}
a:hover { 
	color: #FF0066;
	text-decoration: none;
	}
a:active { 
	color: #666666;
		text-decoration: none;
}
.tablefloat {
}
.textspreadtitel {
	letter-spacing: 0.1em;
}
.greentextsmall {
	font-size: 0.8em;
	font-weight: lighter;
	font-variant: normal;
	color: #66FF00;
}
.fontme {
	font-size: 0.9em;
	color: #FFFFFF;
}
