body {
	font-weight:normal;
	text-decoration:none;
	background-color: #C7D6EA;
	scrollbar-arrow-color: #4D6185;
	scrollbar-3dlight-color: #EEEDE5;
	scrollbar-highlight-color: #6591F5;
	scrollbar-face-color: #C1D3FB;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #FEFEFB;
	margin: 0px;
	height:100%;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	overflow:hidden;
	color: #000000;
	background-image: url(/img/bg.jpg);
	cursor: default;
}
a:link,a:visited,a:active{color: #CC0000; text-decoration: none}
a:hover       {color: #0033FF; text-decoration: none}

a:link.link2,a:visited.link2,a:active.link2{color: #0033FF; text-decoration: none}
a:hover.link2       {color: #CC0000; text-decoration: none}

.haupttbl {
	border: 1px double #4E6889;
	background-color: #C7D6EB;
}
table,td,tr
{font-family: "Trebuchet MS", Verdana, Arial;
font-size: 11px;
color: #000000;}

.form
{font-family: "Trebuchet MS", Verdana, Arial;
font-size: 11px;
color: #000000;}

.form2
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #000000;
	height: 19px;
}

.form3
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	height: 19px;
	background-color: #FF4242;
}

.form4
{
	font-family : "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #000000;
	height: 17px;
	border: 1px solid;
	border-color: #999999;
}
.form5
{
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #000000;
}


.tblhead_show {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/img/tblhead.jpg);
	line-height: 25px;
}
.tblhead_master {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/img/tblhead2.jpg);
	line-height: 25px;
}
.tblhead_red {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/img/tblhead_r.jpg);
	line-height: 25px;
}
.ueberschrift {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.ueberschrift2 {
	font-size: 16px;
	font-weight: bold;
	color: #0033FF;
}
.whitetbl {
	border: 1px double #949DB4;
	background-color: #FFFFFF;
}
.footerinfo {
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #33CC33;
	border-right-color: #33CC33;
	border-bottom-color: #33CC33;
	border-left-color: #33CC33;
}
.footerinfo_shows {
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0055E6;
	border-right-color: #0055E6;
	border-bottom-color: #0055E6;
	border-left-color: #0055E6;
}

.whitetbl_head {
	background-color: #B4C1D4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-weight: bold;
}
.whitetbl_td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.navitbl {
	background-image: url(/img/bgtbl.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.txt_big1 {
	font-size: 13px;
}
.txt_gruen {
	color: #339900;
}
.txt_rot {
	color: #FF0000;
}

.txt_blau {
	color: #0033FF;
}

/* Tooltip */

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
border-bottom:0px dotted #4dbcf3;
color:#000082;

}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
font-size:10px;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 20px;
left: 0;
width: 300px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #2C384B #2C384B #2C384B #2C384B;
border-left: 5px solid #97A9C4;
padding: 5px 10px 5px 10px;
background: #F2F4F5;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-style: Normal;
text-align: left;
}

/* Tooltip - ENDE */

/** promotion getmore styles */

li#layouts{
	color: #CC0000;
	list-style: url(/grafik/list-2px.gif) disc;
	text-decoration: none;
}

