html, body {
  height:100%;
  margin:0px; padding:0px;
}
body {
  /*background: url(http://www.zeitgeist80.de/global_img/bg/bg_test0.gif);*/
  background:#fff;
  color:#A6A6A6;
}
a, a:link, a:visited {
	text-decoration:none;
	color:#666;	
}

a:hover {
	color:#333;	
}
h1, h2, h3 {
	margin:0px;
}
 
.clear {
	height:1px;
	clear:both;	
}
#cage {
	background: #fff;
	margin-top:0%;
	margin-bottom:0%;
	margin-left:auto;
	margin-right:auto;
	width: 820px;
	/*border:10px solid #606;*/	
}

.box {
	width:400px;
	height:400px;
	float:left;
	}
	

.box .inner {
	margin-left:5px;	
}
.logo {
	background: url(/z80_splash3.jpg);	
}
body#infos .logo{
	background: url(/img/infos_bg_big.jpg) no-repeat;	
}
body#infos .logo .inner {
	margin-left:0px;
	padding:7px 10px 7px 5px;
	height:400px;
	text-align:center;
	background: url(/img/infos_bg_big_top.jpg) no-repeat;	
}

.inner .title {
	height:20px;
}
.inner .hinweise {
	height:40px;
}
.inner .informations {
	width:100%;
	height:90px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:20px;
	background: url(/img/infos_bg.jpg) no-repeat;
}
.inner .informations h2 {padding: 0px; margin: 0px;
}
.inner .informations p {padding: 0px; margin: 0px;
}

.article_box { 
	margin-top:20px;
	background: url(/img/infos_bg_float_middle.jpg) repeat-y;
}
.article_box .article_inner{ 
	padding:20px;
	background:  url(/img/infos_bg_big_top.jpg) no-repeat top left;
	}
.article_footer{ 
	height:10px;
	background: url(/img/infos_bg_float_bottom.jpg) no-repeat bottom left;}
	
	
fieldset.contactform {
	border:none;
	border-bottom: 1px solid #a6a6a6;
	border-top: 1px solid #a6a6a6;
}
fieldset.contactform input {
	width:200px;
}
fieldset.contactform input.button {
	width:200px;
	border:none;
	border-bottom: 1px solid #a6a6a6;
	border-top: 1px solid #a6a6a6;
}
fieldset.contactform textarea {
	width:200px;
	height:5em;
}
fieldset.contactform label {
	display:block;
	padding:5px 0px;
	clear:both;
}
fieldset.contactform label span {
	display:block;
	width:100px;
	float:left;
}