* {
margin: 0;
padding: 0;
}
html {
	height: 100.01%;
}
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	background-color: #B3B3B3;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrap {
	min-height: 100%; 			/* Angabe, um Hoehe 100% im Browser*/
	height: auto !important; 	/* Angabe, um Hoehe 100% im Browser*/
	height: 100%; 				/* Angabe, um Hoehe 100% im Browser*/
	width: 960px;
	background-image: url(../LAG-Berlin-Start/hg.gif);
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	border: 5px solid #FFFFFF;
}
#logo {
	position: absolute;
	top: 10;
	z-index: 50;
	width: 610px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 90px;
}
#logo img {
	margin-top: 15px;
}

#titel {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #333333;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
	font-weight: normal;
	position: absolute;
	left: 268px;
	top: 10px;
	z-index: 60;
	background-color: transparent;
	padding-top: 0px;
}

#menu {
	width: 201px;
	position: absolute;
	top: 140px;
	left: 0;
	font-size: 1.1em;
	z-index: 100;
   }

#header {
	background-image: url(../LAG-Berlin-Start/top.png);
	height: 112px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
}

