/*** 
    BASE
***/

* {
  padding: 0;
  margin: 0;
}

body {
  background: #1a1a1a url(../images/bg.gif) repeat-x fixed 0px 40px;
  font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #000000;
}

#content {
  margin-top: 40px;
  padding-bottom: 20px;
  width: 900px;
  background: #ffffff;
  min-height: 340px;
  border-right: 10px solid #1a1a1a;
}

h1 {
  padding: 40px 0 40px 30px;
  width: 154px; height: 32px;
 	background: transparent url(../images/exparia_logo.gif) no-repeat 30px 40px;
}

p {
  margin: 0 0 20px 0;
}

address {
  padding: 10px 0px 0px 250px;
  font-style: normal; 
}

a:LINK {
	border-bottom: 1px dotted #007ecc;
	text-decoration: none;
	color: #009ee0;
}



a:VISITED,
a:FOCUS,
a:HOVER,
a:ACTIVE {
	border-bottom: 1px dotted #a2daf4;
	color: #a2daf4;
	text-decoration: none;
}

a:LINK.nor,
a:VISITED.nor,
a:FOCUS.nor,
a:HOVER.nor,
a:ACTIVE.nor {
	color: #ffffff;
	border: 0;
}


/*** 
    STYLE
***/
h1 span {
  position: absolute;
  left: -999999px;
}


/*** 
    ICON
***/
.icon {
  margin: 3px 11px 0px 0px;
  padding-left: 20px;
}
.xing {
  background: transparent url(../images/xing_icon.gif) no-repeat 0px 2px;
}
.skype {
  background: transparent url(../images/skype_icon.gif) no-repeat 0px 2px;
}
.vcf {
  background: transparent url(../images/vcf_icon.gif) no-repeat 0px 2px;
}


/*** 
    FOTO
***/
.portrait {
  position: absolute;
  top: 166px;
  left: 30px;
}