a {  
	color: #336699; 
	text-decoration: none
}
			
a:hover	{
	color: #990000;
	text-decoration: underline;
}

a.anchor { 
    display: block;
	width: 18px;
	height: 18px;
	background-image: url(/images/anchor.gif);
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

.bgselect {
    background-color: #FFF7D7;

}
.bggrey1 {
    background-color: #CCCCCC;

}

.bggrey2 {
    background-color: #DDDDDD;

}

.bggrey3 {
    background-color: #EEEEEE;

}


/* Login überschreibbar durch cms3_branding.css */
#loginbox {

	text-align: left;
	margin: 50px auto 0 auto;
	width: 500px;
	height: 350px;
	padding:0;
	background: #FFF url(/images/loginsym.gif) right bottom no-repeat;
	border: 1px solid #000;
	position: relative;
}

#loginbox h1 {
	display: block;
	width: 400px;
	height: 125px;
	margin: 20px 50px 20px 50px;
	background: url(/images/cmslogin.gif) top left no-repeat;
}

#loginbox h3 {

	display: block;
	margin: 0 50px;
	color: #900;
	padding: 0  10px;
}

#loginbox p.form {
	
	margin: 5px 150px 5px 10px;
	padding: 0;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
}

#loginbox p.form input {

	font-weight: normal;
}

#loginbox p.small {

	position: absolute;
	bottom: 0;
	left: 50px;
	color: #999;
	font-size: 8pt;
	
}
/* Hintergrund Startseite */
#fullsite {
	background: #999 url(/images/background_aisware.gif) left top repeat;
	text-align:center;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bigbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
}

.blrr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1px;
	margin: 1px;
	line-height: normal;
	padding: 0px;
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	background-color: #D5ECFF;

}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	text-decoration: none;
}



#helpbox {

	background-color: #FFF;
	background-image: url(/images/background_help.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	position: absolute;
	overflow: auto;
	display: none;
	top: 5px;
	left: 5px;
	width: 50em;
	height: 40em;
	padding: 1em;
	border: 2px solid #999;
	z-index: 99;
	font-size: 0.7em;
}

#helpoff {
	
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1em;
	cursor: pointer;
	padding-right: 17px;
	background-image: url(/images/delete.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.bgedit {
    
    background-color: #FFFAEA;
}

.bgselected {
    
    background-color: #D5ECFF;
}

form {

	margin: 0;
	padding: 0;
}

input, button, textarea, select {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 border: 1px solid #CCCCCC;
 background-color: #FFFAEA;
 margin: 1px;
 margin-bottom: 0;
 padding: 1px;
}

input.view{
 
 border: 0 none #FFF;
 background-color: #EAEAEA; 
}

.bold {
	font-weight: bold;
}
.msg {
	font-weight: bold;
	color: #006600;
}
.ajr {
	text-align: right;
}
.key {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	font-weight: normal;

}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.none {
	background-color: #FFFFFF;
	border: 0px none #FFFFFF;
}
.uploadfield {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFAEA;
	margin: 1px;
	padding: 1px;
}

.boxlink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-color: #FFFAEA;
	border: 1px solid #CCCCCC;
	padding: 2px;
 	cursor: pointer;
	display: block;
}
.boxlink:hover {
	color: #990000;	
	background-color: #D5ECFF;
	border: 1px solid #CCCCCC;
	text-decoration: none;
}

/* Selektierte Medienbox */
.boxselected{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	width:  120px;
	height: 120px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 0 6px 6px 0;
	text-align: center;
    float: left;
	position: relative;
	overflow: hidden;
}

/* Mediabox */
.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	width:  120px;
	height: 120px;
	background-color: #FFFAEA;
	border: 1px solid #CCCCCC;
	margin: 0 6px 6px 0;
	text-align: center;
	float: left;
	position: relative;
	overflow: hidden;
}

/* Buttons innerhalb der Mediabox */
.boxbutton {
	position: absolute;
	display: block;
	left: 0;
	width:  18px;
	height: 15px;
	color: #000;
	border: 0px solid #CCC;
    cursor: pointer;
}

