 html, body {
	height: 100%;
	color: #000000;
	background-repeat: no-repeat;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	background-color: #ffffff;
	background-repeat: no-repeat;
}
h3 {
	line-height: 1.3em;
}

h4 {
	line-height: 1.2em;
}

/*
	General design (menu, content, realcontent)
*/
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height:100%;
	height:auto;
	border-left: 0px solid #0000ff;
	border-right: 0px solid #0000ff;
	background-color: #FFFFFF;
}
* html #container{height:100%;}
#header {
	background-image: url(images/acc_header.jpg);
	background-repeat:no-repeat;
	height: 100px;
	width: 900px;
	background-position: left center;
}
#content {
	margin-right: 15px;
	margin-top: 30px;
	padding-bottom: 60px;
	min-height:400px;
	height:auto;
	z-index: 1;
}
* html #content{height:316px;}
#content #realcontent {
	position: relative;
	left:190px;
	width: 500px;
	z-index: 1;
}
#content #realcontent .vet {
	font-weight: bold;
	color: #000000;
}

#content #realcontent .groot {
	font-weight: bold;
	font-size: x-large;
	line-height: 1.5em;
}

#content #realcontent .extra_groot {
	font-weight: bold;
	font-size: xx-large;
	line-height: 1.5em;
}

#realcontent #expo {
	margin-right: 74px;
	padding: 0px;
}

#content #languagebar {
	position: absolute;
	line-height: 20px;
	top: 130px;
	left: 5px;
	width: 155px;
	height: 20px;
}

#thumbs {
	height: 340px;
	width: 160px;
	overflow: auto;
}
#content #nav  {
	position: absolute;
	width: 180px;
	left: 5px;
	top: 150px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
#content   #nav ul  {
	padding-top: 0px;
	padding-bottom: 10px;
	border-right: 0px dashed #999999;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
#content   #nav   ul li  {
	margin-bottom: 10px;
	margin-left: 0px;
	text-align:left;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
#content #nav ul li a.button {
	margin-left:5px;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}
#content #nav ul li a.button:hover {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
}
#content  #nav  ul  l#active  a {
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
#flashcontent {
	height: 334px;
	width: 445px;
	border: 1px solid #999999;    
}
#flashcontent2 {
	height: 90px;
	width: 512px;
	border: 1px solid #999999;    
}
#flashcontent3 {
	height: 300px;
	width: 445px;
	border: 1px solid #999999;
	margin-top: 20px;
}

/* NAVIGATION */
#navcontainer{
	height: 22px;
	position: relative;
	top: 104px;
	margin: 0px;
	z-index: 1;
	padding: 0;
	left: 22px;
	width: 100%;
	color: #000000;
}
#navcontainer ul{
	border: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	margin: 0;
	color: #000000;
}
#navcontainer ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}
#navcontainer ul li a{
	width: 110px;
	height: 18px;
	padding: 0;
	margin: 0 0 10px;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #FEFDC2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #A09778;
	border-right-color: #A09778;
	border-bottom-color: #A09778;
	border-left-color: #A09778;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-weight: normal;
	font-size: 10px;
}
#navcontainer ul li a:hover{
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
	font-size: 10px;
}

#navcontainer a:active{
	color: #fff;
	background-color: #CCCCCC;
	font-size: 10px;
}

#navcontainer li#active a{
	color: #FFFFFF;
	background-color: #CCCCCC;
	font-size: 10px;
}

/*
	Footer
*/
#footer {
	position: absolute;
	bottom: 0;
	padding: 0px;
	width: 100%;
	margin: 20px 0px 0px;
	background-image:url(img/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color: #000000;
}
#footer div.address {
	text-align:center;
	margin-bottom: 5px;
}
#footer div.foot {
	line-height: 12px;
	font-size: 9px;
}
#footer a.footlink{
	font-size: 9px;
	text-decoration:none;
	color: #999999;
}
#footer a.footlink:hover{
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}


/*
	anchors
*/
a:link {
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	font-size: 11px;
	text-decoration: underline;
}
a:active, a:focus {
	color: #CC0000;
}
a.underno:link {
	text-decoration: none;
}
a.underno:visited {
	text-decoration: none;
}
a.underno:hover {
	text-decoration: none;
}
a.underno:active, a.underno:focus {
	text-decoration: none;
}
/* Remove dotted links in Moz */
a:focus 
{ 
  -moz-outline: none !important 
}


/*
	Miscellaneous
*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}
.red {
	color: #FF0000;
}
#realcontent ul {
	margin-top: -10px;
	margin-left: 10px;
	padding-left: 20px;
	list-style-type: circle;
}


ol.privacy {
	list-style-type: upper-alpha;
}

ol.privacy li{
	margin-bottom: 10px;
	
}
a.currentPage {
	color: #CC0000;
	font-weight: normal;
}
a.currentPage:focus {
	color: #CC0000;
	font-weight: normal;
}
a.currentPage:active {
	color: #CC0000;
	font-weight: normal;
}
a.currentPage:visited {
	color: #CC0000;
	font-weight: normal;
}
a.currentPage:hover {
	color: #CC0000;
	font-weight: normal;
}
span#arrow {
	float: right;
	height: 14px;
	padding-right: 30px;
	margin-right: 20px;
	margin-top: 10px;
	background-image: url(img/clickarrow.gif);
	background-repeat:no-repeat;
	background-position:right center;
	line-height:14px;
}
.preview_img {
	margin-bottom: 5px;
	border: 1px solid #999999;
	cursor: pointer;
}
#background-banners {
	position: absolute;
	top: 200px;
	margin-left: 580px;
	z-index: 5;
	left: 123px;
}
#background-banners img {
	float: left;
}


/*
	Form elements
*/
.texttype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 200px;
	margin-bottom: 5px;
}
.buttontype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-bottom: 5px;
	border: 1px solid #999999;
	width: 150px;
	margin-left: 5px;
}
option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 200px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 205px;
	margin-bottom: 5px;
}

#teller {
	position:absolute;
	left:257px;
	top:9px;
	width:50px;
	height:20px;
	z-index:1;
	visibility: hidden;
}
