body {
	margin: 20;
	padding: 20;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.header2 {
	padding: 50px 0;
	background-color: #000;
}
.nav2 {
	padding: 10px 0;
	background-color: #4d4c4b;
	position: fixed;
	width: 100%;
	display: inline;
	font-size: 11px;
}
.navi {
	padding: 0px;
	width: 80%;
	text-align: right;
	position: relative;
	display: inline;
	font-size: 12px;
}

.header2, .nav2 {
	text-align: center;
	color: #ffffff;
}
.contentnew {
	width: 600px;
	margin: 10px auto 100px;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}



a:hover {

    color: #732D1F;
    text-decoration: underline;

}
.button {
	display: block;
	width: 120px;
	height: 16px;
	padding-top: 5px;
	background: transparent url("../ images_wbv/bg_button.png") no-repeat scroll 0px 0px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	line-height: 100%;
}

.button:hover {

    text-decoration: none;
    color: #FFF;
    background: transparent url("../images_wbv/bg_button.png") no-repeat scroll 0px -21px;

}

.topnav {
	text-decoration: none;
	color: #CCC;
}

.topnav:hover {
	text-decoration: none;
	color: #FFF;
}

.fotorahmen {
	border: 10px solid #FFFFFF;
	border-radius: 3px;
	-webkit-box-shadow: 6px 6px 6px 6px #CFCDCD;
	box-shadow: 5px 5px 5px 5px #CFCDCD;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #900;	
}
