body {
	margin-top: 7;
	margin-left: 7;
	margin-right: 5;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #576363;
	text-decoration: none;
}

a:hover, a:active {
	color:#FFFFFF;
	background: #000000;
}

.style1 {
	font-size: 7pt;
	color: #454441;
}
.style1 a:link {
	color: #576363;
}
.style1 a:visited {
	color: #576363;
}

.style1_weiss {
	font-size: 7pt;
	color: #FFFFFF;
}
.style1_weiss a:link {
	color: #FFFFFF;
}
.style1_weiss a:visited {
	color: #FFFFFF;
}

.style2 {
	font-size: 14px;
	font-weight: bold;
	color: #454441;
}

.style3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.style4 {
	font-size: 12px
}

.style4 lu, li {
	font-size: 12px
}

.style5 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.style6 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.style7 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.style8 {
	font-weight: bold;
	color: #cc0000;
}

.style8_text {
	font-weight: bold;
	color: #cc0000;
}

.style9 {
	font-size: 9pt;
	font-weight: 400;
	color: #454441;
}

.modell_table {
	background: #aaaeae;
}

.modell_table_one {
	background: #eee6e6;
}

.modell_table_two {
	background: #dfd5d5;
}
.modell_table_green {
	background: #acdf11;
}

a.ttp span {
	display:none;
}
a.ttp:hover {
	text-decoration:none;
}
a.ttp:hover span { 
	position:absolute;
	display:block;
	width: 300px;
	max-width:600px;
	z-index: auto;
	padding:5px 5px;
	background-color:#212421;
	border:1px solid orange;
	color:#CCCCCC;
	}
	
.button{
	border-bottom: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	font-family:Verdana;
	font-size: 11px;
	text-align:center;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bolder;
	color: #FFFFFF;
	background-color: #333366;
	display:inline;
	width:auto;
}
.text{
	background-color:#eee6e6;
	color:#000000;
	border: #333333 1px solid;
}
.select{
	background-color:whitesmoke;
	color:#297394;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(images/ajaxload.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
