@charset "utf-8";
/* CSS Document */



/* RESET */
HTML, BODY, H1, H2, H3, UL, FORM, INPUT {
	padding: 2;
	margin: 2;
}

/* REDEFINE HTML TAGS */
HTML, BODY {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
BODY, INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	line-height: 16px;
}
INPUT {
	padding: 1px;
}
IMG {
	border: none;	
}
UL {
	list-style-type: none;
}
H1 {
	font-size: 1.2em;
	padding: 0 0 10px 0;
	color: #d48625;
}
H2 {
	font-size: 1.4em;
	color: #FFF;
}
H3 {
	font-size: 1.0em;
	padding: 0 0 3px 0;
}
A:LINK, A:VISITED {
	color: #636363;
}



/* CLASSES */
.clear {
	clear: both;
}
.content {
	width: 800px;
	margin: 0 auto;
}
.content_home {
	width: 700px;
	margin: 0 auto;
}
.backlink {
	background: #C0C0C0;
}
.widget {
	background: #FFF;
	margin-left: 5px;
	float: right;
	padding: 0 5px;
}
.widget TABLE {
}
.widget TABLE TD {
	height: 35px;
	padding: 0 3px 3px 3px;
	vertical-align: middle;
}
.widget INPUT.textfield {
	width: 100px;
	float: left;
	border: 1px solid #C0C0C0;
}
.widget INPUT.btn_search {
	background: url(../images/layout/btn.search.gif) no-repeat;
	width: 16px;
	height: 17px;
	border: none;
	float: left;
	padding: 0;
	margin: 0;
}
.widget INPUT.btn_search:HOVER {
	cursor: pointer;
}
.widget UL LI A:LINK, .widget UL LI A:VISITED {
	text-decoration: none;
}
.widget UL LI A:HOVER {
	text-decoration: underline;
}
.widget UL LI A.bigger_fontsize {
	background: url(../images/layout/bigger.fontsize.gif) 0 2px no-repeat;
	padding: 0 0 0 12px;
}
.widget UL LI A.smaller_fontsize {
	background: url(../images/layout/smaller.fontsize.gif) 0 2px no-repeat;
	padding: 0 0 0 12px;
}



/* HEADER */
#header_content, #header_home {
	position: relative;
}
#topstroke {
	background: url(../images/layout/bg.header.gif) repeat-x;
	height: 83px;
}
#topstroke #logo {
	width: 265px;
	height: 72px;
	text-align: right;
	padding: 5px 0 0 0;
}
#header_home #img {
	height: 475px;
}
#header_home #img #mainmenu {
	padding: 262px 0 0 0;
}
#header_content #img {
	background: url(../images/layout/bg.body.content1.jpg) center no-repeat;
	height: 160px;
}
#bottomstroke {
	height: 30px;
	background: #dca221;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	color: #FFF;
}
#bottomstroke H2 {
	float: left;
	padding: 5px 5px 5px 125px;
}
#bottomstroke UL {
	padding: 5px 0 0 0;
}
#bottomstroke UL LI {
	float: left;
	display: block;
	padding: 0 3px 0 0;
}
#bottomstroke A:LINK, #bottomstroke A:VISITED {
	color: #FFF;
}
#bottomstroke A:HOVER {
	text-decoration: none;
}



/* CONTAINER */
#container_home {
	width: 800px;
	min-height: 100%;
	height: 100%;
}
#container_content {
	width: 800px;
	min-height: 100%;
	height: 100%;
	margin: -279px auto 0 auto;
	background: url(../images/layout/bg.container.gif) repeat-y;
}
HTML > BODY #container_home, HTML > BODY #container_content {
	height: auto;
}



/* PAGE ELEMENTS */
#placeholder_content {
	padding: 279px 0 0 0;
}
#right {
	float: left;
	padding: 0px;
}
#right TABLE {
	border-collapse: collapse;
	width: 100%;
	padding: 3px;
	border: 1px solid #999999;
}
#right TABLE TD {
	padding: 3px;
	border: 1px solid #999999;
}
#right TABLE TH {
	text-align: left;
	padding: 3px;
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
#right UL {
	padding: 0 0 0 20px;
	list-style-type: circle;
}
#right UL LI {
	padding: 0 0 15px 0;
}
#right UL UL LI {
	padding: 0;
}
#snelmenu {
	width: 150px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
#snelmenu UL LI {
	width: 150px;
	float: left;
	border-bottom: 1px solid #C0C0C0;
}
#snelmenu UL LI A:HOVER {
	text-decoration: underline;
}



/* FOOTER */
#footer_content {
	font-size: 0.8em;
	width: 550px;
	height: 40px;
	margin: -40px auto 0 auto;
	padding: 0 0 0 250px;
}
#footer_home {
	width: 700px;
	font-size: 0.8em;
	margin: 0 auto;
	text-align: center;
}
