/************************************/
/************ GENERIC CLASS**********/
/************************************/

body{
width: 99%;
height: 100%;
margin: 0px;
padding:0px;
background : url(images/.png) #E4EEC1 fixed;
font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;font-size: 77%;
}

/***********************************************/
/********* GLOBAL MODULES CLASSES **************/
/***********************************************/

.dk_module             
{
  width:100%;
}
.dk_module .dk_header h3 {    
  font-family      : Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : bold;
  text-align       : center;
  height           : 24px;
  cursor           : default;
  line-height      : 24px;
  color            : #FFFFFF;
  border-left      : 1px solid #FFFFFF;
  border-right     : 1px solid #FFFFFF; 
  background-image : url(images/header.png);
  padding: 0;                    
  width: 98%;
  margin: 0;
}
.dk_module .dk_content      
{
  padding-left     : 3px;
  padding-right    : 3px;
}
/********* GLOBAL COMPONENTS CLASSES **************/

.dk_component      
{
  width:100%;
}
.dk_component .dk_header h2
{
  font-family      : Arial, Verdana, Geneva, Helvetica, sans-serif;
  letter-spacing   : 1px;
  background       : url(images/header.png) ;
  font-size        : 12px;
  font-weight      : bold;
  height           : 22px;
  line-height      : 22px;
  padding-left     : 10px;
  text-align       : left;
  color            : #FFFFFF;
  width            : 100%;
  margin: 0; padding: 0;
  padding-left: 4px;
}
.dk_component .dk_content
{
  width            : 100%;
  padding-left     : 3px;
  padding-right    : 3px;
  padding-top      : 3px;
  border-spacing   : 0px;
  margin-bottom    : 5px;
}
/********* GLOBAL FORM OBJECTS CLASSES **************/

.dk_form        
{
  padding-top:10px;
  padding-left:15px;
}
.dk_form .dk_content 
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
}
.dk_button             
{
  font-family       : Verdana, Arial, Helvetica, sans-serif;
  font-size         : 11px;
  border            : 1px solid #AABBBF;
  background-color  : #FFFFFF;
  color             : #404F59;
  background-image  : url(images/but.png);
  padding           : 2px;
}
.dk_inputbox           
{
  background-image   :url(images/inputback.jpg);
  border             : 1px solid #666;
}
.dk_radio
{
}
.dk_select
{
}
/********* GLOBAL GENERIC CLASSES **************/
.dk_content             
{}
.dk_header             
{}
.dk_aligncenter
{
  text-align:center;
}
.dk_alignleft
{
  text-align:left;
}
.dk_alignright
{
  text-align:right;
}
.dk_small
{
  font-size        : 10px;
  color            : #333333;
}
.dk_label
{  
}
.dk_clr
{
}
/*******************************************************/
/************** GENERICS CUSTOM CLASSES ****************/
/*******************************************************/

body {
  color            : #000000;
  margin-left      : 10px;
  margin-right     : 10px;
  margin-top       : 10px;
  margin-bottom    : 10px;
  padding          : 0px;
  background-color : #ffffff; /*hintergrundfarbe*/
  font-family      : arial, sans-serif;
  font-size        : 12px;
}
td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #333333;
}
hr {
  color            : #999999;
  height           : 1px;
  width            : 100%;
}

h1.title {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight      : bold;
  text-indent      : 8px;
  font-size        : 10px;
  text-align       : left;
  color            : #666666;
}
h1.title a:link, h1.title a:visited {
  font-size        : 20px;
  color            : #666666;
  text-decoration  : none;
  font-weight      : bold;
}
h1.title a:hover {
  font-size        : 20px;
  color            : #666666;
  text-decoration  : none;
  font-weight      : bold;
}
a:link, a:visited {
  font-size        : 12px;
  color            : #000080;

  /*text-decoration  : none;*/

 /* text-decoration  : none;*/

  font-weight      : normal;
}
a:hover {
  font-size        : 12px;
  color            : #000000;

  /*text-decoration  : none;*/

 /* text-decoration  : none;*/

  font-weight      : normal;
}



