@charset "utf-8";
/* ============================================================= */
/* Web design by webaff :() Philippe Kuenzler - http://webaff.ch */
/* ============================================================= */
* {
	margin:0;
	padding:0;
	font-family:Arial, sans-serif;
	font-weight:normal;
	color:#333;
	border:0;
	text-align:left;
}
body {
	background:#fff;
	font-size:12px;
}

/* structure */
#head {
	overflow:hidden;
	margin:20px 10px 10px 10px;
	padding:0 10px;
	border-bottom:1px solid #989898;
}
#main {
	margin:0 10px;
	overflow:hidden;
}
#foot {
	margin:0 10px;
	padding-top:5px;
	border-top:1px solid #989898;
}
.column {
	float:left;
	width:50%;
	overflow:hidden;
}
.block {
	padding:20px 10px;
	margin:0 10px 0 0;
}

.typelist {
	width:60%;
}

.subtypelist {
	width:30%;
}

.typelistitem {
	padding:5px 5px;
	margin:0 10px 0 0;
}
.column.right .block {
	margin:0 0 0 10px;
}
.block.border {
	border-bottom:1px solid #989898;
}
.result-head {
	background:#f2f2f2;
	overflow:hidden;
	padding:10px;
	border:1px solid #ccc;
}
.result-body {
	overflow:hidden;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	margin-bottom:10px;
	padding:0 10px 10px 10px;
}
.langswitch {
	text-align:center;
	position:absolute;
	left:50%;
	width:200px;
	margin-left:-100px;
}
.profile {
	clear:both;
	float:left;
	background:#f2f2f2;
	padding:10px; 
}
#top {
	position:absolute;
	top:-1px;
	height:1px;
}

/* main content */
img.ico {
	vertical-align:text-bottom;
	margin-top:-4px;
}
h1 {
	font-size:18px;
	line-height:20px;
	padding:0 0 15px 0;
}
p, ul {
	line-height:18px;
	padding-bottom:10px;
}
#head p {
	padding-top:4px;
}
.result-head p {
	padding:0;
}
.result-body p {
	padding:10px 0 0 0;
}
a {
	text-decoration:none;
	color:#36c;
}
a:hover {
	text-decoration:underline;
}
a.on, li.on a {
	color:#333;
	text-decoration:none;
}
#foot p {
	font-size:11px;
	line-height:16px;
	text-align:center;
	color:#A8A8A8;
	padding-bottom:5px;
}

strong, b {
	font-weight:bold;
}

.error {
	color:#d00;
}

/* forms */
input, textarea, select {
	color:#36c;
	background:#fff;
	padding:2px;
	border:1px solid #ccc;
	font-size:12px;
	vertical-align:baseline;
}
select {
	padding:1px;
}
option {
	color:#36c;
	padding:0 2px;
}
.checkbox, .radio {
	border:0;
	padding:0;
	vertical-align:text-bottom;
}
label, .label 
{

}

/* tables */
.box {
	border:1px solid #ccc;
	background:#f2f2f2;
	padding-left:5px;
	margin-bottom:20px;
}
table {
	border-collapse:collapse;
}
table.vis {
	width:100%;
}
table.vis {
	border:1px solid #ccc;
	background:#f2f2f2;
}
table.vis img.ico {
	display:block;
	margin-top:-2px;
}
table.vis tr {
	border:1px solid #ccc;	
}
table.vis tr.odd {
	background:#fff;
}
table.vis tbody tr:hover {
	background:#ffb;
}
table.vis td, table.vis th {
	border-right:1px solid #E5E5E5;
}
td {
	padding:4px 5px 4px 0;
	vertical-align:baseline;
	line-height:18px;
}
table.vis th {
	font-weight:bold;
	padding:6px 5px;
}
table.vis td {
	padding:4px 5px;
	vertical-align:middle;
}
table .right {
	text-align:right;
}
.RowStyle 
{
	background-color:#f2f2f2;
}
.AlternatingRowStyle 
{
	background-color:#fff;
}

.gridviewitem
{
	padding:4px 5px 4px 4px;
	vertical-align:baseline;
	line-height:18px;
	font-size:small;
}

.calendar
{
	color : windowtext;
	padding : 1px;
	font-size: small;
	background-color: Silver;
	border-width: 1px;
	border-color: #ddd;
	border-style: solid;
	z-index:200;
}

.ajax__calendar_hover
{
	background-color: #ddd;
	color:  black;
	font-weight:bold;
}
/* AutoComplete item */
.AutoCompleteExtender_CompletionList
{
color : windowtext;
padding : 1px;
font-size: small;
background-color:white;
border-width: 1px;
border-color: #ddd;
border-style: solid;
z-index:200;
cursor: default;
/*creates border with
autocomplete_completionListElement
background-color*/
}

/*AutoComplete flyout */
.AutoCompleteExtender_CompletionListItem
{
text-align : left;
background-color:White;
cursor: default;
}
/* AutoComplete highlighted item */
.AutoCompleteExtender_HighlightedItem
{
background-color: #ddd;
color:  black;
font-weight:bold;
font-size: small;
cursor: default;
}

.titel
{
font-size:14px;
}

.leftcolumn 
{
	float:left;
	width:50%;
}

.rightcolumn 
{
	float:right;
	width:50%;
}