BODY
{
	margin:0px 2px 0px 0px;
	background-color:#C3DAF9;
}
A:link  {
	color : #2A3B30;
	text-decoration : none;
	font-weight : normal;
}


A:visited  {
	color : #2A3B30;
	text-decoration : none;
	font-weight : normal;
}


A:active  {
	color : #2A3B30;
	text-decoration : none;
	font-weight : normal;
}

A:hover  {
	color : #2A3B30;
	text-decoration : none;
	font-weight : normal;
}

/* Klassen für das versteckte DIV */
DIV.option_hide
{
	display:none;
}
DIV.option
{
	display:block;
	position:absolute;
	top:27px;
	right:4px;
	width:170px;
	background-color:#ffffff;
	background-image:url(../images/option_back.png);
	background-repeat:repeat-y;	
	border:solid 1px #002D96;	
	padding:1px;
}
TR.out
{
	height:22px;
}
TR.over
{
	height:22px;
	background-color:#FBEEC4;
	cursor:default;
}
TD.img
{
	padding:1px;	
}
TD.img_over
{
	border-left:solid 1px #002D96;	
	border-top:solid 1px #002D96;	
	border-bottom:solid 1px #002D96;	
}
TD.over
{
	border-right:solid 1px #002D96;	
	border-top:solid 1px #002D96;	
	border-bottom:solid 1px #002D96;	
}

/* Klassen für den oberen Navigationsbereich */
img.hand
{
	cursor:hand;
}
TABLE
{
	/*width:100%;*/
	font-family:Tahoma, Verdana;
	font-size:11px;
}

TD.headline
{
	width:100%;
	height:25px;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#DCEBFE,endColorStr=#81A9E2);
	border-bottom:solid 1px #3B619C;*/
	font-weight:bold;
	color:#002D96;
	line-height:24px;
	vertical-align:top;	
	background-image:url(../images/help_background.png);
	background-repeat:repeat-x;
}

TD.options
{
	/*width:100%;*/
	height:17px;
	margin:0px;
	vertical-align:middle;
	background-color:#3B619C;
	border-top:solid 1px #214070;	
	border-collapse:collapse;
}

/*DIV.headline
{
	width:100%;
	height:25px;
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#DCEBFE,endColorStr=#81A9E2);
	border-bottom:solid 1px #3B619C;
	font-weight:bold;
	color:#002D96;
	line-height:24px;
}*/

/* Klassen für die Anzeige der XML-Contents */

DIV.scroll
{
	width:100%;
	height:100%;
	overflow:auto;
}
/*TD.head
{
	height:19px;
	font-weight:bold;
	line-height:16px;
	padding-top:10px;
	white-space:nowrap;
}
DIV.head
{
	height:19px;
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#A6BFEA,endColorStr=#6E94D5);
	border-bottom:solid 1px #5470BB;
	border-top:solid 1px #9BB4E3;
	padding-left: 5px;
	color:#002D96;
}*/
TD.foot
{
	height:6px;
	line-height:2px;
	cursor:default;
	white-space:nowrap;
}
DIV.foot
{
	height:6px;
	border-bottom:solid 1px #ECECEC;
	background-color:#f6f6f6;
}

TD.content_img
{
	background-color:#f6f6f6;
	border-left:solid 1px #ECECEC;
	border-right:solid 1px #ECECEC;
	vertical-align:middle;
	color:#365092;
	height:25px;
	
}
TD.content
{
	background-color:#f6f6f6;
	border-left:solid 1px #ECECEC;
	border-right:solid 1px #ECECEC;
	vertical-align:middle;
	color:#365092;
	height:25px;
	padding-left:10px;
}
TD.leer
{
	background-color:#f6f6f6;
	border-left:solid 1px #ECECEC;
	border-right:solid 1px #ECECEC;
	height:100%;
}
TD.hr
{
	background-color:#f6f6f6;
	border-left:solid 1px #ECECEC;
	border-right:solid 1px #ECECEC;
	padding: 0px 10px 0px 10px;
}
TD.vorschau
{
	background-color:#f6f6f6;
	border-left:solid 1px #ECECEC;
	border-right:solid 1px #ECECEC;
	vertical-align:top;
	color:#365092;
	padding-left:10px;
	height:170px;
	line-height:25px;
	background-image:url(../images/vorschau.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
TD.dummy
{
	border-left:solid 1px #ECECEC;
	border-right:solid 1px #ECECEC;
	vertical-align:top;
	padding:0px;
	white-space:nowrap;
	width:171px;
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#f6f6f6;
}
ul
{
	list-style-image:url(../images/list_arrows.gif);
	margin:0px 0px 0px 24px;
	list-style-position:inside;
}
TABLE.open
{
	display:block;
}
TABLE.close
{
	display:none;
}

.border{
	border-color:blue;
	border-style:solid;     
	border-top-width:0px;    
	border-bottom-width:1px;
	border-left-width:1px;    
	border-right-width:1px;   
}