﻿a:link {color: #0000ff;}
a:visited{
	color: #0000dd;
}
a:hover {color: #0066cc;}
a:active {color: #0099ff;}

div, footer, header, main{
	display:block;
}

.imgunter {color:lime; display:inline-block;}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
  	margin: 0;
  	background-color: #000000;
  	background-image:url('../bilder/bgra.jpg');
  	background-repeat:no-repeat;
  	background-attachment: fixed;
  	background-size: 100% 100%;
  	font-size:1.0em;
	text-align:center;
  	}
  	
@media only screen and (min-width: 30em){
 body{
/*	background-image:url('../bilder/bgra.jpg');*/
	}
}
@media only screen and (max-width: 680px){ body{	font-size:100%;	}}

.shapka {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color: #0000ff;
	font-weight:bold;
	text-transform: uppercase;
}
table{margin-left:auto; margin-right:auto;}
.table1 {border: solid 1px #CCCCCC;}
.linkszahl{	text-align:right;}
th{ background-color:#c0c0c0;}
tr{	vertical-align:top;	text-align:left;}
.tr4et{	background-color: rgba(221, 221, 221, .5);}
.trne4et{	background-color: rgba(170, 170, 170, .5);}
.tdright{	text-align:right; }
tfoot{
  	text-align:left;
}
.last{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.5em;
	color:blue;
}
.imgoben img{
	border: 3px solid #bebebe;
	max-height: 140px;
	text-align:right;
}
hr{	max-width:40em;}
