/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.gif) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1 {
 margin-bottom: 10px;
 font-size: 22px;
}

h2 {
 font-size: 16.5px;
}

h3 {
 font-size: 12.9px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F727A;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #E9881A;
}

.text1 span {
	padding: 0px 7px;
	background: url(images/homepage18.gif) no-repeat center center;
}

.logotext {
 font-family: Arial black,Helvetica,sans-serif;
 font-size: 34px;
 font-style: italic;
 font-weight: bold;
 padding-left: 10px;
}

.logotext a, .logotext a:visited, .logotext a:link, .logotext a:active, .logotext a:hover {
 text-decoration: none;
 color: #5F727A;
}

/** LISTS */

.list1, .list1 li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	border-bottom: 1px solid #D3D9DB;
}

.list1 li.homemenulevel1 {
	font-weight: bold;
}

.list1 li.homemenulevel2 a, .list1 li.homemenulevel2 a:hover {
	background-image: none;
}

.list1 a {
	display: block;
	width: 156px;
	height: 18px;
	padding: 7px 0px 0px 26px;
	background: url(images/homepage15.gif) no-repeat 10px 9px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #5F727A;
}

.list1 a:hover {
	background: #F07D00 url(images/homepage16.gif) no-repeat 10px 9px;
	color: #FFFFFF;
}

.leftsub li {
        padding-left: 17px;
        border: none;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: inside;
}

/** LINKS */

a {
	color: #E9881A;
}

a:hover {
	text-decoration: none;
}

.link1 {
	display: block;
	height: 14px;
	background: url(images/homepage26.gif) no-repeat right top;
}

.link1 b {
	display: none;
}

.link2 {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.link2:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	color: #919FA4;
}

.style1 a {
	color: #919FA4;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage04.gif) repeat-x left top; }
.bg2 { background: url(images/homepage10.gif) repeat-x left top; }
.bg3 { background: url(images/homepage13.gif) repeat-y left top; }
.bg4 { background: url(images/homepage14.gif) no-repeat left top; }
.bg5 { background: url(images/homepage25.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

div.serviceicon {
 float: left;
 height: auto;
 margin: 1px;
 text-align: center;
 width: auto;
 border: 1px solid #5F727A;
}

div.contactform label.left {
 float: left;
 font-size: 110%;
 margin: 0 0 0 10px;
 padding: 2px;
 width: 100px;
}

div.contactform input.field {
 font-size: 110%;
 padding: 2px;
 width: 275px;
}

pre {
 border:1px dotted #5F727A;
 font-family:monospace;
 overflow-x:auto;
 padding:1em;
 background-color:#FFFFFF;
}