@media screen, projection {
* {	
	padding: 0;
	margin: 0;
}

body{
	background-color: #fff;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

.wrapper{
		width: 760px;
		margin: 30px auto;
		overflow: auto;
		position: relative;
		
}

.content{
	width: 500px;
	float: right;
}
.content h1{
	text-align: right;
	font-size: 1.5em;
	color: #000;
	margin: 10px 0 0 30px
}	

.navigation{
	width: 240px;
	margin: 1px 5px 0 5px;
	float: left;
}

.navigation ul {
	list-style: none;
	margin: 10px 0;
}
.navigation li {
	margin: 10px 0;
}
.navigation a{
font-weight: bold;
color: #878889;
text-decoration: none;
font-size: 13px;
}
.navigation a:visited{

	font-weight: bold;
}
.navigation a:focus, .navigation a:hover, .navigation a:active{
color:#F39922;
font-weight: bold;
}

.unten {
	width: 720px;
	margin: 120px 0 0 5px;

}
.unten a{
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

.unten a:visited{

	font-weight: normal;
}
.unten a:focus, .unten a:hover, .unten a:active{
color:#F39922;
font-weight: normal;
}

.adress {
	font-size: 1.1em;
	font-family: verdana;
	text-align: right;
	color: #000;
}
table{
	border-collapse: collapse;
}
thead th{
border: 0px solid #878889;
}
th {
	padding: 0px;
}
td {
	padding: 0px;
	text-align: center;
}
.center {
	text-align: center;
}
tbody tr, tbody td {
border: 0px solid #878889;
}
}
@media print, embossed {
}
