html {
	overflow:scroll;
}

body {
	margin:0px;
	padding:0px;
	/*background:#EAE5CB;*/
	font-family:"Times New Roman", serif;
	font-size:12pt;
	color:#676056;
	background:#C6C3C6;
	background-image:url(banner_bg.gif);
	background-repeat:repeat-x;
	background-position:0px 75px;
}

h1 {
	font-size:1.35em;
	font-weight:normal;
	color:#780050;
}


h2 {
	font-size:1.05em;
	font-weight:bold;
}

a {
		color:#780050;
	text-decoration:underline;
}

a:hover {
	color:#676056;
}

#banner {
	height:195px;
	width:985px;
	margin:75px auto 0px auto;
}

#logo {
	float:left;
	clear:left;
	margin:50px 0px 0px 0px;
	padding:0px;
}

#menu {
	float:left;
	clear:right;
	margin:0px;
	padding:0px 0px 0px 30px;
	list-style:none;
}

#menu li {
	float:left;
	padding:0px;
	min-height:195px;
}

#menu a {
	display:block;
	color:white;
	text-decoration:none;
	font-size:0.75em;
	padding:8px 9px;
	min-height:178px;
	margin-top:2px;
}

#menu a:hover, #menu .act  {
	background-image:url(menu_act_bg.png);
}

* html #menu a:hover, * html #menu .act {
	background-image:none;
	text-decoration:underline;
}

#page {
	/* standard:*/
	background-image:url(page_bg.jpg);
	min-width:985px;
	
	/* testing: */
	background:#EAE5CB;
	background-image:url(streifen.png);
	background-repeat:repeat-x;
	background-position:left 126px;
}

* html #page {
	background-image:none;
}

#content {
	width:985px;
	margin:0px auto 0px auto;
	background-image:url(content_bg.png);
	background-position:360px bottom;
	background-repeat:no-repeat;
}

* html #content {
	background-image:none;	
}

#image {
	float:left;
	clear:left;
	height:350px;
	width:342px;
	margin:0px;
	background:#aaaaaa;
	border-left:2px solid #ffffff;
	border-right:2px solid #ffffff;
}

#text {
	float:left;
	width:485px;
	min-width:400px;
	padding:10px;
	margin:0px 0px 0px 30px;
	font-size:0.75em;
}

#features {
	float:right;
	list-style:none;
	line-height:30px;
	padding: 15px 0px 0px 0px;
	margin: 0px;
}

#features li {
	display:inline;
}

#features a img {
	border:0px;
}

#footer {
	width:100%;
	min-width:985px;
	line-height:20px;
	margin-bottom:75px;
	background:#780050;
	font-size:0.8em;
	color:#ffffff;
	text-align:center;
}

#footer a {
	color:#ffffff;
}

