/* CSS Document */
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1  {
	color: #0A4F9C;
	font-size: 12pt;
	font-weight: bold;
}

h2  {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}

h3  {
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
}

a {
	color: #000000;
	text-decoration:none;
}

table {
	padding: 0;
	font-size: 10pt;
}

#NaviLayer {
	display: none;
	visibility: hidden;
}

#Header {
	display: none;
	visibility: hidden;
}

#maincontent {

}

#maincontentinner {
	top: 0; /*Set top value to HeightOfTopFrameDiv*/
	left: 0; /*Set left value to WidthOfLeftFrameDiv*/
}


* html body{ /*IE6 hack*/
	padding: 0;;
}

* html #maincontent{ /*IE6 hack*/
}

* html #maincontentinner{ /*IE6 hack*/
}

* html #Header{ /*IE6 hack*/
	display: none;
	visibility: hidden;
}

#Suche {
	display: none;
	visibility: hidden;
}

.XVTableName  {
	font-size: 10pt;
	font-weight: bold;
}

.XVTable {
	font-size: 10pt;
	border: 0px;
}

.XVTableRowOdd {
	background-color: #ffffff;	
}

.XVTableRowEven {
	background-color: #EFEEFE;
}

th {
	font-size: 10pt;
	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: 10pt;
	font-weight: bold;
	Text-Decoration: none;
}

TR.XVTableHeader A:hover
{
	font-size: 10pt;
	font-weight: bold;
	Text-Decoration: underline;
}

Table.XVTablePortlet
{
	font-size: 10pt;
	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: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-width: thin;
	text-align: left;
	background-color: #6766FF;
}

input {
	background-color: #eeeeee;
	border: 1px solid #333333;
}

select {
	background-color: #eeeeee;
	border: 1px solid #333333;
}

#AdminTools {
	display: none;
	visibility: hidden;
}