/* Titel des Media innerhalb der Box */
.boxtitle {

 position: absolute;
 bottom: 0;
 left: 0;
 background-color: #FFF;
 border-top: 1px solid #EEE;
 color: #000;
 padding: 2px;
 font-family: Arial;
 font-size: 9px;
 line-height: 10px;
 display: block;
 width: 100%;
}

.box:hover {
 
	color: #990000;
	border: 1px solid #CCCCCC;
}


.boxsmall {
		font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.under {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.top-submenu-border {

	background-color: #D5ECFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
	margin: 1px;
	line-height: normal;
	padding: 0px;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.rdborder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.dotstyle {

	font-weight: bold;
	font-size: 11pt;
	color: #900;
}

.aisdot-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 5px 2px 2px;
	padding: 2px;
	border: 1px solid #000000;
	position: relative;
	top: 4px;

}

.aisdot-button:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;

}


.topbutton {
	width: 75px;
	height: 65px;
	float: left;
	background-color: #eeeeee;
	font-size: 10px;
	padding-top: 3px;
	text-align: center;
	margin: 2px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;

}

.topbutton:hover {
	width: 75px;
	height: 65px;
	float: left;
	background-color: #B0DCFF;
	font-size: 10px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #B0DCFF;
	border-left-color: #000000;
	margin-top: 2px;
	padding-top: 3px;
}


.topbuttonover {
	width: 75px;
	height: 65px;
	float: left;
	background-color: #B0DCFF;
	font-size: 10px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #B0DCFF;
	border-left-color: #000000;
	margin-top: 2px;
}
.topbuttonover:hover {
	width: 75px;
	height: 65px;
	float: left;
	background-color: #B0DCFF;
	font-size: 10px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #B0DCFF;
	border-left-color: #000000;
	margin-top: 2px;
}


#admin-main { /* Hauptrahmen */
	min-width: 960px;
	background-color: #FFFFFF;
}

#main-aisdot { /* Hauptrahmen */
	min-width: 760px;
	background-color: #FFFFFF;
}

#header-aisdot {
	width: 100%;
	clear: both;
	background-color: #F7D186;
	border-bottom: 1px solid #000;
	font-size: 11px;
	height: 30px;
	padding: 0px;
}

#header-aisdot a{
 background-color: #FFF;
 padding: 2px;
 margin: 1px;
 color: #900;
 border: 1px solid #000;
 text-decoration: none;
 display: block;
}

#header-aisdot a:hover{
 background-color: #EEE;
 padding: 2px;
 margin: 1px;
 color: #000;
 border: 1px solid #000;
 text-decoration: none;
 display: block;
}


#header-aisdot p{
 margin: 5px;
 padding: 0;
 float: left;
}
#header-aisdot img{
 margin: 0;
 padding: 0;
 float: left;
}


#footer-aisdot {

	width: 100%;
	clear: both;
	background: #FFF;
	border-top: 1px solid #000;
	font-size: 10px;
	color: #999;
	text-indent: 10px;
}

#content-aisdot {
 margin: 0px;
 padding: 0px;
 clear: both;
 background-color: #FFFFFF;
 width: 630px;
}


#content-aisdot[id] {
 width: auto;
 min-width: 630px;
}

#content-aisdot a {
  margin: 0;
  padding: 0;
  color: #900;
  text-decoration: none;
}

#content-aisdot a:hover {
 
  padding: 0;
  margin: 0;
  color: #000;
  text-decoration: underline;
}

#navbar-one {
	float: left;
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(/images/headerbackground.gif);
	background-position: 0px 0px;

}

#navbar-two {
    clear: both;
    width: 100%;
    font-size: 12px;
    background-color: #CCC;
    height: 20px;
}

#content {
	margin: 0px;

	padding: 0px;
	float: left;	
	background-color: #FFF;
	min-width: 630px;
	position: relative;
	left: -1px;
	border-left: 1px solid #CCC;

}

#navi {
	clear: both;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #FFF;
	padding-right: 2px;
	border-right: 1px solid #CCC;
}

#navi ul.list {
	margin: 10px;
	padding: 0;
	list-style-type: none;
}

#navi ul.list li {

	padding: 1px 0;
	font-size: 12px;
}
/* Fest oberer Menüleiste für den Mozilla und andere gute Browser */
/* Margin vorm dem IE verstecken weil es kein position fixed kann */
#navi[id], #content[id]{
 margin-top: 100px;
}

