body {
  background       : #000011;
  background-image : url(picts/mainback.png);
  margin           : 0px;
  padding          : 0px;
  text-align       : center;
}

td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 18px;
  color            : #000000;
  text-align       : left;
}

hr {
  color            : #000000;
  height           : 1px;
  width            : 100%;
}

/* MAIN TABLE CONTAINER SETTINGS */
.outerborderright {
  background       : url(picts/mainborder_right.gif) left repeat-y;
  width            : 10px;
}

.outerborderleft {
  background       : url(picts/mainborder_left.gif) right repeat-y;
  width            : 10px;
}

.outerborderbottom {
  background       : url(picts/mainborder_bottom.gif) top repeat-x;
  width            : 780px;
}

.header_oben_links {
  background       : #cccccc; 
  color            : #cccccc;
  font-size        : 10px;
  text-align       : center;
  text-transform   : uppercase;
  letter-spacing   : 1px;
  width            : 220px;
  height           : 130px;
}

.header_oben_links2 {
  
background       : url(picts/top_2.jpg) #6699cc;
  height           : 50px;
  width            : 527px;
}
.oben_links_2 {
  background       : #336699;
  width            : 220px;
  height           : 70px;
}

.header_top_1 {
 background       :  #cccccc; 
  height           : 60px;
  text-align       : center;
  vertical-align   : middle;
  width            : 527px;
}

.contentmenu {
  background       : #eeeeff;
  width            : 250px;
  padding          : 0px;
}

.contentmain {
  background       : #F4F4FD;
  width            : 600px;
  padding          : 10px;
}

.maincontent {
  background       : #ffffff;
  width            : 780px;
}

/* MODULE SETTINGS */
table.moduletable, table.moduletable-mainmenu {
  width            : 100%;
  table-layout     : auto;
}

table.moduletable th, table.moduletable-mainmenu th {
	color            : #cccccc;
	margin           : 0px;
	padding          : 3px;
	border-bottom    : 1px solid #ffffff;
	letter-spacing   : 1px;
	text-align       : center;
	text-transform   : uppercase;
	font-weight      : normal;
	font-size        : 10px;
	background-color: #003399;
}

table.moduletable td {
  padding          : 5px;
}

table.moduletable-mainmenu td {
  padding          : 0px;
}

div.moduletable h3 {
  font-weight      : bold;
  font-size        : 12px;
  padding          : 0px;
  margin           : 0px;
  line-height      : 14px;
}

/* FORMULAR SETTINGS */
fieldset {
  margin-top       : 10px;
  margin-bottom    : 10px;
  background       : #e0e0e0;
  padding          : 5px;
}

/* SECTION LISTING SETTINGS */
.textquadrat {
	color            : #cccccc;
	margin           : 0px;
	padding          : 3px;
	border-bottom    : 1px solid #ffffff;
	letter-spacing   : 1px;
	text-transform   : uppercase;
	font-weight      : normal;
	font-size        : 10px;
	vertical-align   : middle;
	padding          : 2px 5px;
	background-color: #ff6666;
}

.sectiontableentry1 {
  background       : #e0e0e0;
  padding          : 5px;
}

.sectiontableentry2 {
  background       : #d0d0d0;
  padding          : 5px;
}

/* MAIN AND SUB MENU SYSTEM */
a.mainlevel {
	margin           : 0px;
	display          : block;
	font-family      : Arial, Helvetica, sans-serif;
	width            : 247px;
	width            : 247px;
	background-color : #336699;
	border-bottom    : 1px solid #ffffff;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}


a.mainlevel_aktiv {
	margin           : 0px;
	display          : block;
	font-family      : Arial, Helvetica, sans-serif;
	width            : 247px;
	width            : 247px;
	background-color : #ff6666;
	border-bottom    : 1px solid #ffffff;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}



a:link.mainlevel, a:visited.mainlevel {
  background-image : url(picts/menu.gif);
  color            : #ffffff;
  text-decoration  : none;
}

a:hover.mainlevel {
  background-image : url(picts/menuon.gif);
  background-color : #000000;
  color            : #ffffff;
  text-decoration  : none;
}


.active_menu {
  margin           : 0px;
	display          : block;
	font-family      : Arial, Helvetica, sans-serif;
	width            : 247px;
	width            : 247px;
	background-color : #ff6666;
	border-bottom    : 1px solid #ffffff;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}


a#active_menu {
  background-color : #000000;
  font-weight      : bold;
  display          : block;
  color            : #ffffff;
}

.sublevel {
  font-size        : 11px;
}

ul#mainlevel-topmenu {
  list-style       : none;
}

ul#mainlevel-topmenu li {
  float            : right;
  font-size        : 10px;
  text-transform   : uppercase;
  letter-spacing   : 1px;
}

