html, body
{
	color: #000000;
	font-size: 10pt;
	font-family: ;
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-family: Verdana, Arial, Times New Roman;
	padding: 0px;
	margin: 0px;
}

/* GRID */

.jtadvgrid .nogroups
{
	font-weight: bold !important;
}

.jtadvgrid .cmdbar a
{
	font-weight: bold !important;
}
/* GRID ende */

/* tooltip */

span.tooltip 
{
	text-decoration: underline;
	font-style: italic;
}

.tooltip div.info 
{
	left: -999em;
	position: absolute;
}

.tooltip div.toolheading
{
	background-color: #7f962a;
	width: 290px;
	color: #fff;
	height: 22px;
	font-weight: bold;
	padding-top:3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.tooltip div.toolcontent
{
	width: 270px;
	padding: 15px;
	padding-top: 10px;
	line-height: 200%;
}

#JTPlatinumGrid1_IntTable .row .cell:hover .tooltip div.info
{
	left: auto;
	font-style: normal;
	display: relative;
	width: 300px; 
	height: auto; 
	background-color: #FFF; 
	border: 1px solid #000; 
	padding: 0px; 
	margin-left: -7px; 
	margin-top: -16px; 
}

/* tooltip ende */

form, input, textarea{font-family: Verdana, Arial, Times New Roman; font-size: 10pt;}

a
{
	color:#000;
}

td
{
	vertical-align: top;
}

textarea
{
	width: 500px;
	height: 175px;
}


textarea#memKommentar
{
	width: 320px;
	height: 130px;
}

img
{
	border: none;
}

#outer
{
	background: url(../images/bg_logo-top.jpg) left top no-repeat;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}

#top
{
	background: url(../images/omega.jpg) right top no-repeat;
	width: 100%;
	height: 150px;
	border-bottom: 2px solid #7f962a;
}

#header{
	width: 100%;
	height: 100px;
	padding-top: 10px;
	clear: both;
}

#header #header_left
{
	font-size: 12pt;
	height: 55px;
	margin-top: 0px;
	padding-left: 100px;
	float: left;
}

#header #header_left div
{
	float: left;
	padding-right: 15px;
}

#header #header_left .header_left01 p
{
	margin-top: 12px;
}

#header #header_left .header_left02
{
	height: 45px;
	font-size: 75%;
}

#header #header_left .header_left03
{
	height: 45px;
	font-size: 75%;
}

#header #header_left .header_left04 h2
{
	margin: 0px;
	margin-top: 10px;
}

#header #logout
{
	float: right;
	width: 100px;
	text-align: center;
}

#header #logout a
{
	font-size: 10pt;
	text-decoration: none;
}

#header #logout a img
{
}

#topmenu
{
	height: 30px;
	margin-left: 100px;
	clear: both;
}


/***** MENÜ *****/

ul#menu
{
	list-style: none;
	padding: 0;
	margin-left: 0px;
	width: 100%;
	height: 28px;
}

ul#menu li a
{
	text-decoration: none;
	display: block;
}

ul#menu li.mainmen
{
	width: auto;
	height: 22px;
	float: left;
	border-bottom: 2px solid #fff;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

ul#menu li.mainmen.active
{
	border-bottom: 4px solid #7f972a;
	height: 20px;
}

ul#menu li.mainmen:hover ul.submen
{
	left: auto;
}

ul#menu ul.submen
{
	list-style: none;
	width: auto;
	position:absolute;
	left: -999em;
	padding: 5px;
	Padding-left: 10px;
	padding-bottom: 0px;
	background-color: #ffffff;
	margin-top: 7px;
	margin-left: -10px;
	z-index: 1000;
	border: 1px solid #7f972a;
	border-top: 2px solid #7f972a;
}

ul#menu li.submen
{
	width: 180px;	
	display: relative;
	border-bottom: none;
	padding-left: 0px;
	height: 25px;
	display: block;
}

ul#menu li.submen a
{
	width: 100px;
	display: inline;
}

ul#menu li.submen:before
{
	content:url("../images/submen.jpg");
	width: 10px;
	height: 10px;
	padding: 0px;
	margin: 0px;
	display: inline;
}

ul#menu li.submen.active:before
{
	content:url("../images/submen_active.jpg");
	width: 10px;
	height: 10px;
	padding: 0px;
	margin: 0px;
	display: inline;
}

ul#menu hr
{
	border: 0px;
	background-color: #7f972a;
	height: 1px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-left: -5px;
}

/***** MENÜ ENDE *****/

#alert
{
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 0;
    color: #000;
    font: 15px/30px Verdana, Arial, Times New Roman;
    opacity: .9;
	border-bottom: 1px solid red;
}


#center
{
	min-height: 400px;
}

#webseite
{
	padding-top: 20px;
	padding-left: 100px;
}

#formular
{
	padding-top: 5px;
	padding-left: 10px;
	width: 990px;
}

FIELDSET 
{
    margin: 8px;
    border: 1px solid silver;
    padding: 10px;    
    border-radius: 4px;
}

LEGEND
{
    padding: 2px;    
}

select
{
	min-width: 325px;
}

.table
{
	display: table;
}

.tr
{
	display: table-row;
	height: 30px;
}

.td
{
	display: table-cell;
}

.tdlabel
{
	width: 150px;
	vertical-align: top;
}

.tdfield
{	
	width: 300px;
}

#edNachricht
{
	width: 320px;
	height: 84px;
}

#fmLogin
{
    background-image: url(../images/login.jpg);
    background-repeat: no-repeat;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    top: 200px;
    left: 50%;
    position: absolute;
    /*margin-top: -160px; /* Die negative Hälfte von der Höhe */
    margin-left: -250px; /* Die negative Hälfte von der Breite */
    height: 260px;
    width: 500px;
    padding-top: 40px;
    padding-left: 50px;
}
/*
#fmLoginError
{
    width: 624px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: 50px; /* Die negative Hälfte von der Höhe */
    /*margin-left: -312px; /* Die negative Hälfte von der Breite */
    /*color: red;
}*/

#fmUser, #fmPassword, #fmButton
{
    clear: both;
    padding: 20px;
}

#fmCompanyName
{
	width: 624px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    top: 365px;
    left: 50%;
    position: absolute;
    margin-top: 50px; /* Die negative Hälfte von der Höhe */
    margin-left: -312px; /* Die negative Hälfte von der Breite */
}

#lbUser, #lbPassword
{
    text-align: right;
    padding-right: 10px;
    padding-top: 8px;
}

#lbCompanyName
{
	padding-top: 8px;
	width: 500px;
}

#edUser, #edPassword
{
    width: 230px;
    height: 28px;
    border: 1px solid #7f972a;
    padding-left: 10px;
    padding-right: 10px;
}

#btLogin
{

}

.label
{
    float: left;
    width: 150px;
    text-align: right;
    display: table-cell;
}

.field
{
    float:left;
}

.editField
{
	width: 325px;
}

#footer
{
	text-align: center;
	clear: both;
	width: 100%;
	height: 20px;
}

#footer a
{
	color: #000;
	text-decoration: none;
}

#footer p
{
	padding-top: 10px;
}

#fmSenden
{

}

#pgSchwarzesBrett_form #JTPlatinumGrid1_IntTableBody tr td
{
	border-left: 0;
	border-right: 0;
	/*background-color: #ff00ff;*/
}