#admin-navigation[id] {
 position: fixed;
 left: 0;
 top: 0;
  z-index: 99;
  display: block;
  width: 100%;
} /* Ende position fixed */




.invisible { /* Keine Höhe und Breite und nicht sichtbar! */
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: none;
}


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	background-color: #EEE;
	border-top: 1px solid #CCC;
	clear: both;
	float: left;	
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100%;
	text-indent: 10pt;
}




#mblinks {
    float: left;
    width: 250px;
    padding: 0px;
    font-size: 11px;
}

#mbrechts {
	margin: 0 0 0 251px;
	padding: 5px;
	font-size: 11px;
	position: relative;


}

#mbbottom {

    clear: both;
    margin: 0px;	
    padding: 3px;
    font-size: 11px;
    border-top: 1px solid #000000;
    background-color: #EEEEEE;
}

#mbtop {

    margin: 0px;
    padding: 3px;
    font-size: 11px;
    border-bottom: 1px solid #000000;
    background-color: #CCCCCC;
}

#mbmain {

    background-color: #FFFFFF;
}



.deep0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-indent: 1px;
	height: 15px;
	padding: 1px;
	margin: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	clear: left;
}

.deep0:hover {
	color: #990000;
	background-color: #D5ECFF;
	text-decoration: none;
}

.deep1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	display: block;
	line-height: 15px;
	margin: 0px;
	padding: 1px;
	padding-left: 10px;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
	clear: left;
}

.deep1:hover {
	color: #990000;
	background-color: #D5ECFF;
	text-decoration: none;
}


.deep2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	display: block;
	line-height: 15px;
	margin: 0px;
	padding: 1px;
	padding-left: 15px;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
	clear: left;
}

.deep2:hover {
	color: #990000;
	background-color: #D5ECFF;
	text-decoration: none;
}

.deep3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	display: block;
	line-height: 15px;
	margin: 0px;
	padding: 1px;
	padding-left: 20px;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
	clear: left;
}

.deep3:hover {
	color: #990000;
	background-color: #D5ECFF;
	text-decoration: none;
}


.deep4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	display: block;
	line-height: 15px;
	margin: 0px;
	padding: 1px;
	padding-left: 25px;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
	clear: left;
}

.deep4:hover {
	color: #990000;
	background-color: #D5ECFF;
	text-decoration: none;
}


.deep5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	display: block;
	line-height: 15px;
	margin: 0px;
	padding: 1px;
	padding-left: 30px;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
}


.deep5:hover {
	color: #990000;
	background-color: #D5ECFF;
	text-decoration: none;
}

.deep_left {
	
	clear: left;
	float: left;
	width: 80%;
}

.deep_sub {

	clear: none;
	float: left;
	margin: 0px;
}

