
html, body
{
	margin: 0px;
	padding: 0px;
	
	font-family: sans-serif;
}

#genericContainer
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	
	padding-left: 10px;
	padding-right: 10px;
	
	width: 902px;
}

#genericContainer #topContainer
{
	width: inherit;
	height: 170px;
}

#topContainer #logo
{
	width: inherit;
	height: 70px;
	
} #logo img
{
	float: right;
	display: inline;
}

#genericContainer #navigation
{
	width: inherit;
	height: 100px;
}

#navigation #request
{
	float: left;
	display: inline;
	
	margin-top: 5px;
	margin-left: 20px;
}

#navigation #menu
{
	z-index: 256;
	float: left;
	
	overflow: visible;
	display: inline;
	
	margin-top: 12px;
	margin-left: 5px;
	
	width: 700px;
	height: 20px;
	
	cursor: pointer; 
	
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#menu .parent
{
	z-index: 512;
	float: left;
	
	overflow: visible;
	display: inline;
	
	margin-left: 5px;
	
	width: 110px;
	
} #menu li.parent a.main:hover
{
	color: #fff;
	text-decoration: underline;
}

#menu .children
{
	overflow: hidden;
	display: none;
	
	margin-top: 4px;
	
	opacity: 0.90;
	background-color: #3d3d3d;
}

.children li
{
	padding: 4px 2px 4px 2px;
}

.children li:hover
{
	background-color: #000;
}

.children .separator
{
	border-bottom: 1px solid #fff;
}

#menu a
{
	color: #fff;
	text-decoration: none;
}

#menu .parent:hover ul, #menu .parent ul li:hover
{
	z-index: 512;
	display: block;
	
	/* width: 100%;
	 */
	width: 250px;
	
	position: relative;
}


#genericContainer #bodyContainer
{
	margin-top: 10px;
	margin-bottom: 20px;
	
	width: inherit;
	height: auto;
	
	color: #383838;
	font-size: 13px;
}

#bodyContainer li
{
	list-style-type: disc;
	list-style-position: inside;	
}

#bodyContainer a
{
	color: #383838;
	
} #bodyContainer a:hover
{
	color: #d82415;
	
} #bodyContainer a:visited
{
	color: #9e1713;
}

#bodyContainer .textContainer
{
	margin-top: 5px;
	margin-bottom: 5px;
	
	min-height: 50px;
}

#bodyContainer #headlineContainer
{
	margin-top: 5px;
	margin-bottom: 5px;
	
	min-height: 25px;
}

#bodyContainer h1, #bodyContainer h2, #bodyContainer h3,
#bodyContainer h4, #bodyContainer h5, #bodyContainer h6
{
	margin: 10px 0px 10px 0px;
	color: #ed1c24;
	
	font-weight: bold;
}

#bodyContainer h1
{
	font-size: 24px;
}

#bodyContainer h2
{
	font-size: 20px;
}

#bodyContainer h3
{
	font-size: 16px;
}

#bodyContainer h4, #bodyContainer h5, #bodyContainer h5
{
	font-size: 12px;
}


#bodyContainer p
{
	margin: 10px 0px 10px 0px;
}

#bodyContainer i, #bodyContainer em
{
	font-style: italic;
}

#bodyContainer b, #bodyContainer strong
{
	font-weight: bold;
}

#bodyContainer .articleImage
{
} .articleImage img
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#bodyContainer .leftImage
{
	float: left;
	display: inline;
	
} .leftImage img
{
	margin-right: 10px;
}

#bodyContainer .rightImage
{
	float: right;
	display: inline;
	
} .rightImage img
{
	margin-left: 10px;
}

#bodyContainer .hSeparator
{
	width: inherit;
	border-top: 1px solid #ed1c24;
}

#bodyContainer .newsItem
{
}

.newsItem p
{
	text-align: justify;
}

#bodyContainer #mapContainer,
#bodyContainer #teaserContainer
{
	width: 280px;
}

#bodyContainer #mapContainer
{
	text-align: center;
}

#bodyContainer #pics img
{
	margin: 0px 10px 0px 0px;
}

#bodyContainer #news
{
	width: 622px;
}


/* Scientum only?
 */

#bodyContainer #emergencyRequest
{
	margin: 10px 0px 10px 0px;
	padding: 10px;
	
	border: 1px solid #ed1c24;
}

#emergencyRequest h1, #emergencyRequest h2,
#emergencyRequest h3, #emergencyRequest h4,
#emergencyRequest h5, #emergencyRequest h6,
#emergencyRequest p, #emergencyRequest label
{
	color: #fff;
}

#emergencyRequest h1, #emergencyRequest h2,
#emergencyRequest h3, #emergencyRequest h4,
#emergencyRequest h5, #emergencyRequest h6
{
	margin: 5px 0px 5px 0px;
}

#emergencyRequest .field
{
	padding: 1px;
	
	vertical-align: middle;
	
	background: #fff;
	border: 2px solid #ff535b;
}

#emergencyRequest .field:hover, #emergencyRequest .field:focus
{
	border: 2px solid #f4cc40;
}

#emergencyRequestDialog, #emergencyRequestConfirmationDialog
{
	font-size: 12px;
	font-family: sans-serif;
}

#bodyContainer #buildRequest
{
	margin: 10px 0px 10px 0px;
	padding: 10px;
	
	border: 1px solid #bbe0a0;
	background-color: #fafff7;
}

#buildRequest h1, #buildRequest h2, #buildRequest h2,
#buildRequest h4, #buildRequest h5, #buildRequest h6
{
	color: #383838;
}

#buildRequest table th
{
	padding: 5px 10px 10px 0px;
	font-weight: bold;
}

#buildRequest select
{
	width: 200px;
}

#buildRequest .field
{
	padding: 1px;
	
	vertical-align: middle;
	
	background: #fff;
	border: 2px solid #aef880;
}

#buildRequest .field:hover, #buildRequest .field:focus
{
	border: 2px solid #f4cc40;
}

#buildRequest fieldset
{
	border: 1px solid #bbe0a0;
}

#buildRequest fieldset legend
{
	padding: 0px 5px 0px 5px;
	
	color: #383838;
	font-weight: bold;
}

#buildRequest fieldset .checkbox
{
	float: left;
	
	margin: 0px 10px 0px 10px;
	width: 250px;
}

#buildRequest fieldset .vSpace
{
	clear: both;
	height: 5px;
}

#buildRequest #requestResults
{
	margin-top: 20px;
	padding: 0px 10px 0px 10px;
}

#buildRequest #requestResults .searchHit
{
	float: left;
	
	margin: 5px;
	width: 250px;
	height: 240px;
	
	border-left: 1px solid #bbe0a0;
}

#buildRequest #requestResults .searchHit td,
#buildRequest #requestResults .searchHit th
{
	padding: 2px 2px 2px 10px;
}

#buildRequest #requestResults .searchHit em
{
	font-style: italic;
}


