body {
	margin: 0;
	padding: 0;
	background: #585859 url(images/bgbody.jpg) 0 0 repeat-x;
	color: #fff;
	font: 90%/1.6em Arial, Verdana, Arial, sans serif;
}


/************************************************************* general formats */
img {
	border: none;
}
a, a:hover, a:visited, a:active, a:link {
	color: #F4E40A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/************************************************************** layout structure **/
.clear {
	clear: both;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 900px;
}
#menu {
	margin: 0 auto;
	padding: 0;
	width: 900px;
}
#header {
	/*
    background: #666 url(../images/header.jpg) 0 0 repeat-x;
    */
	margin: 0 auto;
	padding: 0;
	width:  900px;
	height: 354px;
	/*overflow: hidden;*/
}

#header p {
    margin:0px;
    padding:0px;
}

#logo {
	float: left;
	width: 130px;
	height: 50px;
	margin-left: 50px;
	margin-top: 305px;
}
#wrap {
	margin: 0 auto;
	padding: 0;
	width:  900px;
	min-height: 504px;
	background: #2C2C2C url(images/wrapbg.jpg) 0 0 repeat-x;
}
#sidebar {
	background: #666 url(images/sidebarbg.jpg) 0px 0 repeat-x;
	width: 232px;
	height: 500px;
	top: -52px;
	left: 49px;
	position: relative;
	padding-top: 52px;
	float: left;
}
#content {
    float: left;
    padding-left: 69px;
    padding-top: 18px;
    width: 540px;
}
#advertbox {
	margin: 0 auto;
	padding: 15px 0 15px 0;
	width:  900px;
	height: auto;
	background: #2C2C2C;
}
.advert {
	width: 232px;
	height: 50px;
	background-color: #999;
	float: left;
}
#advert1 {
	margin-left: 48px;
}
#advert2 {
	margin: 0 45px 0 45px;
}
#footer {
	margin: 0 auto;
	padding: 0;
	width:  900px;
	height: auto;
	text-align: center;
}

#footer .addThis {
	margin-bottom: 7px;
}

/************************************************************************ menus **/
/* topmenu */
.topmenu {
	width: 900px;
	height: 44px;
	background: #666 url(images/topmenubg.jpg) 0 0 no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 6px 0 0 0;
	overflow: hidden;
}
/*
.topmenu li,
.topmenu li.current {
	float: left;
	background: #666 url(images/topmenubgli.jpg) 0 0 no-repeat;
	width: 150px;
	height: 44px;
	text-align: center;
	padding: 0;
}
*/
.topmenu li {
	float: left;
	background: #666 url(images/topmenubgli.jpg) 0 0 no-repeat;
	width: 150px;
	height: 44px;
	text-align: center;
	padding: 0;
}

.topmenu li.last,
.topmenu li.current {
	background: #666 url(images/topmenubglilast.jpg) 0 0 no-repeat;
}

.topmenu li a,
.topmenu li a:active,
.topmenu li a:visited,
.topmenu li.current a {
	padding-top: 12px;
	color: #999;
	display: block;
	text-decoration: none;
	width: 150px;
	height: 32px;
}
.topmenu li a:hover,
.topmenu li.current a {
	color: #fff;
}
/************************************************************ menue backgrounds for single menu item */
.topmenu li a.link1:hover,
.topmenu li.current a.link1 {
	background: #666 url(images/menu/bg_1.jpg) 0 0 no-repeat;
}
.topmenu li a.link2:hover,
.topmenu li.current a.link2 {
	background: #666 url(images/menu/bg_2.jpg) 0 0 no-repeat;
}
.topmenu li a.link3:hover,
.topmenu li.current a.link3 {
	background: #666 url(images/menu/bg_3.jpg) 0 0 no-repeat;
}
.topmenu li a.link4:hover,
.topmenu li.current a.link4 {
	background: #666 url(images/menu/bg_4.jpg) 0 0 no-repeat;
}
.topmenu li a.link5:hover,
.topmenu li.current a.link5 {
	background: #666 url(images/menu/bg_5.jpg) 0 0 no-repeat;
}
.topmenu li a.link6:hover,
.topmenu li.current a.link6 {
	background: #666 url(images/menu/bg_6.jpg) 0 0 no-repeat;
}

