﻿body{
	font-family: verdana;
	margin:0;
	height:1024px;
	padding: 0px;
	font-weight: normal;
	background:  #cce0a3 url('../images/background_soft.jpg') no-repeat fixed top center;
	text-align: center;
}

a {
	color:#a01802;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
  color: #FFBF00;
  text-decoration: none;
}

#navigation{
  margin-top: -18px;
	width:720px;
	height:97px;
}

#navigation  a {
height: 71px;
display: inline-block;
margin: 0;
padding: 0;
}

#navigation img {
margin: 0;
padding: 0;
}

#nav {
float: left;
margin-top: 90px;
width: 100px;
}

#nav ul {
list-style: none;
padding-left: 19px;
}
  #content {
  float: left;
  overflow: auto;
  margin-left: 34px;
  margin-top: 80px;
  width: 464px;
  height: 484px;
  padding: 8px;
  background-color: #fdf7f7;
  background-color: rgba(253, 247, 247, 0.5)
  }

#nav a{
	/*font-family:Helvetica;*/
	font-size:15px;
	text-decoration:none;
	color:#a01802;
	font-weight: bold;
}

#nav a:hover{
	color:#FFBF00;
}

h1 {
text-align: center;
	font-family: verdana;
	font-size:25px;
	color: #4c6351;
}

h1.team {
  margin-bottom: 2.5em;
}

h2, .s2{
	font-family: verdana;
	font-size:15px;
	color: #4c6351;
}

h2.team {
  font-size: 20px;
}

textarea {
    resize: none;
}


#website{
	/*position:absolute;*/
	width:700px;
	margin: 0 auto;
	/*left: 50%;*/
	text-align: left;
}
#header{
	width:691px;
	height:188px;
	
}
#contentBorder{
	width:702px;
	height:699px;
	background-image: url(../images/bambusrahmen.png);background-repeat:no-repeat;
}

#navigationLeft{
	width:100px;
	height:500px;
	position:absolute;
	margin-left:-435px;
	margin-top:390px;
	left:50%;
}

.people div {
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 108px;
  margin-left: 4px;
  padding-bottom: 3em;
}

#pLinda {
  background-image: url('../images/linda.png');
}

#pDavid {
  background-image: url('../images/david.png');
}

#pTim {
  background-image: url('../images/tim.png');
}

#pElisa{
  background-image: url('../images/elisa.png');
}

#pRebecca{
  background-image: url('../images/rebecca.png');
}

#pThomas {
  background-image: url('../images/thomas.png');
}

#pIwan {
  background-image: url('../images/iwan.png');
}

a.navNews {
background-image: url('../images/button_news.png');
width: 156px;
}
.pr1, a.navNews:hover {
background-image: url('../images/button_news_hover.png');
}
a.navGame{
background-image: url('../images/button_game.png');
width: 90px;
}
.pr2, a.navGame:hover {
background-image: url('../images/button_game_hover.png');
}
a.navGallery {
background-image: url('../images/button_gallery.png');
width: 94px;
}
.pr3, a.navGallery:hover {
background-image: url('../images/button_gallery_hover.png');
}
a.navContact {
background-image: url('../images/button_contact.png');
width: 97px;
}
.pr4, a.navContact:hover {
background-image: url('../images/button_contact_hover.png');
}
a.navTeam {
background-image: url('../images/button_team.png');
width: 97px;
}
.pr5, a.navTeam:hover {
background-image: url('../images/button_team_hover.png');
}
a.navImprint {
background-image: url('../images/button_imprint.png');
width: 165px;
}
.pr6, a.navImprint:hover {
background-image: url('../images/button_imprint_hover.png');
}
/* link hover image preloader */
.pr1, .pr2, .pr3, .pr4, .pr5, .pr6 {
  display:    none !important;
  width:      1px !important;
  height:     1px !important;
  overflow:   hidden;
  visibility: hidden !important;
}
dt {
  font-weight: bold;
}
dt, dd {
  margin-top: .5em;
  margin-bottom: .5em;
}
