body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FAFAFA;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	min-width: 600px;
}

#content {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 600px;
	background-color: #FFFFFF;
	text-align: left;
	height: 544px;
	padding-right: 10px;
}

            
#headline {
	background-color: transparent;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 32px;
	text-align: left;
}

.text {
	background-color: transparent;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

td.item, th.item {
	margin-left: 5px;
	padding-right: 5px;
	width: 220px;
	background-color: transparent;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-align: right;
}

th.item {
	font-weight: normal;
}

th.top {
	margin-top: 5px;
	padding-left: 45px;
	background-color: transparent;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	overflow: hidden;
}

img {
	border: none;
}

input,select,textarea {
	background-color: #EEEEEE;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
}

a:link, a:visited, a:active,
td.text a:link, td.text a:visited, td.text a:active {
	border-bottom: 1px dotted #999999;
	background-color: transparent;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:hover, 
td.text a:hover {
	background-color: #DCDCDC;
}

/*  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*   Tabs                                                                       */
/*  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
ul.tabs {
	margin: 15px 0 0 0;
	padding: 5px 0 0 0;
	width: 600px;
	list-style: none;
	white-space: nowrap;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	line-height: 1.6em;
	text-align: left;
}

ul.tabs li {
	margin-right: 0.5em;
	display: inline;
}

ul.tabs li a {
	border-color: #999999;
	border-style: solid solid none solid;
	border-width: 1px;
	padding: 3px 1em 2px 1em; /* bestimmt Reiterhöhe */
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
	text-decoration: none;
	height: auto;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

ul.tabs li.selected a, 
ul.tabs li.selected a:hover {
	border: solid 1px #000000;
	border-bottom: solid 1px #FFFFFF;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

ul.tabs li a:hover {
	border-color: #999999;
	background-color: #6495C5;
	color: #FFFFFF;
}