/* sidebar menu */
#sidebar ul {
	width: 232px;
	list-style-type: none;
	margin: 0;
	padding: 22px 0 0 0;
}
#sidebar ul li {
	margin-left: 23px;
	margin-bottom: 4px;
	background: url(images/sidebarbgli.jpg) 10px bottom no-repeat;
}
#sidebar ul li.last {
	margin-left: 23px;
	margin-bottom: 4px;
	background: none;
}
#sidebar ul li.last a {
	color: #999;
}
#sidebar ul li a {
	color: #999;
	text-decoration: none;
}
#sidebar ul li.selected a {
	color: #fff;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #fff;
}
#sidebar ul li a.blue {
	color: #6D9ECD;
}

/***************************************************************************** footer menu */

#footer ul {
	width: 900px;
	height: 25px;
	background: #2C2C2C;
	list-style-type: none;
	margin: 0;
	padding: 6px 0 6px 0;
}
#footer ul li {
	display: inline;
	text-align: center;
	padding: 0;
	margin: 0px 10px 0px 10px;
}
#footer ul li.last {
	text-align: center;
	padding: 0;
	margin: 0px 8px 0px 8px;
}
#footer ul li a {
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
p.footer_small {
	font-size: 0.8em;
}

/***************************************************************************** Multi Colum Element*/

.mColumn {
    background-color: #2C2C2C;
    clear:both;
    height: 1%;
}

/******************************************************************************/
/* Picture with Text                                                          */
/******************************************************************************/

.picTextLink, .teaserLink
{
  padding-top: 5px;
}

.pictureWithText .txt {}
.pictureWithText .img {}

.pictureWithText .top {}
.pictureWithText .top .txt {}
.pictureWithText .top .img {
  padding-bottom: 20px;
}

.pictureWithText .inline_top_right {}
.pictureWithText .inline_top_right .txt {}
.pictureWithText .inline_top_right .img {
	float:right;
	padding-left: 25px;
	padding-bottom: 20px;
}

.pictureWithText .inline_top_left {}
.pictureWithText .inline_top_left .txt {}
.pictureWithText .inline_top_left .img {
	float:left;
	padding-right: 25px;
	padding-bottom: 20px;
}

.pictureWithText .column_top_right {}
.pictureWithText .column_top_right .txt {}
.pictureWithText .column_top_right .img {
	padding-left: 25px;
	padding-bottom: 20px;
}

.pictureWithText .column_top_left {}
.pictureWithText .column_top_left .txt {}
.pictureWithText .column_top_left .img {
	padding-right: 25px;
	padding-bottom: 20px;
}
.pictureWithText .column_top_left .txt p {
	margin: 0px;
}

.pictureWithText .bottom {}
.pictureWithText .bottom .txt {}
.pictureWithText .bottom .img {
    padding-top: 20px;

}

.pictureWithText .inline_bottom_right {}
.pictureWithText .inline_bottom_right .txt {}
.pictureWithText .inline_bottom_right .img {}

.pictureWithText .inline_bottom_left {}
.pictureWithText .inline_bottom_left .txt {}
.pictureWithText .inline_bottom_left .img {}

.pictureWithText .column_bottom_right {}
.pictureWithText .column_bottom_right .txt {}
.pictureWithText .column_bottom_right .img {
  padding-left: 20px;
}

.pictureWithText .column_bottom_left {}
.pictureWithText .column_bottom_left .txt {}
.pictureWithText .column_bottom_left .img {
  padding-right: 20px;
}

/******************************************************************************/
.bottomSpace1 {
    padding-bottom: 35px;
}
.bottomSpace1b {
    padding-bottom: 30px;
}
.bottomSpace2 {
    padding-bottom: 10px;
}
.bottomSpace3 {
    padding-bottom: 0px !important;
}

/******************************************************************************/

.HeadlineBlack1 h2
{
  margin: 0px;
  padding: 0px;
  font-size: 22px; 
  font-weight: bold;  
  padding: 0px 0px 0px 0px;
}

.HeadlineBlack2 h2
{
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-size: 29px; 
  font-weight: bold;
}

.HeadlineBlackBlack1 h2
{
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 29px; 
  font-weight: bold;
}

.HeadlineBlackBlack1 h3
{
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  font-weight: bold;  
  padding-bottom: 0px;
}
