html { overflow:scroll }
body {
	margin: 0px;
	padding: 0px;
	color: #666;
	background: #fff url(/assets/Image/Layout/page_bgnd.png) repeat-y center top;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
}

h1, h2, h3 { color:#d38b03; }

h1 { font-size:150% }
h2 { font-size:125% }
h3 { font-size:100% }

a:link { color: #1a8a08 }
a:visited { color: #040; }
a img { border: none; text-decoration: none }

th { text-align: left }
textarea, input, select { font-family: Tahoma, Helvetica, sans-serif; font-size: 100%; }
form { display:inline }

/* form error messages */
div.error-formfield { color:#d13d1b; font-weight:bold; display:none }
input.error-formfield, textarea.error-formfield, select.error-formfield { border:1px inset #000; background-color:#fcdfb2 }

/* Classes */
.txtinput { border:1px inset #999 }
.txtbtn { border:1px outset #999 }
.greentxt { color:#1a8a08 } 
.bimg { border:1px solid #bfbfc1; padding:5px; display:block; margin-bottom:10px }
ul.greenbullet { list-style-image: url(/assets/Image/Layout/green_bullet.png); text-indent: 0.3em; padding:0; margin-left:1.8em }
ul.greenbullet li { margin:0.5em 0 }

/* Layout */
div#container { width:850px; margin:auto; }

div#imprintlink { text-align:right; background:#fff }
#imprintlink a:link,#imprintlink a:visited { color:#807f84; text-decoration:none; font-size:85% }

div#header { float:right; width:642px; height:183px; background:url(/assets/Image/Layout/header_bgnd.jpg) no-repeat; }

div#leftnav { float:left; width:175px; height:157px; background:url(/assets/Image/Layout/nav_bgnd.jpg) no-repeat; padding:26px 14px 0 14px }
#leftnav a { display:block; color:#fff; padding:3px 0 3px 18px; text-decoration: none; border-bottom:1px solid #fff; }
#leftnav a.active { background:url(/assets/Image/Layout/raquo_white.png) no-repeat left center; }

div#spacer { height:6px; clear:both; background:#fff }

div#content { position:relative; float:right; width:607px; padding:11px 17px; background: url(/assets/Image/Layout/content_topedge.png) no-repeat top right}
div#leftbox { float:left; width:203px; font-size:85% }

