html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background-color: #fff;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
	background-image: url(images/homepage01.gif);
	background-repeat: repeat-x;
	background-position: left top;


}
#imageContainer { height:274px; }  
#imageContainer img { display:none; 	
			position:absolute; 	
			top:0px; left:0px; 	
			height:274px;  	
			width:661px; 	
			opacity: -0.01; } 	

/** FORMS */

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

/** HEADINGS */

h1, h2, h3 h4{
	margin: 0px;
}

h1 {
	
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 18px;
	color: #0c7190;
	font-weight:bold;
	
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 20px;
	color: #8F8F8F;
	font-weight:bold;
}

h2 span {
	color: #0c7190;

}

h3 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #000;
	font-weight:bold;
}
h4 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #0c7190;
	font-weight:bold;
}
.q{
	font-size:10px;
	line-height:1em;
	padding-left:10px;
}
.client{
	padding-left: 10px;
	padding-right:10px;
}
.attention {
	font-weight:bold;
}
.attention_line {
	font-weight:bold;
	text-decoration: underline;
}
/** TEXTS */

body, th, td, input, textarea, select div p{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #818080;
}
#buttons{
	
	width:150px;
	height:70px;
	z-index:1;
	float:right;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 140%;
}

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

ul li {
	padding-left: 10px;
	background: url(images/homepage08.gif) no-repeat left center;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	font-size:13px;
}

.list1 li {
	padding-left: 15px;
	background: url(images/subpage01.gif) no-repeat left center;
	line-height:1.8em;
}
.list1 li a:link{
	text-decoration:none;
	color:#0b708f;
	
}
.list1 li a:visited{
	text-decoration:none;
	color:#000;
	
}
.list1 li a:hover{
	text-decoration:underline;
	color:#000;

}

.list2 {
}

.list2 li {
	float: left;
	width: 45%;
		font-size: 16px;
		line-height:2em;
	
}

/** LINKS */

a {
	color: #0c7190;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

/** MISC */

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

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

img {
	border: none;
}

img.left {
	float: left;
	position: relative;
	margin: 0px 15px 0px 0px;
}

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

img.border {
	padding: 3px;
	border: 1px solid #C4C4C4;
}

hr {
	display: none;
}

.hr1 {
	height: 11px;
	margin-bottom: 10px;
	border-bottom: 1px solid #C4C4C4;
}

/** HEADER */

#header {
	width: 900px;
	height: 181px;
}

/** LOGO */

#logo {
	width: 239px;
	height: 181px;
}


/** MENU */

#menu {
}

#menu ul {
	margin: 0px;
	padding: 40px 0px 0px 33px;
	list-style: none;

}

#menu li {
	float: left;
	padding: 0px;
	background: none;

}

#menu a {
	float: left;
	height: 23px;
	padding: 7px 15px 0px 15px;
	background: url(images/homepage03.gif) no-repeat left top;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-weight:bold;
}

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

#menu .first a {
	background: none;
	color:#fff;
		background: url(images/homepage03.gif) no-repeat left top;
}
#menu .home a {
	background: none;
	color:#000;
}

/** PAGE */

#page {
	width: 900px;
	background: #FFFFFF;
}

/** CONTENT */

#content {
	width: 661px;
	position: relative;
	margin: -79px 0px 0px 0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
}

/** SIDEBAR */

#sidebar {
	width: 239px;
}

/** FOOTER */

#footer {
	width: 900px;
	margin: 0px auto;
	font-size:10px;

}
#footer a{
color: #9E9E9E;
text-decoration:none;

}
#footer a:hover{
color: #9E9E9E;
text-decoration:underline;

}

#footer .bottom{
width:450px;
margin: 0px;
	padding: 10px 0px 0px 0px;
		color: #9E9E9E;
		float:left;
}


/** BOX1 */

#box1 {
	height: 289px;
}

/** BOX2 */

#box2 {
	padding: 10px 22px 0px 24px;
	background-color: #fff;
}

/** BOX3 */

#box3 {
	padding: 10px 28px 0px 26px;
}

/** BOX4 */

#box4 {
	height: 197px;
	padding: 10px 0px 0px 20px;
	background: url(images/homepage05.jpg) no-repeat left top;
}

/** BOX5 */

#box5 {
	padding: 10px 0px 0px 20px;
	border-right: 1px solid #C4C4C4;
}
#box5 ul{
	line-height:2em;
	padding: 10px 0px 0px 20px;
	list-style:disc;
	color:#000;
}
#box5 li{
	padding: 0;
	
}

/** BOX6 */

#box6 {
	padding: 20px 22px 0px 24px;
	background: #FFFFFF url(images/subpage02.jpg) no-repeat left top;
}

/** forms */
.contactBlock {
	border: 1px double #999999;
	margin: 5px;
}
.contentText {
	text-align: right;
	padding-right: 10px;

}
.contentTextall {
	
	padding-left: 10px;

}
#contactSubmit {

}
#contactSubmit .input-submit {
background-image: url(../images/blank.jpg); 
background-repeat: no-repeat; 
border: none;	
width: 150px; 
padding: 5px 0px 6px 0px;	
font-size: 10px; 
font-weight: bold;	
color:#000;
background-position: left top;
height: 1%;
}
html>body .input-submit {
height: auto
}