
/*layout*/

body {
	margin: 0px;
	text-align:center;
	background-image: url(../grafiken/bg_main_start.jpg);
	background-repeat: repeat;	
}

#frame_FIRST {
	width:100%;
	margin-top:8%;
	text-align:left;
	float: left;
	background-color: #FFFFFF;
}

#frame_END {
	width:100%;
	height:92%;
	text-align:left;
	float: left;
	background-color: #cacacc;
}

#frame_TOP {
	width:100%;
	height: 460px;
	text-align:left;
	float: left;
	background-image: url(../grafiken/bg_main.jpg);
	background-repeat: repeat;
}

#frame_BOTTOM {
	width:100%;
	height: 100px;
	text-align:left;
	background-image: url(../grafiken/bg_main_bottom.jpg);
	background-repeat: repeat;
	float: left;
}

#box_RAHMEN {
    width:940px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#box_HEADER {
	width: 940px;
	height: 120px;
	padding: 0px;
	background-image: url(../grafiken/bg_logo.gif);
	background-repeat: repeat;
	float: left;
}

#box_LOGO {
	width: 305px;
	height: 100px;
	padding-top: 0px;
	padding-left: 45px;
	float: left;
}

#box_HEADERIMAGE {
	width:920px;
	height: 180px;
	padding-left: 20px;
	text-align:left;
	background-image: url(../grafiken/bg_kachel_top.gif);
	background-repeat: repeat;
	float: left;
}

#box_IMAGE {
	width:900px;
	height: 180px;
	padding-left: 0px;
	text-align:left;
	float: left;
}


#box_CONTENT {
	width: 940px;
	padding: 0px;
	background-image: url(../grafiken/bg_kachel_content.gif);
	background-repeat: repeat;
	float: left;
}

#box_EDITORIAL {
	width: 900px;
	height: 160px;
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px;
	background-image: url(../grafiken/bg_content.jpg);
	background-repeat: no-repeat;
	
}

#box_NAVIGATION {
	width: 380px;
	height: 56px;
	padding-top: 0px;
	padding-left: 300px;
	float: left;
}

#box_COPYRIGHT {
    width:895px;
	height: 50px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top: 20px;
	padding-top: 0px;
	padding-left: 45px;
	text-align: left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333334;
}

/*elemente navigation*/

a.LINK_adress_footer:link, a.LINK_adress_footer:visited
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333334;
	text-decoration: none;
}

a.LINK_adress_footer:hover, a.LINK_adress_footer:active
	{
	color: #333334;
	text-decoration: underline;
}


@media print {

a:link, a:visited{
	text-decoration:none;
}
	
a:hover, a:active{
	text-decoration:none;
}

body {
	background:none;
}

#box_HEADER {
	width: 940px;
	height: 120px;
	padding: 0px;
	background-color: #ffffff;
}

#box_LOGO {
    padding-left: 0px;
	display:block;
}

#box_TOPNAV {
	display:none;
}

#box_HEADERIMAGE {
	display:none;
}

#box_MAINNAV {
	display:none;
}

#box_EDIORIAL {
	display:block;
}

#box_FOOTER {
    display:none;
} 

#box_PRINTER {
    display:none;
} 

#box_COPYRIGHT {
	display:block;
	padding-left: 0px;
}

}