/* ================================================================ 
Main-Stylesheet
By Ferdinand Mütsch 2009
=================================================================== */
/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {
margin: 0;
padding: 0;
}

html, body, #test2{
height: auto;
min-height:100%;
}

body {
background-color: #a9bec9; //#BEC6C1; //#CCDAD4; //#434343;
font-family: Arial;
font-size: 10pt;
color: #3f3f3f;
text-align: justify;
line-height: 1.4;
}

ul {
list-style-position:outside;
margin-left: 18px;
}

ol {
list-style-position: inside;
}

table {
border: 0px;
}

tr {
vertical-align: top;
}

td {
padding-right: 10px;
vertical-align: top;
}

hr{
margin-top: 15px;
margin-bottom: 15px;
}

h3{
font-size: 11pt;
font-size: 11pt;
padding-top: 10px;
}

.leftal {
text-align: left;
}

.centeral{
text-align: center;
}

.rightal{
text-align: right;
}


.heading01 {
font-family: Arial;
font-size: 14pt;
color: #3f3f3f;
}

.heading02 {
font-family: Arial;
font-size: 12pt;
color: #3f3f3f;
}

.heading03 {
font-family: Arial;
font-size: 8pt;
color: #3f3f3f;
}

a:link {
text-decoration: none;
font-family: Arial;
font-size: 10pt;
color: #3f3f3f;
}


a:visited {
text-decoration: none;
font-family: Arial;
font-size: 10pt;
color: #3f3f3f;
}

a:hover {
text-decoration: underline;
font-family: Arial;
font-size: 10pt;
color: #3f3f3f;
}


#container1 {
width: 1054px;
height: 100%;
background-color: #FFFFFF;
margin-left: auto;
margin-right: auto;
background: url(images/bg_main.png) repeat-y left top;
}

#header1 {
width: 1024px;
height: 330px;
background: url(images/header1.jpg) no-repeat;
margin-left: 14px;
margin-right: 16px;
}

#header2 {
width: 1024px;
height: 330px;
background: url(images/header2.jpg) no-repeat;
margin-left: 14px;
margin-right: 16px;
}

#header3 {
width: 1024px;
height: 330px;
background: url(images/header3.jpg) no-repeat;
margin-left: 14px;
margin-right: 16px;
}

#header4 {
width: 1024px;
height: 330px;
background: url(images/header4.jpg) no-repeat;
margin-left: 14px;
margin-right: 16px;
}

#header5 {
width: 1024px;
height: 330px;
background: url(images/header5.jpg) no-repeat;
margin-left: 14px;
margin-right: 16px;
}

#logo {
width: 804px;
height: auto;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
}

#menu-container {
width: 804px;
height: auto;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
}

#main {
width: 890px;
height: auto;
padding-left: 80px;
padding-right: 80px;
padding-top: 20px;
padding-bottom: 47px;
position: realtive;
min-height: 668px;
}

#footer {
position: relative;
margin-top: -47px;
margin-left: auto;
margin-right: auto;
height: 47px;
width: 601px;
background-color: #FFFFF;
background: url(images/bott.png) no-repeat;
}

#footer-text {
postition: relative;
text-align: center;
width: auto;
height: 23px; 
padding-top: 24px;
}

#footer-text a{
text-decoration: none;
color: #3f3f3f;
}

#footer-text a:hover{
text-decoration: underline;
color: #3f3f3f;
}

#footer-text a:visited{
text-decoration: none;
color: #3f3f3f;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
