/* CSS Document */

body {
  background-color: #D9CECC;
  color: #000000;

  text-align: center;  /* IE centering of the wrapper */
  margin: 0px;
  padding: 0px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

.smalltext {
  font-size: 9px;
  line-height: 12px;
}

img {
    border: none;
}

/* TOP */
#top {
  width: 770px;
  height: 186px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  background: url('../grafik/bg_top.jpg') no-repeat;
}
#top #nav {
	font-size: 18px;
	width: 500px;
	position: absolute;
	top: 120px;
	left: 60px;
	height: 30px;
	line-height: 30px;
}
#top #nav a {
	color: #000000;
	text-decoration: underline;
	margin-right: 20px;
}
#top #nav .selected a {
	color: #F9ECD3;
	text-decoration: none;
}
#top #subnav {
	width: 400px;
	position: absolute;
	top: 150px;
	left: 60px;
	height: 20px;
	border: 1px solid #F9ECD3;
	line-height: 20px;
}
#top #subnav a {
	color: #000000;
	text-decoration: underline;
	margin: 0px 5px 0px 10px;
}
#top #subnav .selected a {
	color: #F9ECD3;
	text-decoration: none;
}

/* MAIN */
#main {
	width: 770px;
	position: relative;
	margin: 0px auto;
	text-align: left;
	background: url('../grafik/bg_main.jpg') repeat-y;
}
#main .contentbox {
	float: left;
	margin-right: 20px;
}
#main .textbox {
	background-image: url('../grafik/bg_text.jpg');
	background-repeat: repeat;
	width: 440px;
}
#main .singlesmall {
	height: 143px;
}
#main .doublesmall {
	height: 281px;
}
#main .singlebig {
	height: 311px;
}
#main .textbox p,
#main .textbox h1,
#main .textbox h2 {
	margin: 0px 10px 0px 10px;
}
#main .textbox p {
	padding: 0px 0px 3px 0px;
}
#main .textbox p.closure {
	padding: 5px 0px 3px 0px;
	font-style: italic;
}
#main .textbox h1 {
	font-size: 18px;
	line-height: 25px;
	padding: 15px 0px 0px 0px;
}
#main .textbox h2 {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	padding: 5px 0px 0px 0px;
}
#main .imgbox {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#main .imgbox img {
	margin-bottom: 5px;
	display: block;
}
#main #row_first {
	height: 40px;
}
#main #row_last {
	height: 20px;
	width: 100%;
	clear: both;
}
#main .leftmargin {
	float: left;
	width: 50px;
}
#main .row {
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

/* BOTTOM */
#bottom {
	position: relative;
	width: 770px;
	height: 174px;
	background: url('../grafik/bg_bottom.jpg') no-repeat;
	text-align: left;
	margin: 0 auto;
}
#bottom #footer {
	color: #9A7470;
	text-align: right;
	width: 200px;
	position: absolute;
	right: 160px;
	bottom: 50px;
}
#bottom #footer a {
	color: #9A7470;
}
#bottom #by {
	color: #653B37;
	text-align: right;
	position: absolute;
	bottom: 10px;
	width: 300px;
	right: 63px;
}
#bottom #by a {
	color: #653B37;
}
