/* 
    RALF WEBER grafik | design 2008
    http://www.ralfweber.biz/ 
*/


/* Browser Reset
------------------------------------------------------------ */

*{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-style:normal;
  text-decoration:none;
  vertical-align:baseline;
}


/* HTML Elemente
------------------------------------------------------------ */

html{
  width:100%;
  height:100%;
  background:#fff;
}

body{
  font:9pt/12pt Arial, Helvetica, Sans, sans-serif;
  color:#444;
}

h1{
  display:none;
}

h2{
  width:100%;
  margin:0 0 0.5cm 0;
  font:bold 11pt "Lucida Sans", Lucida, Arial, Helvetica, Sans, sans-serif;
  color:#9d2d40;
  text-transform:uppercase;
  border-bottom:0.5pt solid #444;
}

h3{
  width:12cm;
  margin:0 0 0.2cm 0;
  font:bold 9pt "Lucida Sans", Lucida, Arial, Helvetica, Sans, sans-serif;
  color:#9d2d40;
}

h4{
  margin:0 0 0.3cm 0;
  padding:0.4cm 0 0 0;
  font:bold 9pt "Lucida Sans", Lucida, Arial, Helvetica, Sans, sans-serif;
  color:#444;
}

h5{
  font:bold 13pt Arial, Helvetica, Sans, sans-serif;
  color:#444;
}

h6, h6 kbd{
  font:normal 9pt Arial, Helvetica, Sans, sans-serif;
  color:#444;
}

a:link{
  color:#444;
}

p{
  width:8.5cm;
  margin:0 0 0.3cm 0;
  text-align:left;
}

ul{
  width:8.7cm;
  margin:0 0 0.3cm 0;
  font:9pt/12pt Arial, Helvetica, Sans, sans-serif;
  color:#444;
  list-style:none;
}

#skills, #options{
  list-style:none;
}

strong, abbr{
  font-weight:bold;
}

em{
  text-decoration:underline;
}


/* Semantische DIV Elemente
------------------------------------------------------------ */

#wrapper{
  width:100%;
}

#site_branding{
  width:100%;
  height:2.5cm;
  clear:both;
}

#site_branding_logo{
  width:260px;
  height:60px;
  float:right;
}

#navigation{
  display:none;
}

#content_text{
  width:100%;
  margin:0 0 1cm 0;
}

#content_references, #content_extra{
  width:100%;
}

#siteinfo{
  width:100%;
  padding:2cm 0 0 0;
  clear:both;
}

#validation{
  display:none;
}

#copyright{
  font-size:7pt;
  color:#444;
  text-align:center;
}


/* Semantische CLASS Elemente
------------------------------------------------------------ */

.reference{
  position:relative;
  width:12cm;
  margin:0 0 1cm 0;
  padding:0 0 0.5cm 0;
  border-bottom:0.5pt solid #444;
  clear:both;
}

.project_thumbnail{
  width:2.4cm;
  height:2.4cm;
  margin:0 0.2cm 0 0;
  border:0.5pt solid #444;
  float:left;
}

.jumplink_top img{
  display:none;
}

.external_link{
  text-decoration:underline;
}


/* Formatierung Tabelle
------------------------------------------------------------ */

table{
  width:9cm;
  font:9pt/11pt Arial, Helvetica, Sans, sans-serif;
  color:#444;
}

.label_customer, .label_branch,
.label_workings, .label_url{
  width:1.8cm;
  height:0.5cm;
  font-weight:bold;
}


/* Microformats
------------------------------------------------------------ */

.vcard p{
  margin:0 0.3cm 0 0;
}

.fn{
  text-transform:uppercase;
}


/* Navigation
------------------------------------------------------------ */

#skiplink{
  display:none;
}

#jumplinks{
  display:none;
}

dl{
  display:none;
}

dt{
  display:none;
}

dd{
  display:none;
}


/* Kontaktformular
------------------------------------------------------------ */


#set_01, #set_02{
  display:none;
}