/* CSS RESET */
body,div,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,table,form,fieldset,legend,p,blockquote,th,td,img{margin:0;padding:0;border:0;}
input{margin:0;text-indent:0}
address,caption,em,strong,th{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
abbr,acronym{border-width:0;font-variant:normal;}
table,input,textarea,select,span{font-family:inherit;font-size:inherit;font-weight:inherit;font-size:1em;}

li{list-style: disc;}
ol li{list-style: decimal;}
em {font-style: italic;}
strong {font-weight: bold;}
abbr, acronym {cursor: help; border-bottom-width: 1px; border-style: dotted;}

/* FONTS */
* { font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif; }
#body { font-family: "Tahoma MS", Tahoma, "Verdana CE", Verdana, "Arial CE", Arial, "Lucida Grande CE", "Helvetica CE", lucida, sans-serif; }

/* ELEMENTS */
body, html { height: 100%; min-height: 100%; }
html > body { height: auto; }

body {
	position: relative;
	font-size: 78%;
	text-align: center;
	color: #000;
	background: #fff;
	overflow: auto;
}

h1 {
	display: block;
	margin: 27px 0 0.5em 0;
	font-size: 2em;
	font-weight: 600;
	color: #1b67a1;
}

h2 {
	margin: 22px 0 0 0;
	font-size: 1.6em;
	font-weight: 600;
}
h2.first {
	margin-top: 11px;
}

h3 {
	margin: 22px 0 2px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #404040;
}

a {
	color: #404040;
	text-decoration: underline;
}
a:hover {
	color: #000;
}

#head {
	height: 202px;
	background: #1b67a1 url('./default/head-bg.png') 0 0 repeat-x;
	border-bottom: 56px solid #d7d5c4;
	color: #fff;
	overflow: visible;
}
#head .content {
	height: 202px;
	overflow: visible;
}

#logo, #logo span {
	display: block;
	position: absolute;
	left: 379px;
	bottom: 33px;
	width: 135px;
	height: 70px;
	font-weight: 900;
	font-size: 1.6em;
	overflow: hidden;
}
#logo span {
	top: 0;
	left: 0;
	background: url('./default/escprojekt-logo.gif') 0 0 no-repeat;
}
#logo span.bg {
	background: url('./default/head-bg.png') 0 -99px repeat-x;
}
#logo a {
	color: #fff;
	text-decoration: none;
}

#news {
	position: relative;
	z-index: 9;
	width: 335px;
	height: 279px;
	margin-left: 20px;
	margin-bottom: -77px;
	font-size: 0.9em;
	background: #000 url('./default/news-bg.jpg') 0 0 no-repeat;
}

#news img {
	position: absolute;
	bottom: 0;
	float: left;
	margin: 0 10px;
	border: 10px solid #fff;
}
#news p, #news ul, #news ol {
	margin: 0.25em 10px 0.25em 120px;
}
#news li {
	margin-left: 15px;
}
#news p b {
	text-transform: uppercase;
}
#news .item {
	position: absolute;
	bottom: 10px;
	padding-bottom: 7px;
}

#body {
	margin-top: -56px;
	font-size: 0.95em;
	color: #404040;
	padding-bottom: 2em;
	background: url('./default/subhead-bg.png') 0 0 repeat-x;
}
#body .content {
	overflow: visible;
	line-height: 1.6em;
	overflow: hidden;
}

#body ul {
	margin: 0.33em 10px 0.33em 22px;
}

#menu {
	position: relative;
	z-index: 100;
	display: block;
	/*height: 56px;*/
	color: #000;
	overflow: visible;
}
#menu ul {
	margin: 0;
	overflow: visible;
}
#menu li {
	position: relative;
	float: left;
	list-style: none;
	text-transform: uppercase;
	overflow: visible;
	padding-right: 800px;
	margin-right: -800px;
}
#menu a {
	position: relative;
	z-index: 4;
	float: left;
	display: inline;
	height: 56px;
	padding: 0 11px;
	font-weight: bold;
	text-decoration: none;
	background: url('./default/blue-box.png') 11px 100% no-repeat;
	color: #000;
}
#menu li:hover a, #menu a:hover, #menu li.hover a {
	background-color: #fff;
}

