/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html[xmlns="http://www.w3.org/1999/xhtml"] {
/* Gecko right-scroller-Fix */
	height: 100.05%;
}

h\tml:f\irst-child>body {
/*Opera and Safari*/
	height: 101%;
}
body {
	background-image: url('background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
  background-attachment: fixed;
	background-color: #FFF;
	color: #919094;
	font-size: 12px;
	font-family: Verdana, Arial;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: bold;
	color: #919094;
	margin:5px 0 5px 0;
}
ul {
  padding-left:15px;
  
}
ul, p {
	color: #919094;
	line-height: 1.5em;
}
a {
	color: #919094;
}
a { outline: none; }
img {
  border: none;
}
#wrapper {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 960px;
	height:100%;
	margin-left: -480px;
	background: transparent;
}
#pictureframetop {
  position: absolute;
  top: 0px;
  width: 960px;
	height:230px;
  background-image: url(photo-frames.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#navi, #centercontainer, #quote{
  width:720px;
  margin-left:120px;
}
#centercontainer {
  margin-top:45px;
}
#content {
  width:500px;
  overflow: hidden;
}
#contentrightcontainer {
  width:160px;
  float:right;
}
#contentrightcontainer h4 {
  font-size: 12px;
}
#contentrighttitle {
  margin-bottom:37px;
}
#pagetitle {
  width:500px;
  margin-bottom:40px;
}
/* min-height hack working in all browsers! */
.prop {
  height:600px;
  float:right;
  width:1px;
}
.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}
#aussen {min-height:600px;height:auto;}
/* bis 6 */
* html #aussen {height:600px;}
/* ie 5*/
html + body #aussen {height:600px;}
/* bis 6 */
* html .prop {display:none}

#quote {
  margin-top:250px;
  text-align: center;
}
#quote  img {
 margin-left:50px;
}
#navi {
  text-align: center;
  margin-top:5px;
}
#navi ul {
  padding: 0;
  margin:0;
  list-style: none;
}
#navi li {
  display: inline;
  list-style-type: none;
 
}
#footer {
  padding:15px 0 5px 0;
  text-align: center;
  font-size: 10px;
}

#footer a {
  color:#919094;
  text-decoration: none;
}

