
/** BASIC */

body { margin: 0; padding: 0; background: #28b7f9 url(../images/homepage01.jpg) repeat-x left top; text-transform: none; border-color: lime; }

/** HEADINGS */

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #ffffff;
}

h1 span, h2 span {
	font-weight: bold;
}

h1 {
	font-size: 31px;
}

h2 {
	font-size: 24px;
}

h2.style1 {
	margin-bottom: 18px;
	font-size: 16px;
	color: #309;
}

h3 {
	font-size: 16px;
}

h3.style2 {
	margin-bottom: 18px;
	color: #309;
}

/** TEXTS */

body, th, td, input, textarea, select { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #eeffcd; text-align: left; }
input, textarea, select {
	color: #AFAFAF;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 150%;
	text-align: justify;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 { text-align: left; margin-left: 0; padding-left: 0; list-style: none; }

.list1 li { display: block; padding: 0 0 0 19px; background: url(../images/homepage07.gif) no-repeat 9px 50%; border-top: 1px solid white;
;border-right-color: white; border-bottom-color: white; border-left-color: white; }

.list1 li.first {
	border: white;
}

.list1 a {
	display: block;
	width: 145px;
	padding: 5px 0 5px 11px;
	border-left: 1px solid white;
}

/** LINKS */

a {
	color: #009;
}

a:hover {
	text-decoration: none;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

.input-submit {
	width: 52px;
	height: 22px;
	border: 1px solid #23A4FF;
	background: #2DA9FF url(../images/homepage04.gif) no-repeat left top;
	text-transform: lowercase;
	color: #FFFFFF;
}

form ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form li {
	margin-bottom: 8px;
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img { background-color: white; border: none; }

img.left {
	float: left;
	margin: 3px 20px 0 0;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

img.border {
	border: 6px solid #FFFFFF;
}

hr {
	display: none;
}

.hr1 {
	height: 16px;
	background: url(../images/homepage08.gif) repeat-x left top;
}

/** MENU */

#menu { font-size: medium; width: 800px; height: 46px; margin: 0 auto; }

#menu ul {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 40px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** HEADER */

#header {
	width: 778px;
	height: 180px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 479px;
	height: 172px;
	background: url(../images/homepage02.jpg) no-repeat left top;
}

#logo h1 {
	text-indent: -9999em;
}

/** SEARCH */

#search {
	float: left;
	padding: 69px 0px 0px 0px;
}

#search form {
	height: 30px;
	padding: 8px 0px 0px 62px;
	background: url(../images/homepage03.jpg) no-repeat 22px 4px;
	border-left: 1px solid #DBDBDB;
}

#search fieldset {
}

#search legend {
	display: none;
}

#search .input-text {
	width: 150px;
	height: 17px;
	padding: 3px 0px 0px 2px;
	border: 1px solid #E0E0E0;
	border-top-color: #B0B0B0;
	border-left-color: #C1C1C1;
}

#search .input-submit {
	margin-left: 5px;
}

/** PAGE */

#page {
	width: 778px;
	margin: 0px auto;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 192px;
}

.subpage #sidebar {
	float: right;
	width: 180px;
}

.subpage #sidebar h3 {
	margin-bottom: 15px;
}

/** LOGIN */

#login {
}

#login label {
	display: none;
}

#login .input-text {
	width: 150px;
	height: 17px;
	padding: 3px 0px 0px 2px;
	border: 1px solid #E0C700;
	border-top-color: #B09C00;
	border-left-color: #C1AE00;
}

#login .input-submit {
	float: right;
}

#login a {
	float: left;
	padding-top: 4px;
}

/** JUMP MENU */

#jump-menu {
}

#jump-menu select {
	width: 100%;
	border: 1px solid #E05900;
	border-top-color: #B04600;
	border-left-color: #C15B00;
}

#jump-menu .input-submit {
	float: right;
}

#jump-menu a {
	float: left;
	padding-top: 4px;
}

/** CONTENT */

#content {
	float: right;
	width: 521px;
	padding: 20px 26px;
	background: #70bb06 url(../images/subpage2_01.jpg) no-repeat left top;
	border: solid 3px lime;
}

.subpage #content {
	float: left;
	width: 530px;
}

.wide-subpage #content {
	float: none;
	width: auto;
}

/** FOOTER */

#footer {
	width: 778px;
	margin: 0px auto;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 200px;
	text-transform: lowercase;
	line-height: normal;
	color: #9DBD65;
}

.subpage #footer p {
	padding: 0px;
}

.wide-subpage #footer {
	
}

.wide-subpage #footer p {
	padding: 15px 0px 0px 0px;
	text-align: center;
}

/** BOX STYLE A */

.boxA { background: #0018ba url(../images/subpage2_01.jpg) no-repeat left top; margin-bottom: 7px; padding: 16px; border: solid 3px lime; }

.boxA h2 {
	margin-bottom: 9px;
	font-size: 16px;
	color: #4F4F4F;
}

.boxA a {
	color: #5F5F5F;
}

/** BOX STYLE B */

.boxB { background: #00f url(../images/subpage2_01.jpg) no-repeat left top; margin-bottom: 7px; padding: 16px; border: solid 3px lime; }

.boxB h2 {
	margin-bottom: 9px;
	font-size: 16px;
	color: #FFFFFF;
}

.boxB a {
	color: #FFFFFF;
}