#menu a span {
	position: relative;
	top: 27px;
}

#menu ul ul {
	position: absolute;
	z-index: 6;
	left: 0;
	top: 56px;
	display: block;
	width: auto;
	margin: 0 -1px;
	padding: 7px 11px;
	background: #fff;
	border: 1px solid #d7d5c4;
	border-top: 0;
}
#menu ul li:hover ul,
#menu ul ul.show {
	display: block;
}
#menu ul ul li {
	position: relative;
	float: none;
	line-height: 1.6em;
}
#menu ul ul a {
	float: none;
	width: 24em;
	height: auto;
	padding: 0 0 0 27px;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: none;
	background: #fff url('./default/blue-box.png') 0 50% no-repeat;
	color: #404040;
}
#menu ul ul a:hover {
	color: #000;
	text-decoration: underline;
}

#rbody {
	float: left;
	display: inline;
	position: relative;
	width: 575px;
	left: 375px;
}

#rbody p, #rbody address {
	margin: 0.4em 0;
}

#rbody dl {
	margin: 0.66em 0;
	padding: 11px;
}
#rbody dt {
	margin-top: 0.5em;
	font-weight: bold;
}
#rbody dd {
	/*margin-left: 1em;*/
}
#rbody dd span {
	display: inline-block;
	width: 3.5em;
}
#rbody ol.spanbullets li {
	position: relative;
	padding-left: 1.5em;
	list-style: none;
	overflow: visible;
	font-size: 1em;
}
#rbody ol.spanbullets li span {
	display: block;
	position: absolute;
	top: 0;
	left: -1.5em;
	line-height: 1.2em;
}
#rbody[id] ol.spanbullets li span {
	left: 0;
	line-height: 1.3em;
}
#rbody p.path {
	margin: -0.75em 0 0.75em 0;
}
#rbody p.path a {
	font-weight: bold;
	color: #d7d5c4;
}
#rbody p.path a:hover {
	text-decoration: none;
}

#lbody {
	float: left;
	display: inline;
	position: relative;
	left: -555px;
	width: 335px;
	margin-top: 78px;
	font-size: 0.95em;
	background: #fff;
}

#lbody h2 {
	padding-bottom: 11px;
	text-transform: lowercase;
	color: #404040;
	background: url('./default/lbody-h2-bg.png') 0 100% repeat-x;
}

#lbody ul.linklist {
	margin-left: 25px;
	margin-right: 0;
}
#lbody ul.linklist li {
	margin-right: 0;
	list-style: none;
}
#lbody ul.linklist a:hover {
	text-decoration: none;
}

#lbody dl {
	margin: 0.33em 10px 0.33em 25px;
}
#lbody dt {
	font-weight: bold;
	margin: 0.5em 0 0 0;
}

#foot {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 0.8em;
	color: #ccc;
}
#foot .content{
	background: url('./default/foot-bg.png') 20px 100% repeat-y;
}

#foot p {
	margin-left: 375px;
}
#foot a {
	color: #ccc;
	text-decoration: none;
}
#foot a:hover {
	color: #404040;
}

.content {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

.content p {
	text-align: justify;
}

.contact td {
	vertical-align: baseline;
}
.contact dl {
	margin: 0;
}
.contact dd {
	line-height: 1.6em;
}


.flashWrapper {
	margin: 0.5em 0;
}

/* HELPERS */
.w50 { width: 50%; }

.ns, hr { display: none; }
.ni { text-indent: 0 !important; }
.cb { clear: both; }
.cl { clear: left; }
.cr { clear: right; }
.center { margin-left: auto; margin-right: auto; text-indent: 0 !important; text-align: center !important; }
.fl { float: left; }
.fr { float: right; }
.tar { text-align: right !important; }
.tal { text-align: left !important; }
.taj { text-align: justify !important; }

