body
{
	margin: 0;
	padding: 0;
	font-family: verdana;
	background-color: #ccc;
}

a:link, a:visited, a:active
{
	color: #000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0;
}

img.gallerythumb
{
	border: 3px solid black;
}

div#thepage
{
	position: absolute;
	left: 50%;
	margin-left: -425px;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
}

div#layer_fog
{
	width:100%;
	height:100%;
	display: none;	
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 998;
	background-color: black;	
	filter:Alpha(opacity=80);
	opacity: 0.8;
}

div#layer_content
{
	width:100%;
	height:100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	color: white;
}

div#layer_content img
{
	border: 6px solid black;
}

div#layer_content a:link, div#layer_content a:active, div#layer_content a:visited
{
	color: #dddddd;
	text-decoration: none;
}

/*
	--- HEADER ---
*/

div#header
{
	position: relative;
	width: 850px;
	height: 350px;
}

div#logo
{
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 333px;
	height: 57px;
}

div#menubar
{
	position: absolute;
	bottom: 0;
	width: 850px;
	height: 30px;
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #fff;
	font-size: 24px;
}

div#menubar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#menubar ul li
{
	display: inline;
	float: left;
	width: 415px;
	height: 30px;
	margin: 0 5px;
	color: #fff;
}


div#lefttrigger
{
	position: absolute;
	left: 0;
	top: 0;
	width: 425px;
	height: 350px;
	z-index: 20;
}

div#leftbg
{
	position: absolute;
	left: 0;
	top: 0;
	width: 425px;
	height: 320px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: #000;
	z-index: 10;
}

div#leftmenu
{
	position: absolute;
	left: 0px;
	color: #fff;
	z-index: 30;
}

div.topmenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 320px;
	overflow: hidden;
}

div.topmenu ul li
{
	width: 425px;
	height: 50px;
	margin-bottom: 1px;
}

div.topmenu ul li img
{
	height: 50px;
	vertical-align: middle;
}

div.topmenu ul li a, div.topmenu ul li a:visited
{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	border: 0px solid #333;
}

div.topmenu ul li a:hover
{
	background-color: #111;
}

div#righttrigger
{
	position: absolute;
	right: 0;
	top: 0;
	width: 425px;
	height: 350px;
	z-index: 20;
}

div#rightbg
{
	position: absolute;
	right: 0;
	top: 0;
	width: 425px;
	height: 320px;
	color: #444;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: #000;
	z-index: 10;
}

div#rightmenu
{
	position: absolute;
	right: 0px;
	color: #fff;
	z-index: 30;
}


/*
	--- MAIN ---
*/

div#main
{
	position: relative;
	width: 850px;
	height: auto !important;
	height: 650px;
	min-height: 650px;
	background: #fff url(../images/zm_bg_fade.jpg) repeat-x;
}

div#page_home
{
	position: absolute;
	top: 50px;
	width: 500px;
	height: 600px;
	background-image: url(../images/schild_zm.jpg);
	background-repeat: no-repeat;
	padding-left: 260px;
}

div#page_home h2
{
	margin: 0;
	padding: 0;
}

div#form_left
{
	float:left;
	width: 40%;
}

div#form_right
{
	float:left;
	width: 60%;
}

/*
	--- FOOTER ---
*/

div#footer
{
	width: 850px;
	height: 20px;
	text-align: center;
	background-color: #fff;
	color: #aaa;
}

div#footer a
{
	color: #aaa;
}