ul#mainlevel-topmenu li a {
  color            : #ffffff;
  padding          : 0px 10px;
  border-left      : 1px solid #333333;
  text-align       : center;
}

ul#mainlevel-topmenu li a:hover {
  color            : #c0c0c0;
  text-decoration  : none;
}

/* LINKS */
a:link, a:visited {
  color            : #333333;
  text-decoration  : none;
}

a:hover {
  color            : #333399;
}

a.category:link, a.category:visited {
  font-weight      : bold;
}

.readon {
  font-weight      : bold;
}

/* PAGE NAVIGATION */
div.pagenavbar {
  background       : #e0e0e0;
  border-top       : 1px solid #808080;
  border-left      : 1px solid #808080;
  border-bottom    : 1px solid #ffffff;
  border-right     : 1px solid #ffffff;
}

div.pagenavbar div {
  border-top       : 1px solid #ffffff;
  border-left      : 1px solid #ffffff;
  border-bottom    : 1px solid #808080;
  border-right     : 1px solid #808080;
  text-align       : center;
}

/*  SMALL FONT SETTINGS  */
.small {
  font-size        : 10px;
  color            : #006699;
}

.smalldark {
  font-size        : 10px;
  color            : #000000;
}

/*  PFAD SETTINGS  */
.pfadwegcontainer {
  width            : 100%;
  border-bottom    : 1px solid #666666;
  padding          : 4px;
  height           : 20px;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 16px;
  letter-spacing   : 1px;
}

.pfadweg {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 16px;
  letter-spacing   : 1px;
}
a.pathway:visited , 

a.pfadweg:link{
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 16px;
  letter-spacing   : 1px;
}

a.pfadweg:hover {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 16px;
  letter-spacing   : 1px;
}

/* CONTENT PAGE SETTINGS */
.contentpane {
  padding          : 0px;
}

.contentpaneopen {
  padding          : 0px;
}

.contentheading, .componentheading {
  padding          : 0px;
  font-size        : 14px;
  font-weight      : bold;
  text-transform   : uppercase;
  text-align       : left;
  letter-spacing   : 1px;
  color            : #003366;
}

.contentpagetitle {
  font-weight      : bold;
  color            : #000;
}

a.contentpagetitle:link, a.contentpagetitle:visited, a.contentpagetitle:active {
  text-decoration  : none;
}

.back_button a:link, .back_button a:visited {
  color            : #999999;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  background       : url(picts/back_normal.png) #F0F0F0 no-repeat;
  border           : 1px solid #E0E0E0;
  padding          : 2px 4px 2px 20px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}

.back_button a:hover {
  color            : #006699;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  background       : url(picts/back_hover.png) #F0F0F0 no-repeat;
  border           : 1px solid #E0E0E0;
  padding          : 2px 4px 2px 20px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}

.pagenav a:link, .pagenav a:visited {
  color            : #999999;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  background       : #eeeeee;
  padding          : 2px 4px 2px 4px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}

.pagenav a:hover {
  color            : #006699;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  background       : #eeeeee;
  padding          : 2px 4px 2px 4px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}

.buttonheading a:link, .buttonheading a:visited {
  padding          : 2px 10px;
}

.buttonheading a:hover {
  padding          : 2px 10px;
}

hr {
	color: #cccccc;
	height: 1px;
	border-style: dashed;
	}

h2 {
  font-weight      : bold;
  height: 25px;
  background-color: #f4f4f4;
  width            : 100%;
  border-bottom    : 1px solid #cccccc;
  text-indent     : 5px;
  font: bold 20px "Arial Narrow", Helvetica Nueue, Helvetica, sans-serif; 
  color: #666666; 
}
