/* Allgemeines */

body {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  background-image: url(../images/main_bg.jpg);
  background-repeat: repeat;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
}

img { border: 0 none; }

/* Allgemeine Links */

.content a {
  font-size: 14px;
}

a:link, a:visited {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #E56600;
  text-decoration: none;
  font-weight: normal;
}

/* Header */

#header1 {
  width: 100%;
  height: 13px;
  background-image: url(../images/head_bg_01.jpg);
  background-repeat: repeat;
}

#header2 {
  width: 100%;
  height: 142px;
  background-image: url(../images/head_bg_02.jpg);
  background-repeat: repeat;
}

/* Navigation (top) */

#topnav {
  padding-left: 0px;
  background-image: url(../images/nav_bg.jpg);
  background-repeat: repeat;
  border-bottom: 1px solid #7F7F7F;
}

#subnav {
  text-align: left;
}

.menu-nav {
  position: relative;
  margin: 0;
  height: 48px;
  font-size: 13px;
}

.menu-nav li {
  position: relative;
  list-style: none;
  float: left; 
  margin: 1px; 
  padding: 5px;
  background-image: url(../images/nav_bgitem.jpg);
  background-repeat: repeat;  
  height: 36px;
}

.menu-nav img {
  float: left;
  padding: 4px;
} 

.menu-nav span {
  position: relative;
  top: 11px;
  padding: 2px;
}

.menu-nav li.active a {
  color: #FFCC33;
}

.menu-nav a:hover {
  color: #CCCCCC;
}

/* Backup 
.menu-nav {
  margin: 0; 
  padding: 13px;
  text-align: center;
  background-image: url(../images/nav_bg.jpg);
  background-repeat: repeat;
  border-bottom: 1px solid #7F7F7F;
  font-size: 13px;
}

.menu-nav li {
  height: 50px;
  list-style: none;
  display: inline;    
  margin: 0; padding: 0;
}

.menu-nav a {
  padding: 13px;
  margin: 1px;
  text-decoration: none; font-weight: none;
  background-image: url(../images/nav_bgitem.jpg);
  background-repeat: repeat;
  color: #000000;
}

.menu-nav li.active a {
  color: #FFCC33;
}

.menu-nav a:hover {
  color: #CCCCCC;
}

.menu-nav img {
  height: 10px;
  margin: 0;
}

.menu-nav span {
margin: 0;
}

*/

/* Navigation (Sub) */

.menu {
  margin: 0; 
  padding: 2px;
  background-color: #666666;
  text-align: center; 
  font-size: 12px;
}

.menu li{
  list-style: none;
  display: inline;
  margin: 0; 
  padding: 6px; 
}

.menu li a{
  color: #FFFFFF;
}

.menu li a:hover{
  color: #E5B200;
}

/* Content */

.contentpaneopen, .contentdescription {
  color: #000000;
  font-size: 14px;
}

.contentheading, .buttonheading {
  border-bottom: 1px dashed #333333;
}

.content_main {
  background-image:url(../images/content_bg.jpg);
  background-repeat:repeat;
}

.content_left_border {
  background-image:url(../images/content_left.jpg);
  background-repeat:repeat-y;
  background-position:right;
}

.content_right_border {
  background-image:url(../images/content_right.jpg);
  background-position:left;
  background-repeat:repeat-y;
}

/* Pathway */
#mypathway {
  position: relative;
  top: 10px;
  height: 50px;
}

#mypathwayicon {
  position: absolute;
  width: 35px;
}

#mypathwaytext {
  position: absolute;
  left: 30px;
}

.pathway {
  font-size: 14px; 
}


/* Schrift */

.componentheading {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  padding-left: 0px;
  margin-bottom: 10px;	 
  padding-left: 49px;
  height: 45px;
  display: block;
  background: url(../images/heading.jpg) top left no-repeat;
}

.contentheading {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #333333;
}

.small, .createdate, .modifydate {
  font-size: 11px;
  color: #666666;
  font-weight: normal;
  text-align: left;
}

/* Footer */

#footer {
  text-align: center;
  font-size: 12px;
  clear: both;
}

#footerline {
  width: 100%;
  height: 13px;
  background-image: url(../images/head_bg_01.jpg);
  background-repeat: repeat;
}

/* Formulare und Buttons */

form#login {  
  font-size: 14px;
}

#login .contentpane {
  background-color: #CCCCCC;
  border: 1px dashed #333333;
  font-size: 14px;
}

form#com-form-login {
  text-align: center;
}

fieldset.input {
  margin-left: 200px;
  margin-right: 200px;
  background-color: #CCCCCC;
  border: 1px dashed #333333;
  font-size: 14px;
}

.inputbox {
  background-color: #FFFFCC;
  border: 1px solid #666666;
}

.adminform {
  font-size: 12px;
  font-weight: bold;
}

.adminform a {
  font-size: 14px;

}

fieldset {
  background-color: #CCCCCC;
  border: 1px dashed #333333;
  font-size: 14px;
}