#bgr{
	background-color: #EAE2D7;
	width:800px;
	height:700px;
	position:absolute;
	top:75px;
	left: 50%;
	margin-left: -400px;
	z-index:0;
}

#container{
	width:948px;
	height:850px;
	background-image:url('img/page.png');
	position:absolute;
	top:0px;
	left: 50%;
	margin-left: -474px;
	z-index: 1;
}

body{
	margin:0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-image:url('img/background.jpg');
	background-color:#353E43;
}

p{
	margin: 0px 0px 10px;
}

h1, #nav h2, #news h2{
	display:none;
}

h1, h2, h3{
	margin: 0px;
	padding: 0px;
	margin-bottom: 1.5em;
}

img{
	border: none;
}

a{
	color: #C74217;
}

#nav{
	position:absolute;
	left: 60px;
	top: 220px;
	width: 280px;
	overflow: hidden;
}

#news{
	position:absolute;
	left: 75px;
	top: 440px;
	width: 280px;
	height: 230px;
	overflow: auto;
	padding-top: 30px;
	background-image: url('img/neuigkeiten.png');
	background-repeat: no-repeat;
}

#news p{
	margin: 0px 0px 10px 0px;
}

#content{
	position:absolute;
	left: 400px;
	top: 150px;
	width: 450px;
	height: 575px;
	overflow: auto;
	padding-right: 5px;
}

#logo{
	position:absolute;
	display: block;
	top:80px;
	left:40px;
	width: 250px;
	height:140px;
}

#awologo{
  position:absolute;
  top:70px;
  left:270px;
  z-index:10;
}

#imprint{
	position: absolute;
	display: block;
	top:720px;
	left:120px;
	width: 170px;
	height:30px;
}

.persontable .name{
	font-weight: bold;
}

.persontable .bereich{
	vertical-align: top;
	color: #666;
}

.persontable .mail{
	vertical-align: top;
}

.red{
	color: #C74217;
}

.small{
	font-size: 0.8em;
}

.grey{
	color: #808080;
}

a[rel] img{
	border: 3px solid #FFFFFF;
}

a[rel]:hover img{
	border-color: #C74217;
	cursor: url(img/lupe.gif), pointer;
}

/* Navigations-Buttons */

#nav ul{
	display:inline;
	list-style: none;
}

#nav ul li{
  padding:0px;
  margin:0px;
  font-size:6px;
}

#nav a{
  float:left;
  background-image: url('img/nav.png');
	background-repeat: no-repeat;
  width: 130px;
  height:16px;
  padding:8px 0px;
  margin-bottom: 5px;
  display:inline-block;
  font-size:12px;
  text-transform:uppercase;
  text-decoration: none;
  font-weight: bold;
  text-align:center;
  color: #FFF;
	/* position:absolute;
	top: -100px;
	left:-100px; */
}
#nav a:hover{
  color: #000;
}
#nav li:nth-child(odd) a{
  position:relative;
  top:20px;
}
#nav li:nth-child(2) a, #nav li:nth-child(3n) a{
  background-image: url('img/nav2.png');
}
/* #nav ul li span{
	display:none;
} */

/* #nav_programm a{
	width: 107px;
	height:43px;
	top: 0px;
	left:20px;
	background-image: url('img/nav_programm.png');
}
#nav_programm a:hover{
	background-image: url('img/nav_programm_over.png');
}

#nav_speisekarte a{
	width: 129px;
	height:37px;
	top:15px;
	left:120px;
	background-image: url('img/nav_speisekarte.png');
}
#nav_speisekarte a:hover{
	background-image: url('img/nav_speisekarte_over.png');
}

#nav_spechtferien a{
	width: 126px;
	height:26px;
	top:60px;
	left:0px;
	background-image: url('img/nav_spechtferien.png');
}
#nav_spechtferien a:hover{
	background-image: url('img/nav_spechtferien_over.png');
}

#nav_team a{
	width: 100px;
	height:26px;
	top:110px;
	left: 20px;
	background-image: url('img/nav_team.png');
}
#nav_team a:hover{
	background-image: url('img/nav_team_over.png');
}

#nav_bilder a{
	width: 92px;
	height:32px;
	top:75px;
	left: 110px;
	background-image: url('img/nav_bilder.png');
}
#nav_bilder a:hover{
	background-image: url('img/nav_bilder_over.png');
}

#nav_wegzuuns a{
	width: 107px;
	height:41px;
	top:120px;
	left: 120px;
	background-image: url('img/nav_wegzuuns.png');
}
#nav_wegzuuns a:hover{
	background-image: url('img/nav_wegzuuns_over.png');
} */

@media print {
  .noprint{
		display: none;
	}
  body{
    background-image: none;
    background-color: #FFFFFF;
  }
}