.hover {
	background-color: #D5ECFF;	
}
.smallerror {
	display: block;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	height: 14px;
	background-color: #F00;
	padding: 1px;
	margin: 1px;
	text-indent: 16px;
	background-image: url(/images/warn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Überschrift Inhaltsteil */
h3 {
 font-size: 0.9em;
 padding: 1em;
 margin: 0;
 color: #900;
}

/* Überschrift Inhaltsteil */
h4 {
 font-size: 0.8em;
 padding: 2em 1em 0.3em 15px;
 margin: 0;
 color: #000;
}

/* Überschrift Inhaltsteil */
h5 {
 font-size: 0.8em;
 padding: 0 1em;
 margin: 0;
 color: #666;
}

/* Absatz mit Buttons */
p.pagebuttons {

 font-size: 0.7em;
 padding: 1em;
 margin: 0;
 
}

/* Absatz */
p.copy {
 font-size: 0.7em;
 padding: 0.5em 1.2em;
 margin: 0;
}


/* Absatz mit Buttons */
p.text {

 font-size: 0.7em;
 padding: 1em;
 margin: 0;
 
}

/* Absatz mit AuswahlButtons */
p.selectbuttons {
 font-size: 0.7em;
 margin: 1em;
 padding: 0.5em;
 border: 1px solid #069;
 background-color: #EEE;
}

/* Absatz als Infoblock  */
p.infobox {
 font-size: 0.7em;
 margin: 1em;
 padding: 0.5em;
 padding-left: 2em;
 border: 1px solid #FC0;
 background-color: #FFFAE5;
 background-image: url(/images/info.gif);
 background-position:  5px 5px;
 background-repeat: no-repeat;
}

/* Absatz als Fehlerblock  */
p.errorbox {
 font-size: 0.7em;
 margin: 1em;
 padding: 0.5em;
 padding-left: 2em;
 border: 1px solid #900;
 background-color: #EBCCCC;
 background-image: url(/images/error.gif);
 background-position:  5px 5px;
 background-repeat: no-repeat;
}


/* Normaler Absatz im Inhaltsteil */
p.block {
	
 font-size: 0.7em;	
 padding: 1em;
}	

/* Fieldsets */ 

fieldset {

 border: 1px solid #EEE;
 margin: 1em;
 padding: 1em;
 font-size: 0.7em;
}

fieldset:hover {

 border: 1px solid #CCC;
 margin: 1em;
 padding: 1em;
 font-size: 0.7em;
 background-color: #F2FAFF;
 
}

/* */
label {

	display: block;
	font-weight: bold;
	font-size: 1em;
	line-height: 2em;
}

legend {

 font-size: 1em;
 font-weight: normal;
 color: #000;
 padding: 0.1em 0.5em ;
 background-color: #CCC;
 border: 1px solid #000;	

}

.bordertab {
	border: 1px solid #EEE;
	margin: 10px;
    border-collapse: collapse;
	padding: 0;
}

.maintab {
	/* border: 1px solid #EEE; */
	margin: 10px;
    border-collapse: collapse;
	padding: 0;
}


.bordertab input {
	border: 1px solid #000;
	margin: 2px;
	padding: 1px;
	font-size: 9px;
	color: #000;
}

.bordertab td {
  border-bottom: 1px solid #EEE;
  border-left:1px solid #EEE;
  border-top: 0 none #FFF;
  border-right: 0 none #FFF;
  text-align: bottom
}

.bordertab th {
  border-bottom: 1px solid #EEE;
  border-left:1px solid #EEE;
  border-top: 0 none #FFF;
  border-right: 0 none #FFF;
  text-align: left;
  font-size: 0.7em;
  padding: 2px;
  font-weight: bold;
}

.bordertabsub {
 text-align: right;
border-right: 2px solid #000;
 }

.bordertabsub input {

 text-align: right;
}

.oddrow {
 background-color: #F2FAFF;

}.red {
	color: #990000;
}
.bordertab td.specialblue {
	border-bottom: 2px solid #369;
	background-color: #FAFAFA;
}

.bordertab td.specialred {
	border-bottom: 2px solid #369;
	background-color: #FAFAFA;
}

.bordertab td.specialyellow {
	border-bottom: 2px solid #FC0;
	background-color: #FAFAFA;
}

.bordertab td.specialred {
	border-bottom: 2px solid #900;
	background-color: #FAFAFA;
}

.bordertab td.specialgreen {
	border-bottom: 2px solid #090;
	background-color: #FAFAFA;
}

.lightblueback {
	background-color: #A9B2CA;
}

.lightyellowback {
	background-color: #A9B2CA;
}



table.tableborderbottom {

    width: 100%;
}

.tableborderbottom td {

    border-bottom: 1px solid #CCC;

}
/* Sichtbar nur beim drucken */
.onlyprint {

 	display: none;
}

/* Definitionslisten */
dl {
	padding: 0.5em;
}

dt {
	font-weight: bold;
	font-size: 1em;
	height: 25px;
}
dd {
	margin-left: 2em;
	font-size: 1em;
	height: 25px;
}

/* Absolut positioniertes DIV oben rechts */
.absrt {

	position: absolute;
	top: 0;
	right: 0;
}

#question dl {
	padding: 0.5em;

}

#question dt {
	border-top: 1px solid #000;
	font-weight: bold;
	font-size: 1em;
}

#question dd {
	margin-left: 0em;
	padding: 0.5em;
	font-size: 1em;
	height: auto;
}

.solve {

  display: block;
  float: left;
  padding: 1px;
  margin: 1px;
  border: 1px solid	#090;
  background-color: #E5F5E5;
}
.unsolve {

  display: block;
  float: left;
  padding: 1px;
  margin: 1px;
  border: 1px solid	#900;
  background-color: #F0D9D9;
}


