html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}.size10   { font-size: 10px; }
.size11   { font-size: 11px; }
.size12   { font-size: 12px; }
.size14   { font-size: 14px; }
.size16   { font-size: 16px; }

.fl_left   { float: left; }
.fl_right   { float: right; }
.cl_both   { clear: both; }

.padleft5   { padding-left: 5px; }
.padleft10   { padding-left: 10px; }
.padleft20   { padding-left: 20px; }
.padright5   { padding-right: 5px; }
.padright10   { padding-right: 10px; }
.padright20   { padding-right: 20px; }
.padbottom5   { padding-bottom: 5px; }

.margleft20   { margin-left: 20px; }

.pad10   { padding: 10px; }
.pad5   { padding: 5px; }

.align_r   { text-align: right; }
.align_l   { text-align: left; }
.align_c   { text-align: center; }
.align_j   { text-align: justify; }

.display_n   { display: none; }

.vam   { vertical-align: middle; }
.vab   { vertical-align: bottom; }
.vat   { vertical-align: top; }
.lh150   { line-height: 150%; }
.lh125   { line-height: 125%; }

a.nu:link, a.nu:active, a.nu:visited, a.nu:hover   { text-decoration: none; }body  {
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF url(/images/layout/bg-page.jpg) repeat-x;
}

input, select, textarea   {
	font-family: Arial, Verdana;
	font-size: 12px;
	padding: 1px;
}

img   {
	border: 0px;
}

div, table, td   { font-size: 12px; }

a:link, a:active, a:visited   {
	color: #000000;
	text-decoration: underline;
}
a:hover   {
	color: #333333;
	text-decoration: none;
}

#PageContainer   {
	width: 990px;
	text-align: left;
	margin: 0px 0px 0px -495px;
	left: 50%;
	position: relative;
	background: url(/images/layout/bg-content.gif) repeat-y;
}

#BGGreen   {

	background: url(/images/layout/bg-green.gif) repeat-y;
	padding: 4px 0px 4px 0px;
	text-align: center;

}

#BGLogo   {
	background: url(/images/layout/bg-logo.jpg) no-repeat;
	width: 376px;
	height: 320px;
	float: left;
}

#AboutUs   {
	float: left;
	margin-top: 70px;
	margin-left: 10px;
}

#party    {
	float: left;
	margin-top: 70px;
	margin-left: -26px;
}

.ThreeColumn   {
	width: 280px;
	float: left;
	line-height: 125%;
}

.GreenBox   {
	border-left: 1px solid #99CB00;
	padding-left: 10px;
}
.GreyBox   {
	border-left: 1px solid #CECECE;
	padding: 5px 0px 5px 10px;
	line-height: 125%;
	position: relative;
}
.LilaBox   {
	border-left: 1px solid #AC00A0;
	padding: 5px 0px 5px 10px;

}
.ShadowPadding  {
	padding: 0px 5px 0px 5px;

}

.ColumnSpace   {
	width: 10px;
	float: left;
	height: 5px;
}

#BGBottom   {
	background: url(/images/layout/bg-bottom.jpg) no-repeat;
	height: 314px;
}

.Partner   {
	text-align: center;
}

.ColumnLeftPadding   {
	padding-left: 60px;
}



.ContactForm   {
	float: left;
	width: 200px;
}
.f_Contact_input   {
	width: 150px;
}
#f_Contact_ZIP   {
	width: 50px;
}

#f_Contact_City   {
	width: 100px;
}

#f_Contact_Message   {
	width: 350px;
	height: 300px;
}

.Imprint  {
	width: 220px;
	float: left;
}

.ErrorMessage   {
	color: #D0201C;
	font-weight: bold;
}
.ErrorMessagewithBG   {
	background-color: #D0201C;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

.OkMessage   {
	color: #009900;
	font-weight: bold;
}
.OkMessagewithBG   {
	background-color: #009900;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}