body, html {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #333;
	margin: 0;
}


h1, h2, h3 {
	color: #099;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

h1.black, h2.black, h3.black {
	color: #f00;
}



a {
	color: #900;
	text-decoration: underline;
}

a:hover {
	background-color: #099;
}

a.nodeco {
	color: white;
	text-decoration: none;
}

blockquote {
	background-color: #eee;
	border: thin dotted #666;
	color: #990;
	padding: 3px;
}

code {
	display: block;
	background-color: #eee;
	border: thin dotted #666;
	color: #909;
	padding: 3px;
	width: 90%;
	margin: 5px auto 5px auto;
	white-space: pre-wrap;
}

code.error {
	background-color: #fee;
	color: black;
}

.smallcode {
	font-family: Courier, 'Courier New', monospace;
	font-size: 11px;
	display: block;
	border: 1px solid #333;
	background-color: #ddd;
	border: none;
	color: #333;
	padding: 3px;
	width: 95%;
	margin: 5px auto 5px auto;
	white-space: pre-wrap;
}


abbr, acronym {
	border-bottom:1px dashed #999;
	cursor:help;
	background-color: #ccc;
}

hr {
	color: red;
	width: 70%;
	border: 1px dotted #099;
	margin: 20px auto 20px auto;
}

dl dd {
	margin-bottom: 5px;
}

#printheader {
	display: none;
}

.container {
	width: 820px;
	margin: 0px auto 0px auto;
	padding: 10px;
	background-color: #fff;
}

.titlebar {
	width: 100%;
	height: 80px;
	background-color: #099;
	color: white;
}

.subtitlebar {
	width: 95%;
	height: 30px;
	background-color: #3cc;
	color: black;
	/* padding-left: 10px; */
	padding-left: 5%;	
}

.sidebar {
	float: left;
	width: 150px;
	min-height: 400px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	background-color: #fff;
}

.sidebar p {
	margin: 3px;
}

.mainbody {
	float: left;
	border: 1px solid #ccc;
	margin-left: 10px;
	margin-bottom: 10px;
	min-height: 400px;
	width: 610px;
	background-color: #fff;
	padding: 3px;
}

.footer {
	width: 780px;
	height: 30px;
	clear: left;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 10px;
}

.headingbox {
	width: 100%;
	background-color: #099;
	color: white;
	font-size: 18px;
	text-align: center;
}

.mainmenuheader {
	width: 150px;
	height: 30px;
	background: url(../images/menu-header-150-30.gif) no-repeat;
	color: white;
	font-size: 18px;
	text-align: center;
}

.mainmenuitem {
	width: 140px;
	height: 20px;
	background: url(../images/btn-menu-140-20.gif) no-repeat;
	margin: 3px auto 3px auto;
	color: white;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}

.mainmenuitem a {
	color: white;
	text-decoration: none;
}


.breadcrumbpath {
	height: 12px;
	font-size: 10px;
	line-height: 9px;
	color: #099;
	background-color: white;
	border: thin solid #099;
	padding: 3px;
	margin: 3px;
}

.breadcrumbpath a {
	color: #099;
}

.breadcrumbpath a:hover {
	background-color: yellow;
}

.breadcrumbcontent {
	display: bloak;
	float: left;
	vertical-align: bottom;
}

.tinyheader {
	font-size: 10px;
	font-weight: bold;
	color: #099;
}

.tiny {
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

.phperror {
	background-color: #f00;
	border: 2px dotted #ff0;
	width: 90%;
	margin: 10px auto 10px auto;
	padding: 5px;
	color: black;
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
}

.printonly {
	display: none;
}

table.debugoutput {
	border: none;
	border-spacing: 1px;
	margin: 5px;
	/*width: 200px;*/
}


td.debugoutput, th.debugoutput {
	border: 1px solid red;
	margin: 2px;
	width: 400px;
}

.frmtbl {
	border: 1px solid #099;
	border-collapse: collapse;
	margin: 3px;
	background-color: #eee;
	
}

td.frmtblheader {
	border: 1px solid #ccc;
	background-color: #099;
	color: white;
	padding-left: 3px;
	padding-right: 3px;
}



.menublock {
	width: 180px;
	min-height: 400px;
	font-size: 11px;
	border: 1px solid #009999;
	padding: 3px;
	margin: 3px;
	float: left;
	
	border-top: 40px solid #009999;
}

.menublock h3#header {
	font-size: 18px;
	color: white;
	margin-top: -30px;
}



