/* CSS Document */
html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#d7dfb2;
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden;/* */ 
	}
a {
	color:#009;
}
img {
	border:none;
}
h2 {
	color:#669933;
}
body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background:#d7dfb2;
}
/*Kopfzeile*/	
.head {
	position:absolute;
	margin-left:-389px;
	left:50%;
	top:10px;
	width:776px;
	min-width:776px;
	height:140px;
	background:url(banner.jpg) no-repeat;
	z-index:3;
}
/*Logo mit Homefunktion*/
.logo {
	position:relative;
	margin-left:20px;
	margin-top:20px;
	width:235px;
	height:96px;
	z-index:100;
	background-color:transparent;
	background:url(logo.gif);
	background-repeat:no-repeat;
	z-index:100;
}
/*Sprachauswahl ÃƒÂ¼ber Flaggen*/
.sprache {
	position:relative;
	margin-left:665px;
	margin-top:5px;
	background:url(flags.gif);
	background-repeat:no-repeat;
	width:77px;
	height:16px;
	z-index:100;
}
/*Navigation*/
.menue {
	position:absolute;
	margin-left:-386px;
	left:50%;
	top:150px;
	width:770px;
	min-width:770px;
	list-style:none;
	height:35px;
	background:#fff url(menu_bg.jpg);
	z-index:4;
}
/*aktiver Navigationspunkt Ebene 1*/
.active, .current {
	background:url(hover_button.jpg) no-repeat;
	width:117px;
	height:57px;
}
/*erste Navigationsebene (oben)*/
.nav1st li {
	margin-top:-18px;
	float:left;
	width:118px;
	height:40px;
	line-height:50px;
	background:url(button.jpg);
	/*border:1px solid #bbb;*/
	text-align:center;
	list-style-type:none;
}
.nav1st li a, #menu li a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:16px;
}
.nav1st li a:hover {
	color:#fff;
	font-weight:bold;
}
/*zweite Navigationsebene (links)*/
.nav2nd {
	position:fixed;
	margin-top: 85px;
	margin-left:40px;
	padding-top:20px;
	background:url(menu_links.jpg);
	width:115px;
	height:234px;
	background-repeat:no-repeat;
}
.nav2nd li {
	margin-top: 0px;
	margin-left:-40px;
	padding-left:10px;
	float:left;
	width:126px;
	height:auto;
	line-height:31px;
	background:url(button_links.png);
	background-repeat:no-repeat;
	text-align:left;
	list-style-type:none;
}
.nav2nd li a, #menu li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	font-size:13px;
}
.nav2nd li a:hover {
	color:#000;
	font-weight:bold;
}
/*aktiver Navigationspunkt Ebene 2*/
.active2, .current2 {
	background:url(button_links_a.png) no-repeat;
	width:126px;
	height:31px;
	padding-left:10px;
	margin-left:-10px;
}
/*dritte Navigationsebene (links)*/
.nav3rd {
	position: relative;
	margin-left:0px;
	width:115px;
	height:auto;
}
.nav3rd li {
	margin-top: 0px;
	margin-left:-20px;
	padding-left:0px;
	float:left;
	width:126px;
	height:31px;
	line-height:31px;
	text-align:left;
	list-style-type:disc;
	background:none;
	color:#FFF;
}
.nav3rd li a, .nav3rd li a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:13px;
}
.nav3rd li a:hover {
	color:#fff;
	font-weight:bold;
}
/*aktiver Navigationspunkt Ebene 3*/
.active3, .current3 {
	background:none;
	color:#00F;
	width:126px;
	height:31px;
}
/*Inhaltsbereich*/
.content {
	display:block;
	overflow:auto;
	position:absolute;
	z-index:3;
	top:150px;
	bottom:29px;
	width:770px;
	margin-left:-389px;
	left:50%;
	border-left:3px solid #333366;
	border-right:3px solid #333366;
	/*background:#ccffcc;
	opacity: 0,2;*/
	background:url(tile.png)
}
/*Textfeld*/
.text {
	position:relative;
	top: 65px;
	left: 200px;
	padding-bottom:40px;
	width:520px;
	z-index:4;
}
/*Fusszeile*/
#foot {
	text-align:center;
	position:absolute;
	margin-left:-389px;
	left:50%;
	bottom:5px;
	width:776px;
	min-width:776px;
	height:50px;
	background:url(foot.jpg) no-repeat;
	z-index:5;
}
/*Impressum*/
.impressum {
	position:absolute;
	top: 0px;
	left:-30px;
	width:200px;
	height:20px;
	z-index:1;
}
.impressum a {
	text-decoration:none;
	font-size:12px;
	color:#FFF;
	line-height:30px;
	margin: 4px 0 0 20px;
}
/*Brotkruemmelnavi*/
.bread {
	position:absolute;
	bottom:33px;
	margin-left:650px;
	width:auto;
	text-align:right;
	z-index:99;
	color:#FFF;
}
.bread a {
	text-decoration:none;
	font-size:12px;
	color:#CCC;
}

/*--Magazin-Layout--*/
.magazine-layout {
	position: relative;
	width: 100%;
}
.magazine-container {
	background: #f6f6f6;
}
 / * magazin_Layout mit verlinkten Einzelbildern * /  .magazine-image a, .magazine-image a:link, .magazine-image a:visited {
 color: #000;
 display: table;
 display: inline-block;
 filter: alpha(opacity=80);
 line-height: 0.0em;
 opacity: 0.80;
 -moz-opacity: 0.80;
}
.magazine-image a:focus, .magazine-image a:hover, .magazine-image a:active {
	color: #000;
	filter: alpha(opacity=100);
	opacity: 1.00;
	-moz-opacity: 1.00;
}
 / * komplett verlinktes magazin_Layout * /  a.magazine-link, a:link.magazine-link, a:visited.magazine-link {
 cursor: pointer;
 display: table;
 display: inline-block;
 filter: alpha(opacity=80);
 line-height: 0.0em;
 opacity: 0.80;
 -moz-opacity: 0.80;
}
a:focus.magazine-link, a:hover.magazine-link, a:active.magazine-link {
	cursor: pointer;
	filter: alpha(opacity=100);
	opacity: 1.00;
	-moz-opacity: 1.00;
}

