/* Done by Jonas Krat 2008 December 8th */
/** body **/
body
{
	margin: 0;
	padding: 0;
	background: #1a1a1c url('grafik/bg.jpg') repeat-x center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #222;
}

/** Layout **/
#centercourt
{
	width: 900px;
	margin: 0px auto;
}

/*  Top  */
#top
{
	color: #fff;
	position: relative;
	height: 251px;
}
#top a
{
	color: #fff;
	text-decoration: none;
}

#top ul
{
	position: absolute;
	top: 38px;
	left: 0px;
	padding: 0;
	margin: 0;
}
#top li
{
	list-style: none;
	display: inline;
	padding-left: 13px;
	margin-left: 13px;
	background: url('grafik/horizdots.gif') no-repeat left center;
	font-size: 0.75em;
}
#top li.first
{
	padding: 0;
	margin: 0;
	background: none;
}
#top .logo
{
	position: absolute;
	top: 0px;
	right: 0px;
}
#top .topimage
{
	border: 2px solid #fff;
	position: absolute;
	top: 77px;
	left: 0px;
}

#content
{
	background: #fff url('grafik/contenttop.gif') no-repeat center top;
	min-height: 300px;
}
#content-inner { padding: 27px; }
#content-footer
{
	background: url('grafik/contentfoot.gif') no-repeat center bottom;
	height: 55px;
}

#footer
{
	background: url('grafik/footerbg.gif') no-repeat center top;
	margin-top: 28px;
	padding-top: 10px;
	height: 67px;
	color: #ababab;
	text-align: center;
}
#footer a
{
	color: #ababab;
	text-decoration: none;
}
#footer ul
{
	padding: 0;
	margin: 5px 0 5px 0;
}
#footer li
{
	list-style: none;
	display: inline;
	padding-left: 10px;
	margin-left: 5px;
	background: url('grafik/horizdots.gif') no-repeat left center;
	font-size: .625em;
}
#footer li.first { 
	padding: 0;
	margin: 0;
	background: none;
}

/** Typesetting **/
h1, h2, h3, h4, h5, h6, h7
{
	font-weight: normal;
	margin: 0;
}
h1
{
	color: #3ba6bc;
	font-size: 1.5em;
	line-height: normal;
	margin-bottom: 15px;
	font-family: tahoma, helvetica, sans-serif;
}

h3
{
	background: #222;
	color: #fff;
	font-size: .875em;
	padding: 10px 10px 6px 10px;
}
h5
{
	font-size: .6875em;
	font-weight: bold;
}

p { margin-top: 0; }

#content p { font-size: 11px; }
#content a:link, #content a:visited
{	
	COLOR: #4da7ba;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
#content a:hover, #content a:active { text-decoration: underline; }
a.arrow
{
	padding-left: 10px;
	background: url('grafik/arrow.gif') no-repeat 0 2px;
}

/* Boxes */
.box
{
	border: 1px solid #d5d5d5;
	margin: 20px 0;
}
.box .inner
{
	border: 2px solid #fff;
	background: #fff url('grafik/boxbg.gif') repeat-x left bottom;
	padding: 9px;
}
.graybox
{
	background-color: #f5f5f5;
	padding: 6px;
	margin: 10px 0;
}
.graybox .box { margin: 0; }

/** Forms **/
.fieldset
{
	padding: 0;
	margin: 0 0 27px 0;
	border: 1px solid #222;
	width: 643px;
	background: url('grafik/fieldsetbg.jpg') repeat-x left bottom;
}
.fieldset table { margin: 10px; }

label
{
	font-size: 11px;
	margin: 0;
	line-height: 1.8em;
}

.labelStyle
{
	font-size: 10px;
	margin: 0;
	line-height: 1.8em;
}

select { margin-bottom: 10px; }
.box select { margin-bottom: 0; }
.submit
{
	background: url('grafik/confirm.gif') no-repeat;
	border: 0;
	padding: 4px;
	color: #fff;
	width: 130px;
	text-align: center;
}
.submit { margin-left: 520px; }


.submitsmall
{
	background: url('grafik/confirm.gif') no-repeat;
	border: 0;
	padding: 4px;
	color: #fff;
	width: 130px;
	text-align: center;
}


.graybox.login .submit
{
	margin: 0;
	background: url('grafik/login.gif') no-repeat;
	width: 84px;
}

.text
{
	background-color: transparent;
	border: 0;
	padding: 3px 2px;
	margin-bottom: 10px;
}
.text.norm
{
	background: url(grafik/textnorm.gif) no-repeat;
	width: 190px;
	margin-right: 20px;
}
.text.date
{
	background: url(grafik/textdate.gif) no-repeat;
	width: 50px;
}
.text.street
{
	background: url(grafik/textstreet.gif) no-repeat;
	width: 150px;
	margin-right: 10px;
}
.text.zip
{
	background: url(grafik/textzip.gif) no-repeat;
	width: 110px;
	margin-right: 20px;
}

.errormsg
{
	font-size:12px;
	color: #d8103f;
}

#optout_yes_no
{
	display: block;
	margin-bottom: 40px;
	font-size: 12px;	
}

#valSum{
 padding-left: 5px;
}
