	body {
		background:url(images/bg.jpg) repeat-x #fbfbfb;
		color: gray;
    font-family: helvetica;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
	}
	
	body iframe body {
	  background: yellow !important;
	}
	
	.header {
		background:url(images/top.png) no-repeat;
		height: 90px;
		margin-bottom: 10px;
    position: relative;
	}
  
  .zettel {
    background: url("images/zettel.png") no-repeat scroll 0 0 transparent;
    height: 223px;
    position: absolute;
    right: 0;
    top: 0;
    width: 213px;
    z-index: 10;
  }
	
	.wrapper {
		margin: auto;
		width: 988px;
	}
	
	.front div.content {
		background:url(images/content-bg.png) no-repeat;
		height: 552px;
		position: relative;
	}
	
	div.content-repeat {
    background: url("images/content-repeat-bg.png") repeat-y scroll 0 0 transparent;
    padding: 10px 30px;
}

body.form div.content-top {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #ffffff;
  border: 1px solid #B6B7B7;
  border-bottom: none;
}

body.form div.content-bottom {
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #ffffff;
  border: 1px solid #B6B7B7;
  border-top: none;
}

body.form div.content-repeat {
  background: #fff;
  border-left: 1px solid #b6b7b7;
  border-right: 1px solid #b6b7b7;
}
	
	.links {
		float:right;
	}
	
	ul li {
		float: left;
		list-style-type: none;
		margin-left: -10px;
		margin-right: 15px;
		margin-top: 60px;
	}
	
	img {
		border: none;
	}
  
  div.links {
    color: #aaa;
    font-family: arial;
    font-size: 9px;
    margin-bottom: 30px;
  }
  
  div.links a:link,
  div.links a:visited {
    color: gray;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    outline: medium none;
    text-decoration: none;
  }
  
  div.links a:hover {
    color: black;
  }
	