


/*	GENERAL-BOXES				
															*/
															
#container {
	position: absolute;
	left: 0px;
	top: 0px;
		background-color: rgb(109,179,64)

}

#head {
	height: 125px;
	width: 1055px
}

#pict1 {
	width: 155px;
	height: 125px;
	background-color: #FFF;
	background-image: url(../_files/bg/bgh03.jpg);
	background-repeat: no-repeat;
	float: left
}

#pict2 {
	margin-left: 14px;
	width: 886px;
	height: 125px;
	background-color: #FFF;
	background-image: url(../_files/bg/bgh03.jpg);
	background-repeat: no-repeat;
	float: left
}

#content {
	margin-left: 14px;
	width: 1041px;
	background-color: #FFF
}

#spacer_top {
	margin-left: 25px;
	height: 40px;
	background-color: #FFF
}

#txtzLR {
	padding: 5px 30px 5px 25px;
	width: 465px;
	/*	Höhe von Textfeld Nicht setzen wegen float!!!	*/
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	float: left
}

#txtzNL {
	padding: 5px 30px 5px 25px;
	width: 465px;
	text-align: left;
	float: left
}

#col1NL {
	margin-bottom: 10px;
	padding: 5px 13px 5px;
	width: 248px;
	text-align: right;
	float: left
}

#col1LL {
	padding: 5px 13px 5px;
	width: 248px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	float: left
}

#col2LL {
	padding: 5px 0px 5px 14px;
	width: 230px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	float: left
}

#spacer_bot {
	clear: both;
	height: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
		background-color: rgb(109,179,64)
}

#footer {
	padding-right: 10px;
	text-align: right;
	width: 1045px;
	height: 20px;
	background-color: #FFF
}


/*	NAVIGARTION-BOXES		
															*/

#anim {
	position: absolute;
	left: 0px;
	top:0px;
	z-index:1
 }

#main_nav {
	 position: absolute;
	 top: 110px;
	 left: 0px;
	 width: 900px;
	 z-index:2
}

#nav1 {
	margin-left: 55px;
	float: left
}

#nav2 {
	margin-left: 19px;
	float: left
}

#nav3 {
	margin-left: 19px;
	float: left
}

#nav5 {
	margin-right: 19px;
	float: right
}

#nav4 {
	margin-right: 55px;
	float: right
}


/*	ACTIVITIES				
															*/

#act_nav_box {
	padding-right: 12px;
	width: 227px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	text-align: right
}

#act_cnt_box {
	width: 435px;
	text-align: left
}


/*	LINE-SYSTEM				
															*/

#line_dashed_ccc {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}

/*	COMMENT-SYSTEM		
															*/
															
#cmnt_box {
	margin-top: 60px;
	width: 248px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}

#clicking {
	padding: 0px 5px;
	width: 238px
}

#cmnt_cnt {
	padding: 5px 7px 5px 2px;
	margin-top: 5px;
	width: 239px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	background-color: rgb(245,245,245)
}

#cmnt_form {
	padding: 10px 7px 10px 0px;
	width: 241px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	background-color: rgb(245,245,245)
}

#cmnt_formW {
	padding: 0px 5px;
	width: 238px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}





-->