body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: white;
	font-family: Arial, Verdana;
	font-size: 13px;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

a {
	color: #666;
	text-decoration: none;
}

h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}

.errormsg {
	color: #D20C13;
	font-weight: bold;
}

.activelang {
	color: #FFFFFF;
}

#header {
	background-color: white;
	height: 90px;
	margin-bottom: 15px;
	text-align: right;
}

#wrapper {
	height: 100%;
	width: 1000px;
	padding-left: 41px;
	padding-right: 41px;
	/*margin: 0px auto;*/
	position: relative;
	background-color: #FFF;
}

#innerWrapper {
	border-right: 1px solid #D20C13;
	border-left: 1px solid #D20C13;
}

.helperrors td {
	border: 1px solid #D20C13;
	padding: 3px;
}

.nav {
	margin: 0px 0px 20px 0px;
	color: #666666;
}

.nav_table {
	width: 100%;
	background-color: white;
}

.nav_table_first {
	height: 25px;
	background-color: #E5E5E5;
}

.nav_table_second {
	height: 25px;
	background-color: #CCCCCC;
}

.nav_table td {
	padding: 4px;
}

.mainLeft {
	float: left;
	background-color: white;
	min-height: 100%;
	width: 240px;
}

.mainRight {
	float: right;
	background-color: white;
	min-height: 400px;
	width: 720px;
}

thead {
	/*background-color: #E88589;*/
	background-color: #FFFFFF;
}

.ui-datatable thead th.column {
	border-width: 0px;
	border-style: none;;
	background-color: #E88589;
	color: white;
}

.ui-datatable tbody td.column,.ui-datatable tfoot td.column {
	border-width: 0px;
	border-style: none;
}

.ui-datatable thead th.column2,.ui-datatable tbody td.column2,.ui-datatable tfoot td.column2
	{
	border-width: 0px;
	border-style: none;
}

.innertable {
	margin-top: 0px;
	margin-bottom: 0px;
}

.innertable .ui-datatable-even {
	background-color: #EEEEEE;
}

.innertable .ui-datatable-odd {
	background-color: #E5E5E5;
}

.ui-widget-content .ui-datatable-even {
	padding: 4px;
	padding-left: 10px;
}

.ui-widget-content .ui-datatable-odd {
	width: 50px;
	padding: 4px;
	/*text-align: right;*/
}

.coltitlepage {
	float: right;
}

.ui-inputfield {
	border: 1px solid #000000;
	background: white;
	margin-top: 2px;
	margin-bottom: 2px;
	/*padding: 0px;*/
	width: 230px;
	box-shadow: 0px;
}

.ui-state-active{
	background-color: white !important;
	border-width: 1px 0px 1px 0px !important;
	border-style: solid !important;  
} 

.introlink {
	color: #D20C13;
}

.inputfield {
	/*height:12px;*/
	
}

.inputbutton {
	border: 1px solid #000000;
	background: #E5E5E5;
	padding: 2px;
}

.suchebutton {
	vertical-align: top;
	padding-left: 2px;
}

.searchresult {
	margin-top: 10px;
}

.searchresult strong {
	background: #E88589;
	color: white;
}

.searchresult a {
	text-decoration: none;
}

.searchresultprint {
	margin-top: 10px;
}

.searchresultprint strong {
	background: #E88589;
	color: white;
	/*
		font-weight: bold;
		color: #000000;*/
}

.searchresultprint a {
	text-decoration: none;
	color: #666666;
}