/* general style */

* {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

a, p, div, form, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

/*p { height: 6px; }*/

img {
	border: 0;
}

/* draggable styles */

table.drag, table.dragborder {
	position: absolute;
}

table.drag {
	border: 1px solid white;
}

table.drag td {
	padding: 1px 2px 1px 1px;
}

table.dragborder, table.dragborder td {
	border: 1px dotted #C0C0C0;
}

div#header {
	height: 77px;
	width: 957px;
	background-image: url('/images/header.jpg');
	vertical-align:bottom;
	position:relative;

}
a#hagebau_link {
	display: block;
	height: 40px;
	position: absolute;
	right: 0;
	top: 10px;
	width: 135px;
}
a#climaplussecurit_link {
	display: block;
	height: 40px;
	position: absolute;
	right: 0;
	top: 10px;
	width: 180px;
}
div#top_menu {

	position: absolute;
	left: 205px;
	top: 53px;
	width: 750px;
	height: 22px;
  text-align:right;

}



.lev0_item, .lev0_item_selected {
	display: block;
	/* border: 1px solid black; */
	padding: 5px 0;
	padding-right: 15px;
	padding-left: 41px; 
	float: right;
	text-transform: uppercase;
	color: white;
	text-align: right;
	text-decoration: none;	
}

.lev0_item:hover, .lev0_item_selected {
	background-image:url(/images/lev0_mouseover.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

body {
	padding: 0;
	margin:0;
	background: url(/images/body_bg.png) top center #FFF;
	/* overflow:auto; */
	
}

/* html, body { width:100%; height:100%; } */

#SiteContainer1 {
	text-align: center;
	background: url(/images/body_bg_top.png) top center no-repeat;
}
#SiteContainer2 {
	text-align:left;
	width: 972px;
	margin: 0 auto;
	
}

div#Content { 
	vertical-align: top;
}

div#Main {
	/* margin: 33px 16px 0 0;  */
 margin-top: 10px;
 padding-left:16px;
	/*	margin-right: 16px; */
 	height:100%;
	/* margin-top: 16px; */
}

#submenu a.mini_menu {
	text-decoration:none;
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	display:normal;
	background-image:none;
	padding:0;
	width:auto;
	line-height:auto;
	float:left;
}
.impressum {
  margin-left:-1px; 
}
.impressum a.mini_menu {
	text-decoration:none;
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	display:normal;
	background-image:none;
	padding:0;
	padding-top:2px;
	width:auto;
	line-height:auto;
	float:left;
}

div#logo_link {
	position:absolute;
	left:0px;
	top:0px;
	/* border: 1px solid black; */
}


#bottom {
	position:fixed;
	bottom:0;
	width: 100%;
	text-align:center;
	/* border:1px solid black; */
	height:35px;
	margin-left:-1px;
	background: url(/images/footer.jpg) top center repeat-y transparent; 
	z-index:10;
	/* border:1px solid black; */
}

@media print
{
#bottom { display:none; }
}