	body{
	background-color: #FFFFFF;
}
	
.main{
	position:absolute;
	height:100%;
	width: 680px;
	left:50%;
	margin-left:-350px;
	z-index: 1;
	}
	
.container{
	width: 678px;
	height: auto;
	border-style:ridge;
	border-width:1px;
	border-color: #CCCC99;
	margin-bottom: 22px;
	border-bottom-color: #CCCCCC;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

	
/* Link zum  Bibelzitat */

.zlinkdiv{
	width: 100px;
	height: auto;
	margin-left: 500px;	
	}

a.zlink {
	display:block;
	margin-bottom:5px;
	text-align:center;
	text-decoration:none;
	border-style:ridge;
	border-width:3px;
	bottom: 1px;
	}

a.zlink:link    { color:#800000; background-color:transparent; }
a.zlink:visited { color:#FF6600; background-color:transparent; }
a.zlink:hover   { color:#FF0000; background-color:#33CC99; }
a.zlink:active  { color:#ff0; background-color:#FFFFFF; }