/*
INDEX CSS
*/
html	{
	height: 100%;
}
body {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	cellspacing: 0;
	cellpadding: 0;
	height: 100%;
	margin: 0;
	background-color: #4b4b49;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	border: none;
}
li	{
	list-style: square;
}
a.link:active, a.link:visited, a.link:link 	{
	font-family: Tahoma;
	font-size: 11px;
	color: #7a7e81;
	text-decoration: none;
}
a.link:hover	{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.spacer	{
	margin-top: 158px;
}
/*
WEBSITE MAIN CSS
*/
.websiteLOGObox	{
	width: 900px;
	height: 94px;
}
.websiteNAVIbox	{
	width: 900px;
	height: 51px;
}
.websiteCONTENTbox	{
	width: 900px;
	height: 390px;
}
.websiteFOOTERbox	{
	width: 900px;
	height: 199px;
}
/*
NAVIGATION MAIN CSS
*/
.navigationBG	{
	width: 900px;
	height: 51px;
	background-image:url(includes/images/navigation_bg.png);
}
.navigationFIRSTbtn	{
	float: left; 
	margin-left: 186px;
	margin-top: 16px;
}
.navigationALLbtns	{
	float: left; 
	margin-left: 35px;
	margin-top: 15px;
}
/*
CONTENT MAIN CSS
*/
.contentBGstripe	{
	background-image: url(includes/images/content_bg.png);
	background-repeat: repeat-y;
}
.contentBGfull	{
	background-image: url(includes/images/content_fullbg.png);
	background-repeat: no-repeat;
	height: 390px;
}
.contentLEFTbox	{
	margin-left: 134px;
	margin-top: 5px;
	float: left;
	width: 430px;
	height: 385px;
	border: solid 1px #686a6b;
}
.contentRIGHTbox	{
	margin-left: 18px;
	margin-top: 5px;
	float: left;
	width: 206px;
	border: solid 1px #686a6b;
}
.contentRIGHTboxTEXT	{
	margin: 10px;
}
.contentTEXT	{
	margin: 15px;
}
.contentLISTstyler	{
	text-align: left; 
	width: 250px;
	padding-left: 80px;
	margin-left: 0p;
}
/*
KONTAKT CASCADESTYLESHEET
*/
.kontaktTEXT {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	border-bottom: normal #686a6b;
	border-top: normal #686a6b;
	border-right: normal #686a6b;
	border-left: normal #686a6b;
}
.kontaktROWS	{
	font-size: 11px;
	font-family: Tahoma;
	padding-left: 10px;
	border-bottom: solid 1px #686a6b;
}
.kontaktBTNS	{
	margin-top: 10px;
	margin-right: 23px;
	float: right;
}
/*
FOOTER MAIN CSS
*/
.footerBG	{
	background-image: url(includes/images/footerbg.png);
	width: 900px;
	height: 199px;
}
.footerLOGObox	{
	height: 55px;
	width: 215px;
	margin-left: 580px;
	margin-right: 400px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 10px;
}