#linkbrowser  {
	
	margin: 0;
	padding: 0;
}

#linkbrowser li {

	list-style-type: none;
    border-bottom: 1px solid #999;
	width: 100%;
	position: relative;
}

html>body #linkbrowser li {
  width:auto;
/* die (falsche) Weitenangabe für standardkonforme Browser zurücknehmen */
}

#linkbrowser .d0 {
	margin-left: 1px;
}

#linkbrowser .d1 {
	margin-left: 7px;
}

#linkbrowser .d2 {
	margin-left: 15px;
}

#linkbrowser .d3 {
	margin-left: 22px;
}

#linkbrowser .d4 {
	margin-left: 29px;
}

#linkbrowser .d5 {
	margin-left: 36px;
}


#linkbrowser a {

 font-size: 11px;
 text-decoration: none;
}

#linkbrowser a.max {
  margin: 0;
  display: block;
  margin-left: 18px;
}

#linkbrowser .open {
position: absolute;
left: 0;
top:0;
height: 18px;
width: 20px;
display: block;
}

#linkbrowser a:hover {

background-color: #EEE;

}


a.tab {

 border: 1px solid #CCC;
 border-bottom: 0 none;
 display: block;
 float: left;
 margin: 2px;
 margin-bottom: 0;
 padding: 3px 10px 3px 10px;
 position: relative;
 bottom: -2px;
 font-size: 1.1em;
}

a.tabactive, a.tab:hover {
border: 1px solid #CCC;
border-bottom: 0 none;
 display: block;
 float: left;
 margin: 2px;
 margin-bottom: 0;
 padding: 3px 10px 3px 10px;
 background-color: #EEE;
 color: #900;
  position: relative;
 bottom: -2px;
 font-size: 1.1em;
}

/* Neue Administrationsmaske */
#header-user {
	display: block;
	border: 0;
	background-color: #EEE;
	font-size: 0.7em;
	padding: 0.5em;
	position: relative;
}

#header-menu {
	display: block;
	background-image: url(/images/header-verlauf.gif);
	border-bottom: 1px solid #EEE;
    background-color: #EEE;
	 height: 70px;
}


#header-user em {
	font-style: normal;
	font-weight: bold;
	color: #900;
}


#header-navigation, #header-navigation ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
}


#header-navigation a {
	display: block;
	width: auto;
	color: #666;
	text-decoration: none;
	padding: 54px 0.5em 0.2em 0.5em; */
	height: 10px;
	font-size: 0.7em;
	font-weight: normal;
	text-align: center;
}


#header-navigation a.daddy {
	/* background: url(rightarrow.gif) center right no-repeat; */
}

#header-navigation hr {

	border: 0;
	width: 90%;
	border-bottom: 1px solid #666;
	margin: 0.1em 0.1em 0.1em 0.5em;
	padding: 0;
	
}

#header-navigation li {
	float: left;
	padding: 0 1px;
	width: 80px;
	z-index: 99;
	height: 70px;
}

#header-navigation li ul {
	display: none;
	position: absolute;
	top: 90px;
	width: 17em;
	font-weight: normal;
	margin: 0;
	z-index: 99;
	padding: 0;
}

#header-navigation li li {
	padding: 0;
	margin: 0;
	width: 17em;
	z-index: 99;
	height: auto;
    line-height: 1.5em;
	color: #000;
	font-size: 0.9em;
	background-color: #EEE;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#header-navigation li ul a {
	width: 19em;
	z-index: 99;
	color: #000;
	padding: 0;
	height: auto;
	padding: 0.1em 0em 0em 1em;
	background-position: 3px 4px;
	background-repeat: no-repeat;
	text-align: left;
}

#header-navigation li:hover ul ul, 
#header-navigation li.over ul ul,
#header-navigation li:hover ul, 
#header-navigation li li:hover ul, 
#header-navigation li.over ul, 
#header-navigation li li.over ul {
	display: block;
}

#header-navigation li:hover, 
#header-navigation ul li.over {
	background-color: #CCC;
}


#header-navigation a.active {
	background-color: #EEE;
	color: #000;
}