a.readon:link, a.readon:visited {
  color            :#404F59;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  white-space      : normal;
  font-weight      : normal;
  padding-bottom   : 4px;
  padding-left     : 4px;
  padding-right    : 4px;
  padding-top      : 4px;
  float            : left;
  line-height      : 10px;
  text-decoration  : none; 
  border           : 1px solid #000000;
  background-color : #E6E6E6;
  background-image : url(images/but.png);
  }
a.readon:hover {
  color            :#000000;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  white-space      : normal;
  font-weight      : normal;
  padding-bottom   : 4px;
  padding-left     : 4px;
  padding-right    : 4px;
  padding-top      : 4px;
  float            : left;
  line-height      : 10px;
  text-decoration  : none; 
  border           : 1px solid #AABBBF;
  background-color : #E6E6E6;
}
ul {
  margin           : 2px;
  padding-left     : 0px;
  list-style       : none;
}
li {
  line-height      : 15px;
  padding-left     : 15px;
  padding-top      : 0px;
  background-image : url(images/bullet.png) ;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}  
form { display:inline; }

/**************************************************************/
/************ TEMPLATE CLASSES (index.php) ********************/
/**************************************************************/

.createdate, .modifydate { font-size : 10px; color : #666666;}
.date {font-family  : Arial, Verdana, Geneva, Helvetica, sans-serif; 
  		font-size   : 12px; color: #333333; padding-right : 10px; padding-left : 10px;}
.copyright {color : #666666; font-family: arial, sans-serif; font-size : 11px; font-weight: bold;}
.pathway { font-size : 10px; text-decoration : none; color : #333333;  padding-left : 10px;}
a.pathway:link, a.pathway:visited { color: #000000;  font-size : 10px; padding-left : 0px;}
a.pathway:hover { font-size : 10px; padding-left : 0px;}

.tpl_maintable { background : #000000;}
.tpl_headerspace { background : url(images/space.png);}
.tpl_topcenter { background   : url(images/center3.jpg);}
.tpl_topleft2 { background    : #E4EEC1;}
.tpl_topright2 { background   : #E4EEC1;}
.tpl_headercenter1 { background : #E4EEC1;}
.tpl_footercenter2 { background : url(images/center2.jpg);}
.tpl_footercenter4 { background : url(images/center4.jpg);}
.tpl_footerleft3 { background   : url(images/left3.png);}
.tpl_footerright3 { background  : url(images/right3.png);}
.tpl_toolbar { background : #E5E5E5; border-bottom: 1px solid #99A0AA;}
.tpl_headerfill { background : #000000;}
.tpl_header_logo { background   : url(images/top.jpg);}
.tpl_footer { background     : url(images/bottom.png);}
.tpl_tablecenter {	border: 1px solid #99A0AA;}
.tpl_columnleft { background  : url(images/modulback.png); border-right: 1px solid #000000;}
.tpl_columnright { background : url(images/modulback.png); border-left: 1px solid #000000;}
.tpl_columncenter { border-left: 1px solid #FFF; border-right: 1px solid #FFF; background:#00000;}
.tpl_modulecenter {	border-bottom: 1px solid #CCCCCC;}

/**************************************************************/
/********************* COMPONENTS SHARED CLASSES ***************/
/**************************************************************/

.dkcom_tablerow1
{
  vertical-align   : top;
  padding          : 3px;
  background       : #D4E49B;
  border-top       : 1px solid #FFFFFF;
  border-bottom    : 1px solid #999999;
}
.dkcom_tablerow2
{
  vertical-align   : top;
  padding          : 3px;
  border-top       : 1px solid #FFFFFF;
  border-bottom    : 1px solid #999999;
}
.dkcom_tableheader {
  font-size        : 11px;
  font-weight      : normal;
  letter-spacing   : 1px;
  
  background       : #E4EEC1;
  color            : #333333;
  padding          : 4px;
}
.dk_category-icons
{
  margin-right:10px;
}
.dkcom_section
{
  width            : 100%;
  padding-left     : 0px;
  padding-right    : 3px;
  padding-top      : 3px;
  border-spacing   : 0px;
  margin-bottom    : 5px;
  clear:both;
}
.dkcom_section .dk_header
{    
  font-family      : Arial, Verdana, Geneva, Helvetica, sans-serif;
  letter-spacing   : 1px;
  background       : url(images/header.png);
  font-size        : 12px;
  font-weight      : bold;
  height           : 22px;
  line-height      : 22px;
  padding-left     : 10px;
  text-align       : left;
  color            : #FFFFFF;
  width            : 100%;
  margin: 0; padding: 0;
  padding-left: 4px;
  
}
/*------------------- MENU ------------------------*/

.dkmod_menu  a.menu_mainlevel  {
  font-family      : Arial, Verdana, Geneva, Helvetica, sans-serif;
  text-align       : left;
  display          : block;
  line-height      : 22px;
  height		   	   : 20px;
  font-size        : 12px;
  text-decoration  : none;
  width            : auto;
  background-image : url(images/boff.png);
  color            : Black;
  background-color : #FAF9EF;
  text-indent	   	 : 5px;
}

.dkmod_menu  a.menu_mainlevel:link {
  text-align       : left;
  display          : block;
  font-size        : 12px;
  text-decoration  : none;
  width            : auto;
  color            : Black;
  border-bottom: 	 : solid 1px #ffffff;
  /*background-image : url("../images/boff.png"); */
}

.dkmod_menu a.menu_mainlevel , .dkmod_menu a.menu_mainlevel:visited {
  text-align       : left;
  display          : block;
  font-size        : 12px;
  font-weight      : normal;
  padding          : 0px 0px 0px 0px;
  color            : Black;
  background-image : url(images/boff.png); */
  width            : auto;
  border-bottom: 	 : solid 1px #ffffff;
}
.dkmod_menu a.menu_mainlevel:hover {
  text-align       : left;
  display          : block;
  background       : url(images/header.jpg);
  font-size        : 12px;
  font-weight      : normal;
  text-decoration  : none;
  color            : #FBFCFC;

}
/* to fix an Opera bug */
.topmenu {
	display			: block;
}

/* customization for the topmenu */
.topmenu a.menu_mainlevel {
  list-style        : none;
  padding    		  : 0;
  margin            : 0px;
  font-size         : 0.8em;
  color             : #ffffff;
  background-image  : none;
  background		  : transparent;
}

.topmenu ul.menu_mainlevel li {
	display           : block;
	background		   : transparent;
	float             : left;
	width             : auto !important;
	width             : 10%;
	font-size         : 12px;
	line-height       : 18px;
	white-space       : nowrap;
}

.topmenu li a.menu_mainlevel {
  width             : 10%;
  display           : block;
  text-decoration   : none;
  background		  : transparent;
  font-weight       : normal;
  background-image  : none;
}

#buttons>.topmenu  ul.mainlevel li>a { width: auto; }

.topmenu li a.menu_mainlevel:hover{
  color             : #746725;
  background        : transparent;
   font-weight      : bold;
	background-image : none;
}


.dkmod_menu a.menu_sublevel:link, .dkmod_menu a.menu_sublevel:visited {
 	font-family      :Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding-left	  : 1px;
	font-size		  : 11px;
	font-weight  	  : bold;
	text-decoration  : none;
	color            : #333333;
}

.dkmod_menu a.menu_sublevel:hover {
	background-color :#FFFFFF;
	color            : #2D287B;
}

.dkmod_menu a.menu_sublevel#active_menu {
  	background		 :#FFFFFF
}
