/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #545B60 url(../images/homepage01.gif);
}

/** FORMS */

form {
	padding: 5px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.input1 {
	width: 130px;
	border: 1px solid #2C3134;
	background-color: #A0A6AB;
	font-size: 9px;
	color: #FFFFFF;
}

.input2 {
	width: 30px;
	height: 13px;
	border: none;
	background: transparent url(../images/homepage31.gif) repeat-x;
	text-align: center;
	font-size: 10px;
	color: #ACE3FF;
}

.input3 {
	border: 1px solid #2C3134;
	height: 13px;
	background-color: #A0A6AB;
	font-size: 9px;
	color: #FFFFFF;

}

.loginform {
	width:25%;
	margin-left:auto;
	margin-right:auto;
}

.loginform p {
	text-align:center;
}

.contactform {
	width:260px;
	margin-left:auto;
	margin-right:auto;
}
.contactform .input1 {
	width:auto;
}

.contactform p {
	text-align: left;
}

.button {
	display:block;
	text-align:center;
	width:auto;
}

.button2 {
	width: auto;
	height: 13px;
	border: none;
	background: transparent url(../images/homepage31.gif) repeat-x;
	text-align: center;
	font-size: 10px;
	color: #ACE3FF;
	display:block;
}

/** HEADINGS */

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

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C2C8CE;
	margin: auto;
	width: auto;
}

td h4 {
	font-size:10px;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
}

.text1 {
	font-size: 10px;
	color: #AFB2B4;
}

.text2 {
	font-size: 10px;
	font-weight: normal;
}

.text3 {
	clear: both;
	float: left;
	margin-bottom: 11px;
	padding: 2px 5px;
	background: url(../images/homepage19.gif);
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.text4 {
	color: #DCE3E9;
	font-weight: bold;
	display: block;
}

/** LINKS */

a {
	color: #ACE3FF;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	color: #C2C8CE;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	padding: 2px 5px;
	background: url(../images/homepage30.gif) repeat-x;
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1 {
	background: url(../images/homepage02.gif) repeat-x;
}

.bg2 {
	background: url(../images/homepage15.gif);
}

.bg3 {
	background: url(../images/homepage19.gif);
}

.bg4 {
	background: url(../images/homepage24.gif);
}

.bg5 {
	background: url(../images/homepage29.gif);
}

.bg6 {
	background: url(../images/homepage25.gif);
}

.bg7 {
	background: url(../images/homepage26.gif);
}

.bg8 {
	background: url(../images/homepage21.gif);
}

/** MISC */

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

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(../images/homepage32.gif);
	clear:both;
	margin: 15px 0px;
}

.acontent {
	width:auto;
	height:auto;
}

.acontent h4 {
	font-size:10px;
}

.acontent img {
	/*display:block;*/
	margin-right:10px;
	float:left;
	margin-bottom: 10px;
}

.acontent p {
	text-align:left;
}