.helpbutton {
	display: block;
	float: right;
	/* width: 150px; */
	/* height: 34px; */
	/* background: url(../images/HelpButtonGSCOWeb.png) no-repeat left center; */
	/* vertical-align: middle; */
	/* padding-left: 35px; */
	/* padding-top: 24px */;
	font-size: 9px;
	/* border: 1px dotted #999; */
}

.helpbutton * {
	vertical-align: middle;
}

.hitlist {
	border: 1px solid #099;
	border-collapse: collapse;
	margin: 3px;
	background-color: #eee;
	width: 600px;
}

.hitlistwide {
	border: 1px solid #099;
	border-collapse: collapse;
	margin: 3px;
	background-color: #eee;
	width: 900px;
}

.hitlist th, .hitlistwide th {
	background-color: #099;
	color: white;
	font-weight: bold;
	text-align: left;
}

.hitlist td, .hitlistwide td {
	padding: 3px;
	padding-right: 5px;
}

.hitlist td.odd, .hitlistwide td.odd {
	background-color: #eff;
}

.pagemenu {
	display: block;
	border: thin dotted #099;
	width: 550px;
	padding: 5px 15px 5px 5px;
	margin: 3px auto 3px auto;
	clear: right;
}

.nofloat {
	float: none;
	/*width: 60px;*/
	width: 605px;
}

.pagenum {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background-color: #eff;
	float: left;
	margin: 1px;
}

.currpagenum {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background-color: #fcc;
	float: left;
	margin: 1px;
}

.browseritem {
	background-color: #eff;
	padding: 2px 8px 2px 8px;
	margin: 0px 3px 8px 3px;
	border: 1px solid #666;
	line-height: 25px;
}

.currentbrowseritem {
	background-color: #fcc;
	padding: 2px 8px 2px 8px;
	margin: 0px 3px 8px 3px;
	border: 1px solid #666;
}




/*
.lastpagenum {
	display: block;
	width: 80px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background-color: #00f;
	float: none;
	margin: 1px;
}
*/

.detailtable {
	border: 1px solid #099;
	border-collapse: collapse;
	margin: 3px;
	background-color: #eee;
}

.detailtable td {
	border: 1px dotted #099;
	padding: 1px 3px 1px 3px;
	width: 80%;
	font-size: 12px;
}

.detailtable th {
	background-color: #099;
	color: white;
	text-align: left;
	padding: 1px 3px 1px 3px;
	font-size: 12px;
}

.detailtable th.divider {
	text-align: center;
	border: thin solid black;
}

.stacktrace {
	border: 1px solid #099;
	border-collapse: collapse;
	margin: 3px;
	background-color: #eee;
}

.stacktrace td {
	border: 1px dotted #099;
	padding: 1px 3px 1px 3px;
	font-size: 12px;
}

.stacktrace th {
	background-color: #099;
	color: white;
	text-align: center;
	padding: 1px 3px 1px 3px;
}

.listtable {
	border: 1px solid #099;
	border-collapse: collapse;
	margin: 3px;
	background-color: #eee;
}

.listtable td {
	border: 1px dotted #099;
	padding: 1px 3px 1px 3px;
	font-size: 12px;
	/* width: 80%; */
}


.listtable td.divider {
	background-color: #099;
	border: none;
	height: 3px;
}

.listtable th {
	background-color: #099;
	color: white;
	text-align: center;
	padding: 1px 3px 1px 3px;
	border: thin solid black;
}

.listtable td.checkcell {
	text-align: center;
	width: 40px;
}

.listtable th.checkcell {
	font-size: 10px;
}

.listtable td.smalltext {
	font-size: 9px;
}


.listtable tr.alternate {
	background-color: #efe;
}

.listtable tr.disabled td, .listtable td.disabled {
	color: #999;
	text-decoration: line-through;
}

.listtable td.amount {
	text-align: right;
}

.widetable {
	width: 120%;
}

.highlight td {
    background-color: #ff9;
}


.optionstable td {
	border: none;
	padding: 0px;
	height: 25px;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 10px;
}

.optionstable a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

.optionstable a:hover {
	text-decoration: underline;
	background-color: transparent;
}