/* Icons der Navigation */
#icon-content, #icon-own-content {
   background-image: url(/images/queue.png);
   background-repeat: no-repeat;
   background-position: center 3px;
}

#icon-structur {
   background-image: url(/images/folder.png);
   background-repeat: no-repeat;
   background-position:center 3px;
}
#icon-medien,#icon-media  {
   background-image: url(/images/media.png);
   background-repeat: no-repeat;
   background-position: center 3px;
}
#icon-groups, #icon-groups_noadmin {
   background-image: url(/images/personal.png);
   background-repeat: no-repeat;
   background-position: center 3px;
}
#icon-config {
   background-image: url(/images/configure.png);
   background-repeat: no-repeat;
   background-position: top center;
}

#icon-permission, #icon-access {
   background-image: url(/images/encrypted.png);
   background-repeat: no-repeat;
   background-position: center 3px;
}

#icon-customers {
   background-image: url(/images/customer.png);
   background-repeat: no-repeat;
   background-position: center 3px;
}


#icon-groups-users, #icon-users, #icon-weekplan {
   background-image: url(/images/personal.png);
   background-repeat: no-repeat;
   background-position: center 3px;
}

#icon-business-report , #icon-monthreport{
   background-image: url(/images/report.png);
   background-repeat: no-repeat;
   background-position: center 3px;
}
#icon-suppliers {
   background-image: url(/images/suppliers.png);
   background-repeat: no-repeat;
   background-position: center 3px;
}

#icon-subcontractor {
   background-image: url(/images/subcontractor.png);
   background-repeat: no-repeat;
   background-position: center 3px;
}

#icon-exworker {
   background-image: url(/images/exworker.png);
   background-repeat: no-repeat;
   background-position: center 3px;
}

#icon-otherworker {
   background-image: url(/images/otherworker.png);
   background-repeat: no-repeat;
   background-position: center 3px;
}

#icon-angel {
   background-image: url(/images/angel.png);
   background-repeat: no-repeat;
   background-position: center 3px;
}

#icon-buchhalter {
   background-image: url(/images/buchhaltung.png);
   background-repeat: no-repeat;
   background-position: center 3px;
}

#icon-extras {
   background-image: url(/images/extras.png);
   background-repeat: no-repeat;
   background-position: center 3px;
}

#icon-extras {
   background-image: url(/images/extras.png);
   background-repeat: no-repeat;
   background-position: center 3px;
}


#icon-headquarter {
   background-image: url(/images/mundm.gif);
   background-repeat: no-repeat;
   background-position: center 3px;
}

#icon-debitors {
   background-image: url(/images/debitors.gif);
   background-repeat: no-repeat;
   background-position: center 3px;
}

#icon-offers {
   background-image: url(/images/offers.gif);
   background-repeat: no-repeat;
   background-position: center 3px;
}

#icon-cashbox {
   background-image: url(/images/cashbox.gif);
   background-repeat: no-repeat;
   background-position: center 3px;
}

#icon-reception {
   background-image: url(/images/reception.png);
   background-repeat: no-repeat;
   background-position: center 3px;
}


#icon-objektweek {
   background-image: url(/images/gohome.png);
   background-repeat: no-repeat;
   background-position: center 3px;
}


/* Button oben Rechts zur Homepage zurück */
#gohome {
	position: absolute;
	display: block;
	top: 3px;
	right: 2em;
}

/* Link Hilfe */
#chelp {
	position: absolute;
	right: 10em;
	top: 3px;
	display: block;
}

/* Images im Home und Hilfelink */
#gohome img,
#chelp img {
	float: left;
	margin-right: 0.3em;
}

/* ameldeformular */
#logoutform {

 display: inline;
 margin: 0;
 padding: 0;
}

.menu-over {
	
    color: #990000;
    background-color: #D5ECFF;
    cursor: pointer;
}

.menu-normal {

    color: #666666;
    background-color: #FFFFFF;
    cursor: pointer;
}

.menu-active {

    color: #000000;
    background-color: #B0DCFF;
    cursor: pointer;
}

#mediaview dt {

	font-size: 0.8em;
	margin: 0 1em;
	padding: 0;
}

#mediaview dd {

	font-size: 0.7em;
	margin: 0 2em;
	padding: 0;
}

