/* CSS Document */

html, body {
  height: 100%;
 }

body {
  background-color:#535353;
  background-image:url(images/background.jpg);
  background-repeat:repeat-x;
  text-align: left;
  margin: 0;
  padding: 0;
}

body, p, div {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color: #111111;
}


a, a:visited {
  color: #629cd7;
}


a:hover {
  color:#123e83;
}


.mainMenuLayer {
  margin-top: 20px;
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 130px;
  padding-top: 15px;
  height: 32px;
  background-image:url(images/menu.jpg);
}

.content {
  clear: both;
  margin: 20px;
}

a.impressumlink {
  color: #999999;
  font-size:10px;  
}

.box {
  border: 1px solid silver;
  background-color:#F0F0F0;
  background-image:url(images/box_bg.jpg);
  background-repeat: repeat-x;
  padding: 10px;
  margin-bottom:20px;
}

.killFloats {
  clear:both;
}

tr.normal { background-color: white; }
tr.highlight {  background-color: #f0f0f0; }

h1 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 25px;
  font-size:16px;
 /* color:#313131; */
  color: #123e83;
}

table.lehrgangDisplay tr {
  height: 18px;
}

.fehler {
  color: red;
  margin-bottom: 25px;
}

input.lehrgangEdit {
  width: 98%;
}

select.lehrgangEdit {
  width: 99%;
}

textarea.lehrgangEdit {
  width: 99%;
}

.benutzerEdit {
  width: 198px;
}

.hidden {
  visibility:hidden;
  height: 0px;
  overflow:hidden;
}

.visible {
  visibility:visible;
}


h2 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  font-size:14px;
  color:#666666;
}

h3 {
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  font-size:14px;
  color:#629cd7;
  border-bottom: 1px solid silver;
}

a.newEntity {
  display: block;
  text-align: center;
  padding: 5px;
  border: 1px solid silver;
  text-decoration: none;
}

a.newEntity:hover {
  background-color:#EFEFEF;
}

table.entityTable {
  width: 99%;
}

table.entityTable th {
  background-color:#EFEFEF;
}


td#top_links {
  background-position:right top;
  background-image:url(images/top_links.jpg);
  background-repeat:no-repeat;
}

td#top_mitte {
  background-image:url(images/bg_content.gif);
}

td#top_rechts {
  background-position:left top;
  background-image:url(images/top_rechts.jpg);
  background-repeat:no-repeat;
}


table#layout {
  margin: 0;
  padding: 0;
}





/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
    position:absolute;
    overflow:hidden;
    left:-1000px;
    top:-1000px;
    }

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
    position:absolute;
    }

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
    position:relative;
    left:0px; top:0px;
    z-index:2;
    }

.transMenu.top .items {
    border-top:none;
    }

/* each TR.item is one menu item */
.transMenu .item {
    color:#FFFFFF;
    font-size:10px;
    text-decoration:none;
    /* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
    border:none;
    cursor:pointer;
    cursor:hand;
    }

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
    position:absolute;
    left:0px; top:0px;
    z-index:1;
    -moz-opacity:.8;
    filter:alpha(opacity=80);
	border: solid 1px #629cd7;
    }

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
    position:absolute;
    z-index:3;
    top:3px; width:2px;
    -moz-opacity:.4;
    filter:alpha(opacity=40);
    }

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
    position:absolute;
    z-index:1;
    left:3px; height:2px;
    -moz-opacity:.4;
    filter:alpha(opacity=40);
    }

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
    background:#000099;
    color:white;
    }

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
    margin-left:0px;
    }

table.menu a, table.menu a:visited {
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}

table.menu a:hover {
  color: #DDDDDD;
}
