html {font-size:75%;}

body {
	background-color: #DBEEFA;
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%; 
	max-height: 100%; 
	font-size: 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
}


ul#Navigation {
	width: 15em;
	margin: 0; padding: 0;
	text-align: right;
}

ul#Navigation li {
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 2px;
}

ul#Navigation li ul {
	margin: 0 0 0 0em;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 1px;
}
ul#Navigation li ul li {
	margin: 0 0;
	margin-bottom: 2px;
}

ul#Navigation a {
	display:block;
	padding: 0;
	text-decoration: none; font-weight: bold;
	color: #fff; background-color: #50ACE5;
	width: 15em;
}

ul#Navigation a:hover, ul#Navigation a.active {
	background-color: #261D88;
}

/* 2nd level */
ul#Navigation li ul li a {
	display:block;
	padding: 0;
	text-decoration: none; font-weight: bold;
	color: #fff; background-color: transparent;
	width: 15em;
}

/* 2nd level active */
ul#Navigation li ul li a:hover, ul#Navigation li ul li a.active {
	display:block;
	padding: 0;
	text-decoration: none; font-weight: bold;
	color: #261D88; 
	background-color: transparent;
	width: 15em;
}

/* 3rd level */
ul#Navigation li ul li ul {
	border-top: #50ACE5 1px solid;
	border-bottom: #50ACE5 1px solid;
	margin-top: 2px;
	padding: 0;
	font-style:italic;
}
/* 3rd level active*/
ul#Navigation li ul li ul li a:hover, ul#Navigation li ul li ul li a.active {
	display:block;
	padding: 0;
	text-decoration: none; font-weight: bold;
	color: #261D88; 
	background-color: transparent;
	width: 15em;
}

h1  {
	color: #261D88;
	font-size: 1.17em;
	font-weight: bold;
}

h2  {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}

h3  {
	color: #000000;
	font-size: 1em;
	font-weight: normal;
}

a {
	color: #000000;
}

table {
	padding: 0;
	font-size: 1em;
}

#NaviLayer {
	position: absolute; 
	top: 16.17em; 
	left: 1.25em; 
	overflow: hidden; 
}

#Header {
	position: absolute;
	top: 0;
	left: 16.67em; /*Set left value to WidthOfLeftFrameDiv*/
	width: 68.75em;
	overflow: hidden;
	color: white;
	height: 100%;
	z-index: 1;
}

#maincontent {
	position: absolute; 
	top: 16.17em; /*Set top value to HeightOfTopFrameDiv*/
	left: 16.67em; /*Set left value to WidthOfLeftFrameDiv*/
	bottom: 0;
	overflow:hidden;
	background: #fff;
	width: 60.92em;
	z-index: 9;
}

#maincontentinner{
	position: absolute; 
	top: 0.42em; /*Set top value to HeightOfTopFrameDiv*/
	left: 0.42em; /*Set left value to WidthOfLeftFrameDiv*/
	bottom: 0;
	overflow:auto;
	background:#DBEEFA;
	width: 60.08em;
	z-index: 10;
}


* html body{ /*IE6 hack*/
	padding: 21.56em 16.67em 0 16.67em;
}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 60.92em; 
	left: 16.67em;
}

* html #maincontentinner{ /*IE6 hack*/
	height: 100%; 
	width: 60.08em;
	margin: 0.2em;
	/*left: 0.42em;*/
	z-index: 10;
}

* html #Header{ /*IE6 hack*/
	width: 68.75em;
	padding: 0;
	margin: 0;
	z-index: 1;
}

#Suche {
	position:absolute;
	width:45em;
	height:3em;
	z-index:5;
	left: 17.09em;
	top: 14.3em;
}

.XVTableName  {
	color: #261D88;
	font-size: 1.17em;
	font-weight: bold;
}

.XVTable {
	border: 0px;
}

.XVTableRowOdd {
	background-color: #ffffff;	
}

.XVTableRowEven {
	background-color: #E6F3FB;
}

th {
	font-size: 1em;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-width: thin;
	text-align: left;
}

TR.XVTableHeader A, TR.XVTableHeader A:link, TR.XVTableHeader A:visited, TR.XVTableHeader A:active
{
	font-size: 1em;
	font-weight: bold;
	Text-Decoration: none;
}

TR.XVTableHeader A:hover
{
	font-size: 1em;
	font-weight: bold;
	Text-Decoration: underline;
}

Table.XVTablePortlet
{
	font-size: 1em;
	Text-Decoration: none;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #999999;	
}

th.XVPortlet {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-width: thin;
	text-align: left;
	background-color: #261D88;
}

input {
	font-size: 1em;
	background-color: #eeeeee;
	border: 1px solid #333333;
}

select {
	background-color: #eeeeee;
	border: 1px solid #333333;
}

#AdminTools {
	padding:10px; 
	border:dotted; 
	border-width:1px; 
	position:absolute;	
	width:168px; 
	height:42px;	
	z-index:2; 
	left: 10px;	
	top: 10px;
}

