/* HTML Tags */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	background-repeat: repeat
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

caption{
	padding :2px;
}

/* image styles */
@media print
{
	.txtsize {
		font-size: 10px;
	}

	.imgdisplay {
	display: block;
	}
}

.center_image
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	height: auto;
}

.center_div
{
	min-width:300px; 
	text-align: center;
	margin-left:auto;
	margin-right:auto; 
	text-align:center;
}

.center_table, .center_index_table, .center_results_table 
{
	margin-left:auto; 
	margin-right:auto;

	font-size: 11px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: 1px solid #cbcbcb;
}

.center_table th, .center_index_table th, .center_results_table th {
	text-align:left;
	padding: 5px 5px;
	font-weight: bold;
}

.center_index_table th, .center_index_table td  {
	padding-left: 15px;
}

.center_table td, .center_index_table td, .center_results_table td {
	text-align:left;
	padding: 5px 5px;
}

.center_index_table td {
	text-align:left;
	padding: 1px 5px;
}

.center_index_table tbody tr:hover, .center_results_table tbody tr:hover {background-color:#ccc}


/* *************************************** */

@media (max-width:480px) {
	.center_image {
		width: 85%;
		height: auto;
		max-width: 400px;
	}

	.center_table {
		display: block;
		width: 100%;
		overflow-x: auto;
	}

	.center_results_table {
			display: inline-block;
/*				width: 100%;  */
			min-width: 50%;
			max-width: 100%;
			margin-left: auto;
			margin-right: auto;
			overflow-x: auto;
		}

	.center_index_table {
		min-width: 50%;
		max-width: 96%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

/* *************************************** */

table.site_index
{
border             : 1px;
margin             : auto;
border-style       : solid;
border-color       : #cbcbcb;
border-collapse    : collapse;
}

td.site_file
{
white-space        : nowrap;
padding-top        : 17px;
padding-bottom     : 7px;
padding-left       : 20px;
padding-right      : 20px;
text-align         : left;
}

.center_results_table td:first-child 
{
	text-align: center;
}​

.colhed1 {
	background-color : #cbcbcb;
}

.colhed2 {
	background-color : #dddddd;
}

.row1 {
	background-color : #ffffff;
}

.row2 {
	background-color : #efefef;
}


@media screen
{
	.txtsize {
		font-size: 11px;
	}

	.imgdisplay {
	display: block;
	}
}


/* Text Styles */

.boldText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}
		
.boldTextBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0D3692;
	text-decoration: none;
	}
	
.blueText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0D3692;
	text-decoration: none;
}

.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0D3692;
	text-decoration: none;
}

/* Link Styles */

/* Default Links   was #35A6AC  #0000FF */

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #35A6AC;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0D3692;
	text-decoration: underline;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #35A6AC;
	text-decoration: underline;
}

/* Other  color: #050505; */
.boxblue { 
border: solid; 
border-width: 1px; 
width: 300px;
border-color: #0000A0	 ;
padding-left: 2em	;
padding-top: 1.5em	;
padding-bottom: 0.5em	;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
font-weight: bold;
}

.bdr { 
border: solid; 
border-width: 1px; 
border-color: #0000A0		 ;
padding-left: 2em	;
padding-right: 2em	;
padding-top: 0.6em	;
padding-bottom: 0.8em	;
}

.boxblueleft { 
/*
		display: table;
    margin: 10px;
    padding: 10px;
    white-space: nowrap;
*/    
border: solid; 
border-width: 1px; 
border-color: #0000A0	 ;
width: 260px	;
 padding-top: 3.0em	;
padding-right: 0.1em	;
padding-bottom: 1.0em	; 
position: relative ;
text-align: left ;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
font-weight: bold;
vertical-align: middle;
}

ul {
	list-style-type: none;
	padding-left: 0;
	padding-top: 1.0em ;
	margin-left: 0;
	}

li { 
margin-top: 0.5em	;
margin-left: 2em ;
padding-left: 0.5em	;
list-style-position: outside;
list-style: square url(pfeil.png) ;
vertical-align: middle;
	}

.list1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	/*line-height: 1.5em;*/
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #660000;
	text-decoration: none;
	background-color: #ffffff;
	text-indent: 5px;
	list-style-position: outside;
	list-style-type: square;
	padding: 0px;
	margin: 0px;
}

.list2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #660000;
	text-decoration: none;
	background-color: #ffffff;
	text-indent: 5px;
	padding: 0px;
	margin: 0px;
}

.w200 {
width: 200px	;
}

.w300 {
width: 300px	;
}

.w400 {
width: 400px	;
}

.w500 {
width: 500px	;
}

.w600 {
width: 600px	;
}

.tal {
text-align: left ;
}