/**
 * Copyright 2007-2008, EITEP;
 * @author W-Mark Kubacki; kubacki@hurrikane.de
 */

html, body {
	min-width: inherit;
}
body {
	font-size: 0.75em;
}

#doc3.yui-t2 {
	padding: 0;
	margin: 0;
}

/* layout */
ul.sidebyside {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
ul.sidebyside li {
	display: inline;
	padding: 0 0.4em 0 0.4em;
	border-left: 1px solid #a0a0a0;
}
ul.sidebyside li:first-child,
ul.sidebyside li.first {
	border-left: none;
}
#leftNav {
	position: absolute;
	top: 0.2em;
	left: 1em;
}
#rightNav {
	position: absolute;
	top: 0.2em;
	right: 2em;
}
#hd hr,
#company_list hr,
hr {
	display: none;
	clear: both;
}
#header img,
#header h1 {
	float: left;
}
li.company_entry {
	margin-bottom: 1em;
}
table.company {
	width: 760px;
}
table.company td.company_logo {
	width: 240px;
}
table.company td.company_address,
table.company td.company_phone_numbers {
	width: 260px;
}
table.contact_data th {
	font-weight: bold;
	padding-right: 2em;
	min-width: 6em;
}
.company_logo {
	width: 240px;
	text-align: center;
}
.company_logo img {
	border: 0;
	max-width: 240px;
	max-height: 60px;
}
.company_name {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0.1em;
}
a.geo-link {
	background: transparent url(/static/images/geolink.gif) no-repeat scroll left center;
	padding-left: 16px;
}
a.ext-link {
	background: transparent url(/static/images/extlink.gif) no-repeat scroll left center;
	padding-left: 16px;
}
a.pdf-link {
	background: transparent url(/static/images/16px/icon_pdf.gif) no-repeat scroll left center;
	padding-left: 24px;
}
#bd {
	margin: 1em 1em 0 0;
}
dl {
	margin-left: 2em;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 4em;
}
div.description {
	margin-top: 1em;
	margin-left: 2em;
	max-width: 740px;
}
div.description ul,
div.description ol {
	margin-left: 1em;
	margin-bottom: 1em;
}
div.description li {
	margin-left: 1em;
	margin-bottom: 0.2em;
	list-style-type: disc;
}
h2 {
	margin-left: 2.5em;
}
h3 {
	font-size: 107%;
	font-weight: bold;
	margin-bottom: 1em;
	background: url('/static/images/EITEP/hor_ver_1px.png') bottom left no-repeat;
}
p {
	margin-bottom: 0.5em;
}
p:first-letter{
	padding-left: 1em;
	font-weight: bold;
}

/* backgrounds */
#hd {
	background: url(/static/images/portal/shdw.png) #cbcbcb bottom repeat-x;
	padding-bottom: 4px;
}
#topmost {
	background: url(/static/images/portal/striped_grey_ver.png) #333333 bottom repeat-x;
	height: 1.8em;
}
#header {
	background: url(/static/images/portal/searchBk.png) #cbcbcb top repeat-x;
	padding-top: 5px;
	min-height: 3.7em;
	*min-height: 3.61em;
	*height: 48px;
}
#topmost, #header {
	padding-left: 1em;
	padding-right: 1em;
}
#bd h2.portal_name {
	background: none;
	margin-left: 0;
}

/* left menu */
#blaze_dyn_menu ul {
	list-style-type: none;
	margin: 2px 0 0;
	padding: 0px;
}
#blaze_dyn_menu li {
	border-top: 1px solid #cccccc;
	margin: 0;
	padding: 0 0 2px;
}
#blaze_dyn_menu a {
	color: #000000;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
#blaze_dyn_menu a.active {
	color: #006699;
	font-weight: bold;
}
#blaze_dyn_menu .dynMenuLvl1 {
	font-weight: bold;
	padding-left: 0.4em;
}
#blaze_dyn_menu .dynMenuLvl2 {
	padding-left: 1.2em;
}
#blaze_dyn_menu .dynMenuLvl3 {
	padding-left: 2em;
}
#blaze_dyn_menu .dynMenuLvl4 {
	padding-left: 2.4em;
}
#blaze_dyn_menu a.active_leaf {
	color: #ffffff;
	background-color: #006699;
}

/* fonts and colors */
#topmost a {
	color: #ffffff;
	text-decoration: none;
	font-size: 85%;
}
#topmost .highlight {
	color: #f8cd31;
}
#header h1 {
	font-weight: bold;
	font-size: 120%;
}
#localpath {
	font-size: 110%;
}
#localpath a {
	color: #000000;
	font-weight: bold;
}
h2 {
	margin-bottom: 1em;
	font-weight: bolder;
	font-size: 130%;
}