/*main layout classes*/

body {
	color: #666666;
	font-size:71.1%;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/bck.gif);
	background-repeat:repeat-x;
	background-color:#6d6d6d;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
.main {
	width:731px;
	margin:0px auto;
}
.left {
	width:480px;
	float:left;
	padding-left:16px;
}

.left2 {
	width:710px;
	float:left;
	padding:0px 24px 0px 16px;
}
.right {
	width:200px;
	float:right;
	padding-right:10px;
}
.top {
	width:731px;
	background-color:#000000;
	height:79px;
	text-align:left;
	float:left;
}
.logo {
	width:205px;
	background-image:url(../images/main_02.gif);
	background-repeat:no-repeat;
	height:79px;
	float:left;
	line-height:1px;
}
.topmenu {
	float:right;
	padding-right:5px;
	padding-top:5px;
}

.article {
width:100%;
display:block;
}

.header {
	width:731px;
	background-image:url(../images/main_04.gif);
	height:207px;
	float:left;
	
}

.barmain{
	width:731px;
	background-image:url(../images/main_07.gif);
	background-repeat:repeat-x;
	background-color:#ECECEC;
	float:left;
}
.barint{

}
.barbottom{
	width:731px;
	background-image:url(../images/main_08.gif);
	background-repeat:repeat-x;
	height:25px;
	background-color:#ECECEC;
	float:left;
}
.mainbody{
	width:731px;
	background-color:#ffffff;
	text-align:left;
	float:left;
	padding-bottom:10px;
}
.footer{
	width:731px;
	background-image:url(../images/main_21.gif);
	background-repeat:no-repeat;
	height:20px;
	float:left;
}

.barleft{
	width:340px;
	float:left;
	text-align:left;
	padding-left:14px;
	padding-top:14px;
	padding-bottom:10px;
}
.barright{
	width:340px;
	background-image:url(../images/main_16.gif);
	background-repeat:repeat-y;
	float:right;
	text-align:left;
	padding-top:14px;
	padding-left:18px;
	padding-right:8px;
	padding-bottom:10px;
}
.menushadow{
	width:200px;
	height:50px;
	background-image:url(../images/menushadow.gif);
	background-repeat:repeat-x;
}
.menu3{
border:1px solid #dadada;
background-color:#f1f1f1;
padding:5px;
color:#999999;
}



/*link classes*/

a:link {
color:#ff9900;
font-size:0.87em;
}
a:visited{
color:#ff9900;
font-size:0.87em;
}
a:hover {
color:#999999;
font-size:0.87em;
}

.topmenu a:link,  .topmenu a:visited{
padding:5px 10px 5px 10px;
color:#666666;
font-size:0.87em;
background-image:url(../images/topmenu.gif);
background-repeat:repeat-x;
text-decoration:none;
margin-right:1px;
height:26px;
line-height:32px;
}

.topmenu a:hover {
color:#ff9900;
font-size:0.87em;
background-image:url(../images/topmenuhover.gif);
background-repeat:repeat-x;
text-decoration:none;
}
.mainmenu a:link {
text-transform:uppercase;
color:#666666;
background-image:url(../images/plus.gif);
background-repeat:no-repeat;
padding-left:16px;
text-decoration:none;
background-color:#f0f0f0;
display:block;
padding-top:8px;
padding-bottom:8px;
margin:1px;
}

.mainmenu a:visited{
text-transform:uppercase;
color:#666666;
background-image:url(../images/plus.gif);
background-repeat:no-repeat;
padding-left:16px;
text-decoration:none;
background-color:#f0f0f0;
display:block;
padding-top:8px;
padding-bottom:8px;
margin:1px;
}
.mainmenu a:hover {
text-transform:uppercase;
color:#ff9900;
background-image:url(../images/arrow.gif);
background-repeat:no-repeat;
padding-left:16px;
text-decoration:none;
background-color:#dadada;
display:block;
padding-top:8px;
padding-bottom:8px;

}

/*text classes*/

h1{
visibility:hidden;
font-size:0.1em;
}

h2{
color:#ff9900;
font-size:1.2em;
padding-bottom:10px;
text-transform:uppercase;
letter-spacing:2px;
font-weight:bold;
line-height:22px;
height:22px;
background-image:url(../images/headline.gif);
background-repeat:no-repeat;
background-position:left center;
padding-left:16px;
margin:0px;
}
.small{
font-size:0.87em;
color:#999999;
}
.mainmenuheadline {
text-transform:uppercase;
color:#ff9900;
padding-left:16px;
text-decoration:none;
background-color:#cccccc;
display:block;
padding-top:8px;
padding-bottom:8px;
margin:1px;
font-size:1.1em;
}
.readmore{
background-image:url(../images/arrow2.gif);
background-repeat:no-repeat;
padding-left:16px;
}
.copyright{
color:#FFFFFF;
font-size:0.87em;
}
/*additional classes*/
.horsep{
background-image:url(../images/dot.gif);
background-repeat:repeat-x;
margin-top:5px;
height:8px;
line-height:8px;
}

/*Text-Input Field - For the "contact" page*/
textarea {
background-image:url(../images/back_main.jpg);
border: 1px solid #999999;
width:90%;
}

/*Submit button - For the "contact" page*/
input {
background-image:url(../images/back_main.jpg);
border: 1px solid #999999;
}