.optionstable td.btleft {
	width: 10px;
	background-image: url("../images/greenglassbutton_left.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding-left: 5px;
}

.optionstable td.btright {
	width: 10px;
	background-image: url("../images/greenglassbutton_right.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-right: 5px;
}

.optionstable td.btcenter {
	width: auto;
	background-image: url("../images/greenglassbutton_middle.png");
	background-repeat: repeat-x;
	background-position: center center;
}



span.highlight {
	background-color: #ff3;
}

.col_datum {
	width: 5pc;
	max-width: 5pc;
}

.col_betrag {
	width: 5pc;
	text-align: right;
}



.important {
	color: #c00;
	font-weight: bold;
}

.hint {
	color: #c00;
	font-weight: bold;
	font-size: 10px;
}

.notice {
	border: thin dotted black;
	background-color: #eee;
	color: #099;
	padding: 3px;
}

.smallnotice {
	border: thin dotted black;
	font-size: 10px;
	background-color: #eee;
	color: #099;
	padding: 3px;
}

.small {
	font-size: 10px;
	color: #666;
}

.warning, .msgwarn {
	border: thin dotted black;
	background-color: #fee;
	color: #099;
	padding: 3px 3px 3px 35px;
	margin: 3px;
	background-image: url("../images/warn_triangle.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	min-height: 30px;
}

.boxed {
	border: thin dotted black;
	padding: 3px;
}

.fixedfont {
	display: inline;
	font-family: "Courier New", "Courier", monospace;
	font-size: 12px;
	color: black;
}

.simplebox {
	border: 1px solid #099;
	padding: 4px;
}

.soll {
	color: #c00;
}

.haben {
	color: #000;
}

.red {
	color: #f00;
}

.green {
	color: #0f0;
}

.redinv {
	background-color: #c00;
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
}

.greeninv {
	background-color: #0c0;
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
}

.grey {
	color: #999;
}

.mitgliedsinfo {
	background-color: #ccc;
	border: 1px dotted black;
	padding: 3px;
	margin: 3px;
	text-align: center;
	/* width: 100%; */
}

.redonyellow {
	background-color: #ff0;
	color: #f00;
	padding-left: 3px;
	padding-right: 3px;
}


.textmenubar {
	background-color: #099;
	color: white;
	text-align: center;
	line-height: 9px;
	width: 580px;
	height: 10px;
	padding: 5px;
	margin: 3px auto 3px auto;
	font-size: 11px;
	border: 1px dotted black;
}


.easythumbimg {
	background-color: white;
	margin: 3px;
	padding: 10px;
	border: 1px dotted #ccc;
}

.thumbnails {
	float: none;
	background-color: red;
	border: 1px solid green;
	/*
	width: 300px;
	*/
}


.tnblock a {
	background-color: transparent;
	border: none;
}


.tnblock a:hover {
	background-color: transparent;
	border: thin solid red;
}


.tnblock {
	display: inline;
	width: 150px;
	min-height: 150px;
	/*background-color: #ccc;*/
}

.previewbox {
	border: thin dotted #099;
	background-color: #eee;
	padding: 3px;
	margin: 3px;
}

.texteditor {
	font-family: Courier, "Courier New", monospace;
	font-size: 14px;
}


.newslist_headline {
	font-size: 120%;
	font-weight: bold;
}

.newslist_abstract {

}

.newslist_info {
	font-size: 10px;
	color: #099;
}

.newsitem_abstract {
	color: #099;
	font-weight: bold;
}

.newsitem_body {

}

.newsitem_info {
	font-size: 10px;
	color: #666;
}


.newslist_item {
	border: thin dotted #ccc;
	padding: 5px;
	margin: 5px;
}



a.extlink {
	background: url(../images/extlink.gif) no-repeat 0 58%;
	padding-left: 16px;
}

a.glossary {
	background: url(../images/questionmark.gif) no-repeat 0 58%;
	padding-left: 16px;
}

a.filepdf {
	background: url(../images/globaliconpdf12x12.gif) no-repeat 0 58%;
	padding-left: 16px;
}

a.fileqt {
	background: url(../images/globaliconqt12x12.gif) no-repeat 0 58%;
	padding-left: 16px;
}

a.filezip {
	background: url(../images/globaliconzip12x12.gif) no-repeat 0 58%;
	padding-left: 16px;
}

a.filedmg {
	background: url(../images/globalicondmg12x12.gif) no-repeat 0 58%;
	padding-left: 16px;
}



.newsitem_body img {
	padding: 5px;
	margin: 0px 10px 10px 10px;
	border: 1px solid #999;
	background-color: #ddd;
	float: none;
	clear: left;
}

img.right {
	float: right;
	clear: none;
}

.clearleft {
	clear: left;
	width: 100%;
	height: 10px;
}


.imagebox {
	background-color: transparent;
	border: none;
	padding: 5px;
	text-align: center;
}

.imagecaption {
	font-size: 10px;
	font-style: italic;
}

.strike {
	text-decoration: line-through;
}


a.tooltip {
	position: relative;
	text-decoration: none;
	color: #333;
	border-bottom:1px dashed #999;
	cursor:help;
}
a.tooltip span {display: none;}
a.tooltip hover {font-size: 100%}
a.tooltip:hover span {
	display: block;
	position: absolute;
	width: 200px;
	top: 1em;
	left: 2em;
	padding: 3px;
	margin: 3px;
	background-color: #ff9;
	border: 1px solid #999;
}

div.help {
  margin: 5px 10px 5px 10px;
  padding: 5px;
  border: thin solid #cca;
  background-color: #ffa;
  display: none;
  font-size: 10px;
}


a.menu, a.submenu {
	display: block;
	background-color: #099;
	border-top: 1px solid #3cc;
	border-bottom: 1px solid #066;
	color: white;
	text-decoration: none;
}

a.menu {
	height: 20px;
	background-image: url("../images/greendot_dark.png");
	background-repeat: no-repeat;
	background-position: 5px 2px;
	line-height: 100%;
	/* margin-left: -15px; */
	padding: 2px 5px 5px 20px;
	/* padding-left: 20px; */
}

a.menu:hover, a.submenu:hover {
	background-color: #1aa;
	color: #ff9;
}

a.menu:active, a.submenu { /* borders for submenu are always reversed. */
	/* borders reversed */
	border-bottom: 1px solid #3cc;
	border-top: 1px solid #066;
}

a.currentmenu {
	background-image: url("../images/greendot.png");
	/* borders reversed */
	border-bottom: 1px solid #3cc;
	border-top: 1px solid #066;
}

a.menu_reddot {
	background-image: url("../images/reddot.png");
}

a.menu_yellowdot {
	background-image: url("../images/yellowdot.png");
}

a.menu_greenblink {
	background-image: url("../images/greendot_blink.gif");
}

a.submenu {
	background-color: #088;
	font-size: 10px;
	height: 15px;
	padding-left: 25px;
	/* margin-left: -30px; */

}

a.submenu:before {
	content: ">> ";
}


.msgfail {
	display: block;
	margin: 2px;
	padding: 2px 2px 2px 30px;
	border: 1px dotted #999;
	background-color: #faa;
	background-image: url("../images/fail_icon.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	min-height: 30px;
	
}

.msgsuccess {
	display: block;
	margin: 2px;
	padding: 2px 2px 2px 30px;
	border: 1px dotted #999;
	background-color: #afa;
	background-image: url("../images/success_icon.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	min-height: 30px;
	
}


img.lineicon {
	vertical-align: middle;
}

/* Stuff from ADC */

#search select, #search input {
	color:#76797C;
	font-size:10px;
}
#search input.sbox {
	background:white url(../images/searchfield_bg.gif) repeat-x scroll left top;
	border:0pt none;
	height:12px;
	padding:3px;
	width:130px;
}
#search select {
	margin-top:5px;
	width:122px;
}
#search .srchimgs {
	position:relative;
	top:5px;
}

img.float {
	padding: 3px;
	margin: 3px;
	background-color: #ccc;
	border: 1px solid #999;
	float: left;
}

#topmenu {
	display: block;
	float: right;
	margin-top: 7px;
}

a.topmenulink {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	margin-left: 15px;
}

div.cmsimageleft {
	display: block;
	float: left;
	background-color: #ccc;
	border: 1px solid black;
	padding: 5px;
	margin: 5px;
	text-align: center;
}

div.cmsimagecenter {
	display: block;
	background-color: #ccc;
	border: 1px solid black;
	padding: 5px;
	margin: 5px auto 5px auto;
	width: 60%;
	text-align: center;
}

#gscovideo {
	background-color: #f99;
	width: 320px;
	height: 256px;
	margin: 10px auto 10px auto;
}

.forminstruction {
	font-size: 9px;
	color: #666;
}

ul.mailmergeformlist {
	list-style-image: url('/images/new.png');
}