.changeblue {
	background-color: #FAFAFA;
}

.changeblue:hover {
 background-color: #F2FAFF;
}


#cooltable {
	font: 11px/22px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	margin: 0 15px;
}

#cooltable th {
	padding: 0 0.5em;
	text-align: left;
}

#cooltable tr.yellow td {
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	background: #FFD;
	font-weight: bold;
}

#cooltable tr.onlyyellow td {
	background: #FFD;
}

#cooltable tr th {
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	background: #FFD;
	font-weight: bold;
}

#cooltable td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.4em;
	vertical-align:top;
}

#cooltable td {
	border-left: 1px solid #CCC;
	text-align: left;
}

#cooltable tr.bluerow {
	background: #F2FAFF;
}

#cooltable tr:hover td {
	border-bottom: 1px solid #000;
	background-color: #F2FAFF;
}

#cooltable td small {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 4px 2px;
}


#productschema {
 margin: 10px;
 width: 500px;
}

#productschema dt{
  font-size: 0.75em;
  line-height: 2em;
  font-weight: bold;
  text-indent: 1em;
   background-color: #F2FAFF;
}

#productschema dd {
 margin: 0 1em 1em 5em;
 padding: 0;
 font-size: 0.8em;
 height: auto;
}

#productschema label {
	
		width: 200px;
}

#productschema dt input, #productschema dt small{
		
		clear: none;
		font-weight: normal;
}


#modulselect {
 margin: 1px;
}

#modulselect dt{
  font-size: 1em;
  line-height: 2em;
  font-weight: bold;
  text-indent: 1em;
   background-color: #EEE;
}

#modulselect dd {
 margin: 0 1em 1em 1em;
 padding: 0;
 font-size: 0.9em;
 height: auto;
}

#simpletable {
	font: 11px/22px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	margin: 0 5px;
}

#simpletable th {
	padding: 0 0.5em;
	text-align: left;
    background-color: #CCC;
}

#simpletable tr.yellow td {
	background: #FFD;
}

#simpletable tr.red td {
	background: #FCC;
}

#simpletable tr.green td {

	background: #CFC;
}

#simpletable tr.blue td {

	background: #CADFFF;

}


#simpletable td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	vertical-align:top;
}

#simpletable td+td {
	border-left: 1px solid #CCC;
	text-align: left;
}

#simpletable tr.bluerow {
	background: #F2FAFF;
}

#simpletable tr:hover td {
	border-bottom: 1px solid #000;
}

#simpletable td small {

	line-height: 1.3;
    margin-bottom: 5px;
	display: block;
}

#simpletable tr.items1 td.bold {
	font-weight: bold;
	font-size: 1em;
}

#simpletable tr.items1 td {

	font-weight: bold;
	background-color: #EEE;
}

#simpletable tr.items2 td.bold {
	font-weight: bold;
	font-size: 0.8em;
	text-indent: 5px;
}

#simpletable tr.items3 td.bold {
	font-weight: normal;
	font-size: 0.7em;
	text-indent: 10px;
}

#simpletable tr.total td {
	
	border-top: 3px solid #999;
	background-color: #DFD;
	font-weight: bold;

}

#simpletable td.ra {

	text-align: right;
}


#modulconfig {
	font: 11px/22px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	margin: 0 10px;
}

#modulconfig td {
	border-bottom: 1px solid #CCC;
	vertical-align:top;	
	text-align: left;
	padding:  0.3em;
}

#modulconfig td+td {
	border-left: 1px solid #CCC;
}

#modulconfig tr:hover td {
	border-bottom: 1px solid #000;
}

a.button {

	display: block;
	height: 15px;
	width: 200px;
	margin: 5px;
	padding: 4px 5px;
	border: 1px solid #CCC;
	color: #666;

}

a.button:hover {
	text-decoration: none;
	border: 1px solid #999;
	background-color: #EEE;
	color: #000;
}

.li1 {
	
	background-color: #CCC;	
}

.li1 a {

	color: #000;
}

#simpletable table.attribute {

}

#simpletable tr td.attribute,
#simpletable tr td.attribute:hover {
	border: 0 none;
	font-weight: normal;
	font-size: 0.8em;
	padding: 0.1em;
	line-height: 1.3em;
}