body {
	background-repeat:no-repeat;
	margin: auto;
	border: 0;
	background-attachment: fixed;
	background-image: url(images_side/bg_images/bg_crowd.jpg);
	background-color: #000;
	background-position: center center;
}
#inhalt {
	z-index:1;
	height: auto;
	position: relative;
	width: 350px;
	border: 15px solid #F39;
	padding: 15px;
	background-image: url(images_side/bg_images/bg_nav.png);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(formulare/border-radius.htc);
	top: 80px;
	margin: auto;
}


.rahmen {
	border:15px solid #F39;
	margin: 0px;
	padding: 15px;
	background-image: url(images_side/bg_images/bg_nav.png);
	background-repeat: repeat;

}.link_page {
	font-family: Calibri;
	font-size: 10px;
	color: #F39;
	padding-top: 0px;
	font-weight: bold;
}
#page_link{
	position:relative;
	width:120px;
	height:10px;
	z-index:2;
	margin: auto;
	background-color: #FFF;
	font-family: Calibri;
	font-size: 11px;
	color: #F39;
	text-align: center;
	top: 80px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 1px;
}

.round_corner {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(formulare/border-radius.htc);
}

