/* -------------------------------------------------------------------------- */
/* 
/* -------------------------------------------------------------------------- */

body
{
  font-family: Arial,Helvetica,sans-serif;  
  font-size: 12px;  
  color: #666666;
  padding: 0px;
  margin: 0px;  
  background: #FFFFFF url(images/main_bg.gif) repeat-x top left;
}

a img
{
  border: none;
}

.SkinObject, .Normal, .NormalDisabled
{
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
}

#container
{
  margin: 0px auto;
  width: 1000px;
  position: relative;
}

#maincontainer
{
  margin: 0px auto;  
  width: 850px;
  border-width: 0px 1px 1px;
  padding: 0px 2px;
  border-color: #6b6b6b;
  border-style: solid;
  background-color: #ffffff; 
  overflow: hidden;   
}

#mainright
{
  width: 135px;
  float: right;
  margin: 0px 10px 10px 0px;
  padding: 5px 0px 10px 10px;    
  border-left: 1px solid #666666;  
  border-bottom: 1px solid #666666;  
}

#floatimg
{  
  position: absolute;
  top: 60px;
  left: 645px;
  z-index: 101;
}

#toparea
{
  width: 100%;
  height: 133px;
  background: #FFFFFF url(images/logo_banner.png) no-repeat;
}

/* -------------------------------------------------------------------------- */
/* MENU
/* -------------------------------------------------------------------------- */

#mainmenu
{
  padding: 0px 10px 10px 10px;  
  width: 800px;
  float: left;  
}

.main_dnnmenu_bar
{
  cursor: pointer; 
  font-size: 12px;
  font-weight: bold;
}

.main_dnnmenu_rootitem
{
  background: transparent url(images/button_s2.png) no-repeat top center;
  color: #FFFFFF;
  padding: 10px 6px 8px 6px;
  width: 85px;
  float: left;  
  text-align: center;
}

.main_dnnmenu_rootitem_hover
{
  background: transparent url(images/button_s3.png) no-repeat top center;   
  padding: 10px 6px 8px 6px;
  width: 85px;
  float: left;  
  text-align: center;    
  color: #fe0000;
}

.main_dnnmenu_rootitem_selected 
{
  background: transparent url(images/button_s3.png) no-repeat top center;
  color: #FFFFFF;  
  padding: 10px 6px 8px 6px;
  width: 85px;
  float: left;  
  text-align: center;
  color: #fe0000;
}

.main_dnnmenu_submenu 
{
	border: 1px solid #666666;
	min-width: 100px;
	z-index: 102;
}

.main_dnnmenu_submenu td
{
  padding: 2px;
  font-size: 12px;
  color: #666666;
  background-color: #FFFFFF;
}

.main_dnnmenu_itemhover td   
{
  background-color: #FE0000;
  color: #FFFFFF;
}

.main_dnnmenu_icon
{
  display: none;
}

/* -------------------------------------------------------------------------- */
/* SEARCH
/* -------------------------------------------------------------------------- */
/*
#searchbox
{
  padding: 5px 10px 0px 0px;
  height: 25px;
  width: 315px;
  float: right;
  color: #FFFFFF;
}

#searchbox a, #searchbox label
{
  color: #FFFFFF;
  text-decoration: none;
}

#searchbox a:hover
{
  text-decoration: underline;
}

#dnn_dnnSEARCH_txtSearch
{
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #666666;
}
*/
/* -------------------------------------------------------------------------- */
/* 
/* -------------------------------------------------------------------------- */

#seperator
{
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  margin: 0px;
  clear: all;
}

/*#dnn_PresentationPane
{  
  width: 830px;
  height: 220px;    
  padding: 10px;
  background: white url(images/presentation_bg.png) repeat-x;
}*/

#presentationarea
{  
  width: 830px;  
  height: 200px;
  padding: 10px;
  margin-bottom: 10px;
  background: white url(images/presentation_bg.png) repeat-x;
}

.presentationimg
{
  margin: 5px 10px 0px 0px;
}

#dnn_ContentPane
{    
  width: 650px;
  padding: 0px 10px 10px 10px;  
  float: left;
}

#dnn_ContentPane a
{
  color: #fe0000;  
}

#dnn_ContentPane ul
{
  list-style-image: url(images/aufzbutton1.png);
}

#footer
{
  margin: 10px auto;
  width: 850px;
  height: 70px;  
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  text-align: right;    
  clear: all;
}

#footer a
{
  color: #666666;   
  font-size: 12px;
}

#footer a:hover
{  
  background-color: #FFFFFF;  
  text-decoration: none;
}




























































































