
/* v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----- RESET ENDS HERE ----- */




.justif { text-align:justify; clear:both; }

h1 { color:#ffcc00; } /* #94d308 */
a:link, a:visited { color:#404D7F; text-decoration:none; } /* #94d308 */
a:hover { text-decoration:underline; }

body {
  text-align:center;
  margin:0px;
  font:normal normal 0.7em tahoma,arial,helvetica,sans-serif;
  background-color:#fff;
/*  background-color:#98A6B8;
*/
}
div#horizon {
  width:750px;
  height:auto;
  margin:0px auto;
  border-top:5px solid #0A1B5A;
  overflow:hidden;
}


div#horizon div#space_right {
  float:left;
/*
  background:transparent url("gfx/firstpoint-logo_transparent.png") no-repeat right 10px; 
*/
  background:transparent url("gfx/firstpoint-logo_web.png") no-repeat right 10px;
  color:#fff;
  width:470px;
  text-align:left;
  color:#000;
  overflow:hidden;
	border-left:1px solid #cccfcc; 
  padding-top:90px;
}

div#space_right div#content {   padding:15px; }

div#horizon div#space_right abbr {
margin:0px; 
margin-right:0.5em;
color:#496e00;
font-weight:bold;
}

div#horizon div#space_right h1 {
  font:normal normal 2.8em arial,helvetica,sans-serif;
  letter-spacing:-0.08em;
  margin:10px 0 25px 20px;
}
div#horizon div#space_right h1 span#h_left {
  display:block;
  text-align:left;
  border-bottom:1px solid #fc0;
}
div#horizon div#space_right h1 span#h_right {
  display:block;
  text-align:right;
}

div#content p {
  margin:1.5em 4em;
  font-size:1em;
  padding:0;
}
div#content dl dd,
div#content ul {
  margin:0 2em 1.5em 4em;
	list-style: disc;
	padding:0em 2em;
}
div#content dl dt {   margin:0 4em; }
div#content h3 {margin:3em 4em 1em 4em; }

div#slogan {font-size:1.1em; text-align:left; margin:1.5em 5em;}
div#slogan .company  { font-weight:bold;}
div#slogan .text  {display:block; text-align:right;}

div#horizon div#footer {
  margin:0;
  margin-top:1em;
  font-size:1em;
  font-style:italic;
  padding:5px 10px;
  color:#fff;
  background-color:#5D6993;
  text-align:left;
  
}


div#horizon div#space_menu {
  background:transparent url("gfx/wuerfel.png") no-repeat top left; /* #FAB31B */
  float:left;
  text-align:left;
  padding-top:210px;
  width:270px;

}
div#space_menu ul { margin:0px; padding:0px; text-indent:0px; 	border-bottom:1px solid #e4e4e4; }
div#space_menu ul li {  
	list-style:none; 
	margin:0px; 
	padding:10px 10px 10px 25px ; 
	border-right:5px solid #0A1B5A; 
	border-top:1px solid #e4e4e4;
	margin-bottom:1px;
}
div#space_menu div#contact_data { border-top:35px solid #5D6993; padding:20px 1em 1em 25px; }
div#contact_data div#contact_addr p.indent {padding-left:0.5em;}
div#contact_data div#contact_addr {margin-bottom:0.5em;}

div#horizon div#clearer {
  clear:both;
  font-size:0em;
  height:0em;
}

