a:link {
	color:gray;
	font-family:Tahoma,Arial;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
}

a:visited {
	color:gray;
	font-family:Tahoma,Arial;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
}

a:hover {
	color:blue;
	font-family:Tahoma,Arial;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
}

a:active {
	color:blue;
	font-family:Tahoma,Arial;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
}
a.bottomlink:link {
	color:white;
	font-family:Tahoma,Arial;
	font-weight:normal;
	font-size:10pt;
	text-decoration:none;
}

a.bottomlink:visited {
	color:white;
	font-family:Tahoma,Arial;
	font-weight:normal;
	font-size:10pt;
	text-decoration:none;
}

a.bottomlink:hover {
	color:white;
	font-family:Tahoma,Arial;
	font-weight:normal;
	font-size:10pt;
	text-decoration:none;
}

a.bottomlink:active {
	color:white;
	font-family:Tahoma,Arial;
	font-weight:normal;
	font-size:10pt;
	text-decoration:none;
}
.top {
	background-color: #004a99;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	color: silver;
	/*background-image:url(../images/main_back_top.gif);*/
}

.top_bottom_line {
	border-bottom: 1px solid white;
}


.bottom_top {
	background-color: #004a99;
	border-bottom: 1px solid white;
	/*background-image:url(../images/main_back_top.gif);*/
}

.bottom {
	background-color: #004a99;
	color: white;
	text-align:right;
	font-family:Tahoma,Arial;
	font-weight:normal;
	font-size:10pt;
	padding: 0px 10px 0px 10px;
}

.border_left_right {
	border-left: 1px solid #004a99;
	border-right: 1px solid #004a99;
}
.border_left {
	border-left: 1px solid #004a99;
}
.border_right {
	border-right: 1px solid #004a99;
}

.title {
	font-family: Tahoma,Arial;
	font-size: 11pt;
	color: darkgreen;
	font-weight:bold;
	/*background-color: silver;*/
	padding: 5px;
	border-left: 1px solid green;
	border-top: 1px solid green;
	border-right: 1px solid green;
	border-bottom: 1px solid green;
	background-image:url(../images/verlauf_title_down_green.gif);
	background-repeat:repeat-x;
}

.subnav {
	border-left:1px dashed green;
	border-right:1px dashed green;
	border-bottom:1px dashed green;
}

.subnav_align {
	vertical-align: top;
}

.text {
	font-family: Tahoma,Arial;
	font-size: 10pt;
	color: #004a99;
	text-align: justify;
	vertical-align: top;

}

.down_line {
	border-left: 1px solid silver;
}

.imp_title {
	font-family: Tahoma,Arial;
	font-size: 10pt;
	color: #004a99;
	font-weight:bold;
	/*background-color: silver;
	padding: 5px;*/
	vertical-align: top;
	/*border-left: 1px dashed darkblue;*/
	border-bottom: 1px dotted #004a99;
	/*background-image:url(../images/verlauf_title_down_green.gif);
	background-repeat:repeat-x;*/
}


.imp_bottom {
	font-family:Tahoma,Arial;
	font-size:10pt;
	color: #004a99;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px dotted #004a99;
	/*background-image:url(../images/main_back_top.gif);*/
}
table,tr,td {
	table-layout:fixed;
	vertical-align:top;
}
h1,h2,h3 {
	font-family:Tahoma,Arial;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
}
h2 {
	color:#004a99;
}
h3 {
	color:#000000;
}
hr {
	color:green;
}
input,textarea,select,button {
	margin-right:2px;
	margin-left:2px;
	background-color:white;
	border:1px solid black;
	color:black;
}
textarea,input,select {
	width:220px;
}
.normalinput {
	width: auto;
}
input:focus,select:focus,textarea:focus {
	background-color:#ffe8b5;
	color:black;
} 

.tablehead {
	color:white;
	background-color:#004a99;
	font-weight:bold;

}
.resulttable {
	cursor:pointer;
}


TD.isSelectedCol {
	background-color: #F1F1F1;
	font-weight : bold;
	-moz-user-select: none;
	cursor:pointer;
}
TD.isSelectedColSelected {
	color: black;
	text-decoration: underline;
	font-weight : bold;
	background-color: #C3CDFF;	
	-moz-user-select: none;
	cursor:pointer;
}

TR.isSelectedRow {
	background-color: #D1D8F9;
	border: darkblue 1px dashed ;	
	color: black;
	text-decoration: underline;
	cursor:pointer;
}

TR.isMouseHover {
	background-color: #F8F7C2;
	color: black;
	text-decoration: underline;
	cursor:pointer;
}
TD.isErrorColSelected {
	color: #C00000;
	background-color: #FFD8D5;
	font-weight: bold;	
	cursor:pointer;
}
TR.isErrorRow {
	color: #C00000;
	background-color: #FFD8D5;
	cursor:pointer;
}
TR.isCurrentRow {
	background-color: #E0FF9D;
	cursor:pointer;
}
TD.isCurrentCol {
	background-color: #CDFF6D;
	font-weight: bold;
	cursor:pointer;
}
