/*  colors:
			active                  inactive
	ck:    #78B0A3                  #C2D3CD
	admin: #007A81					#A5BABD
	mms:   #142A4F					#9DA3AF
	mue:   #EDAD25					#E3D0A8
	wuib:  #E57A2C					#E0C2AA
	pe:    #9D1519					#C8A1A2
	bemaw logo links:  #67B4CE
	bemaw logo rechts: #0082AC
*/

/* --------------------------------  global  -------------------------------- */

body {
	height: auto;
	margin: 0;
	padding: 0;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Times New Roman,Times,serif;
	color: black;
	font-size: medium;
	/*font-size: small;      for all browsers */
}

/* height: use full height for left menu */

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }
h5 { font-size: 105%; }
h6 { font-size: 100%;
     margin-bottom:10px; }

a {
	color: black;
	text-decoration:underline;
}

/* ------------------------------  image menu  ------------------------------ */

#imageMenuDiv {
	display:none;
}

#top_BEMAW_text {
	padding-top: 0;
	padding-left:0;
	padding-bottom: 2px;
	font: 11px Verdana, Arial, Helvetica;
	font-stretch: condensed;
	color: black;
	text-decoration:none;
}

.BEMAW {
	font: 17px Verdana, Arial, Helvetica;
	font-weight: bolder;
}

/* ------------------------------  breadcrumbs  ----------------------------- */

#breadcrumbsDiv {
	clear: both;
 	height:35px;
 	width:100%;
	border-bottom: 1px solid #999999;
}

#breadcrumbs {
	clear: both;
	padding-left:0;
	padding-top:2px;
	font-size: 80%;
	font-weight: bold;
}

#breadcrumbsDiv ul {
 	list-style-image: url(../images/menu_bullet.gif);
}

#breadcrumbs li {
	display: inline;	/* remove line breaks */
	margin-left: 0.3em;
}

#breadcrumbs a {
	color: black;
	text-decoration: none;
}


/* -------------------------------  left menu  ------------------------------ */
#left_menu {
	display: none;
}

/* ---------------------------------  footer  ------------------------------- */
#footer {
	display: none;
}

/* --------------------------------  content  ------------------------------- */

#main-content {
   /*position: absolute;*/
   top: 0;
   left: 0;
}

#content {
	/*float: none;
    position: absolute;*/
	margin-left: 0;
	width: auto;
}

/* ---------------------------------  team  --------------------------------- */

#team {
	float: left;
	margin-bottom:60px;
}

#team li {
  list-style-image: url(../images/menu_bullet.gif);
}

#team dt {
	float: left;
	list-style: none;					/* remove bullets */
	margin:0px;
	padding-left: 30px;
	font-weight: bold;
}

#team dd {
	float: right;
	width: 370px;
	padding: 0px;
}

#team dl {
	clear: both;
	padding-top: 10px;
}

#team dd p {
	margin: 0px;
}

#team div {
	padding-top: 25px;
	clear: both;
}

#team li a {
	color: black;
	text-decoration:none;
}

/* ---------------------------------  floorplan ------------------------------ */

#floorplan li {
	list-style-image: url(../images/menu_bullet.gif);
}

#floorplan li a {
	text-decoration: none;
}



