/*----------------------------------------------------------------------*/
/*                                                                      */
/*                Stylesheet zu JoosWolfangel-Website                   */
/*                             *  *  *  *                               */
/*                   Programmierung: www.per.net.ch                     */
/*                                                                      */
/*    DIE CSS-DEFINITIONEN SIND NACH CSS2 VALIDIERT UND FUER AKTUELLE   */
/*    BROWSERVERSIONEN OPTIMIERT UND GETESTET.                          */
/*                                                                      */
/*----------------------------------------------------------------------*/




/*
--------------------------------------------------------------------------
Dokument-Aufbau
--------------------------------------------------------------------------

- Standard HTML Elemente

- Layout Hauptelemente

- Allgemein gültige Klassen

- Bereichsformatierung
  - weitere Layoutelemente
  - Formatierung HTML Elemente
  - Spezielle Elemente innerhalb Bereichen
  
    - Header
    - Label
    - Content
      - side-column
      - main-column
    - Footer

- Navigationen
  - sub-navi (Unternavigation side-column)
  - top-navi (Zusatznavi am Seitenkopf)
  - main-navi (Hauptnavigation im Header)
------------------------------------------------------------------------*/



 
/* 
--------------------------------------------------------------------------
VERWENDETE FARBEN
--------------------------------------------------------------------------

Angebot     (Rot dunkel)      #c5003d     197 000 061
            (Rot hell)        #f3ccd8     243 204 216

Portfolio   (Blau dunkel)     #938ae0     147 138 224
            (Blau hell)       #e9e8f9     233 232 249

Kunden      (Grün dunkel)     #add03e     173 208 062
            (Grün hell)       #eff6d8     239 246 216

Projekte    (Lila dunkel)     #cf6fd5     207 111 213
            (Lila hell)       #f5e2f7     245 226 247

Team        (Orange dunkel)   #ff9000     255 144 000
            (Orange hell)     #ffe9cc     255 233 204


Schrift     (Grau - Normal)   #6e6e6e     110 110 110
            (Rot - Headline)  #c5003d     197 000 061
            (Rot - Links)     #c5003d     197 000 061

Background                    #f3f1f0     243 241 240

Titlebar                      #afa59f     175 165 159

------------------------------------------------------------------------*/






/* Importdateien für Bilder zu Headlines etc.                           */
/*======================================================================*/

@import url(headlines.css);






/* Standard-Elemente - Grundeinstellungen                               */
/*======================================================================*/



* {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	color: #6e6e6e;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	background: url(../images/design/bg_body.jpg) repeat-x #fff;
}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 12px; }
h6 { font-size: 12px; }

h2 {            /* Haupt-Seitentitel mit Bildersetzung */
  height: 0px;
  overflow: hidden;
  background-repeat: no-repeat;
  }
  .head1 { padding-top: 24px }
  .head2 { padding-top: 47px }
  .head3 { padding-top: 71px }
  
h3 {            /* Rote Titel in Lauftext und Titel-Bar */
  color: #c5003d;
  margin-bottom: 4px;
  }
  .titlebar {
    margin-top: 55px;
    padding: 6px 25px 6px 25px;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/design/bg_titlebar.png) no-repeat transparent;
    border-bottom: 1px dotted #afa59f;

  }

h4 {           /* Untertitel nach h3 */
  font-weight: normal;
  margin-top: 4px;
  margin-bottom: 18px;
}

li {
	list-style-type: none;
}

img { border: none; }

a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover, a:active {
  color: #c5003d;
}




/* Layout Hauptelemente                                                 */
/*======================================================================*/

/* 
  Weitere untergeordnete Div-Formatierungen im Bereich
  «Formatierung nach Bereichen»
  
  Sämtliche Navigations-Definitionen am Ende des Dokuments.
*/

#access {
  display: none;
  }

#container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  background: url(../images/design/bg_container.png) no-repeat;
  }

#header {
  position: relative;
  width: 815px;
  height: 215px;
  margin: 0 70px 0 74px;
  }
  
  /* Positionierungen Homepage */
  #home #header {
    width: 800px;
    height: 291px;
    margin: 0 80px 0 79px;
    }
  
#label {
  position: absolute;
  width: 35px;
  height: 300px;
  top: 250px;
  right: 80px;
  }
  
  #home #label {
  top: 326px;
  }

#content {
  margin: 0 115px 25px 80px;
  }

#sub-navi, #side-column /* Side Column for Homepage */
  {
  float: left;
  width: 190px;
  }

#main-column {
  margin-left: 235px;
  background: url(../images/design/bg_main-top.gif) no-repeat #f3f1f0;
  }

  #main-column-inner {
    padding: 35px 55px 60px 55px;
    background: url(../images/design/bg_main-bottom.gif) bottom no-repeat;
    }

#footer {
  clear: both;
  margin: 0 115px 20px 80px;
  }






/* Allgemein gültige Klassen                                            */
/*======================================================================*/

.link {
  padding-right: 3px;
  color: #c5003d;
  letter-spacing: -2px;
}

.lead {
  font-size: 15px;
  line-height: 22px;
  margin: 20px 0;
}





/* Formatierung nach Bereichen                                           */
/*======================================================================*/

/* +++++++++++++++ HEADER +++++++++++++++ */

#head-navi {
  position: absolute;
  top: 20px;
  right: 94px;
  width: 211px;
  }
  #home #head-navi {
  right: 84px;
  }

#site-title {
  position: absolute;
  top: 20px;
  left: 0;
  width: 800px;
  height: 195px;
  }
  
  #home #site-title {
    top: 45px;
    height: 163px;
    }

#main-navi {
  position: absolute;
  top: 147px;
  left: 278px;
  width: 450px;
  height: 122px;
  z-index: 10;
  }
  
  #home #main-navi {
    top: 223px;
    }
  



/* +++++++++++++++ LABEL +++++++++++++++ */

#label p { 
  display: none;
  }

#home #label { background: url(../images/design/label_home.gif) no-repeat; }
#atelier #label { background: url(../images/design/label_atelier.gif) no-repeat; }
#portfolio #label { background: url(../images/design/label_portfolio.gif) no-repeat; }
#kunden #label { background: url(../images/design/label_kunden.gif) no-repeat; }
#team #label { background: url(../images/design/label_team.gif) no-repeat; }
#kontakt #label { background: url(../images/design/label_kontakt.gif) no-repeat; }
#impressum #label { background: url(../images/design/label_impressum.gif) no-repeat; }
#agb #label { background: url(../images/design/label_agb.gif) no-repeat; }
#freestuff #label { background: url(../images/design/label_freestuff.gif) no-repeat; }
#projekte #label { background: url(../images/design/label_projekte.gif) no-repeat; }






/* +++++++++++++++ CONTENT +++++++++++++++ */

/* ---------- SIDE COLUMN ---------- */

.teaser {
  margin: 0 0 20px 20px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #6e6e6e;
  }

.teaser img {
  margin-bottom: 0px;
  padding: 0 6px 0 0;
  }

.teaser img.first {
  margin-left: -20px;
  padding-bottom: 16px;
}

.teaser img.initial {
  padding-bottom: 16px;
  float: left;
  padding: 2px 6px 0 0;
}

/* ---------- MAIN COLUMN ---------- */


/* Allgemeine Main Column Elemente */

#main-column p {
  margin-bottom: 14px;
  }
  
 #portfolio #main-column p {
    margin-bottom: 0;
    }

#FlashID {
  display: block;
  height: 190px;
  width: 420px;
  margin: 0px 0 0 0px;
  border: 0px solid #ddd;
  }
  

.flash-more {
  width: 75px;
  height: 20px;
  margin-left: 295px;
  line-height: 12px;
  text-align: center;
  background: url(../images/design/bg_flash-more.png) no-repeat;
}
.thumbnail-bar a:link, .thumbnail-bar a:visited{
  display: block;
  height: 40px;
  width: 40px;
  margin: 0 30 0 0px;
  border: 0px solid;
  }


/* Content Block */

.content-block {
  margin-top: 30px;
  overflow: hidden;
  }

.content-block img {
  padding-top: 3px;
  }

.image-left img { float: left; }
.image-right img { float: right;
					margin-left:10px;
					margin-bottom:15px;
					width: 225px;}

.image-left p, .image-left h3, .image-left h4 { margin-left: 170px; }
.image-right p, .image-right h3, .image-right h4 { margin-right: 0px; }



/* Testi Block */

.testi-block {
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #6e6e6e;
  }



/* Link Bar */

.link-bar {
  overflow: hidden;
  width: 420px;
  height: 20px;
  margin-top: 20px;
  padding-top: 3px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-top: 1px dotted #6e6e6e;
  border-bottom: 1px dotted #6e6e6e;
  }

.link-bar a {
  display: block;
  float: right;
  }
  
.link-bar a.leftlink {
  display: block;
  float: left;
  }

.link-bar .link {
  letter-spacing: normal;
  }


/* Thumbnail Bar */

.thumbnail-bar {
  overflow: hidden;
  width: 420px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #6e6e6e;
  }

.thumbnail-bar a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  background: transparent;
  }
  
  .thumbnail-bar a:link, .thumbnail-bar a:visited { border: 1px solid #f3f1f0; }
  
  .thumbnail-bar a:hover, .thumbnail-bar a:active { border: 1px solid #6e6e6e; }





/* ---------- FOOTER ---------- */

#footer p {
	margin-left: 235px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: bold;
  }
  







/***************************************
* Subnavi
***************************************/

#sub-navi img {
  display: block;
}

#sub-navi ul {
	background: url(../images/design/sub-navi/bg_sub-navi.gif) bottom transparent;
	padding-bottom: 22px;
	padding-left: 1px;
	color: #6e6e6e;
}

#sub-navi li a:link, #sub-navi li a:visited {
	display: block;
	height: 25px;
	padding: 4px 8px 0 15px;
	margin-bottom: 4px;
	color: #6e6e6e;
}

#atelier #sub-navi li a:hover,    #atelier #sub-navi li a:active          { background: url(../images/design/sub-navi/bg_atelier_over.png) no-repeat; color: #6e6e6e; }
#portfolio #sub-navi li a:hover,  #portfolio #sub-navi li a:active        { background: url(../images/design/sub-navi/bg_portfolio_over.png) no-repeat; color: #6e6e6e; }
#kunden #sub-navi li a:hover,     #kunden #sub-navi li a:active           { background: url(../images/design/sub-navi/bg_kunden_over.png) no-repeat; color: #6e6e6e; }
#projekte #sub-navi li a:hover,   #projekte #sub-navi li a:active         { background: url(../images/design/sub-navi/bg_projekte_over.png) no-repeat; color: #6e6e6e; }
#team #sub-navi li a:hover,       #team #sub-navi li a:active             { background: url(../images/design/sub-navi/bg_team_over.png) no-repeat; color: #6e6e6e; }

#kontakt #sub-navi li a:hover,    #kontakt #sub-navi li a:active,
#adresse #sub-navi li a:hover,    #adresse #sub-navi li a:active,
#impressum #sub-navi li a:hover,  #impressum #sub-navi li a:active,
#agb #sub-navi li a:hover,        #agb #sub-navi li a:active	          	{ background: url(../images/design/sub-navi/bg_atelier_over.png) no-repeat; color: #6e6e6e; }

/*#sub-navi li a.aktiv {
	color: red;
	background: url(../images/design/subnavi/bg_menu_angebot_aktiv.gif) no-repeat;
}*/

#atelier #sub-navi li a.aktiv       { background: url(../images/design/sub-navi/bg_atelier_aktiv.png) no-repeat; color: #fff; }
#portfolio #sub-navi li a.aktiv     { background: url(../images/design/sub-navi/bg_portfolio_aktiv.png) no-repeat; color: #fff; }
#kunden #sub-navi li a.aktiv        { background: url(../images/design/sub-navi/bg_kunden_aktiv.png) no-repeat; color: #fff; }
#projekte #sub-navi li a.aktiv      { background: url(../images/design/sub-navi/bg_projekte_aktiv.png) no-repeat; color: #fff; }
#team #sub-navi li a.aktiv          { background: url(../images/design/sub-navi/bg_team_aktiv.png) no-repeat; color: #fff; }

#kontakt #sub-navi li a.aktiv,
#adresse #sub-navi li a.aktiv,
#impressum #sub-navi li a.aktiv,
#agb #sub-navi li a.aktiv	       		{ background: url(../images/design/sub-navi/bg_atelier_aktiv.png) no-repeat; color: #fff; }




/***************************************
* Head-Navi (Kontakt - Impressum - Home)
***************************************/

#head-navi ul {
	height: 8px;
	background: transparent url(../images/design/head-navi.gif) top left no-repeat;
}

#head-navi ul li {
	position: absolute;
	top: 0;
}

#head-navi ul li, #head-navi ul li a {
	height: 8px;
	display: block;
}

#head-navi ul li a {
	text-indent: -999em;
	text-decoration: none;
	/* commented backslash hack v2 \*/
	overflow: hidden;
	/* end hack */
}

/* Positionierung der over-bilder */
#nav-kontakt	  { left: 0; width: 66px; }
#nav-impress  { left: 66px; width: 98px; }
#nav-home       { left: 164px; width: 47px; }

/* Mouseoverbild und Bild für aktive Seite */
#nav-kontakt a:hover,	  body#kontakt #nav-kontakt	{ background: transparent url(../images/design/head-navi.gif) 0 -9px no-repeat; }
#nav-impress a:hover, body#impressum #nav-impressum	{ background: transparent url(../images/design/head-navi.gif) -66px -9px no-repeat; }
#nav-home a:hover,      body#home #navhome		{ background: transparent url(../images/design/head-navi.gif) -164px -9px no-repeat; }




/***************************************
* Main-Navi (Bildnavigation)
***************************************/

#main-navi ul {
	position: relative;
	height: 40px;
	width: 450px;
	background: transparent url(../images/design/main-navi.gif) top left no-repeat;}

#main-navi ul li {
	position: absolute;
	top: 0;
}

#main-navi ul li, #main-navi ul a {
	height: 40px;
	display: block;
}

#main-navi ul li a {
	text-indent: -999em;
	text-decoration: none;
	/* commented backslash hack v2 \*/
	overflow: hidden;
	/* end hack */
}

/* Positionierung der over-bilder */
#nav-portfolio	{ left: 0px; width: 100px; }
#nav-atelier	{ left: 101px; width: 76px; }
#nav-kunden		{ left: 178px; width: 76px; }
#nav-team		{ left: 255px; width: 57px; }
#nav-kontakt	{ left: 313px; width: 80px; }
#nav-home		{ left: 394px; width: 56px; }

/* Mouseover */
#nav-portfolio a:hover		{ background: transparent url(../images/design/main-navi.gif) 0px -41px no-repeat; }
#nav-atelier a:hover		{ background: transparent url(../images/design/main-navi.gif) -101px -41px no-repeat; }
#nav-kunden a:hover			{ background: transparent url(../images/design/main-navi.gif) -178px -41px no-repeat; }
#nav-team a:hover			{ background: transparent url(../images/design/main-navi.gif) -255px -41px no-repeat; }
#nav-kontakt a:hover		{ background: transparent url(../images/design/main-navi.gif) -313px -41px no-repeat; }
#nav-home a:hover			{ background: transparent url(../images/design/main-navi.gif) -394px -41px no-repeat; }


/* Aktive Seite */
body#portfolio #nav-portfolio	{ background: transparent url(../images/design/main-navi.gif) 0px -82px no-repeat; }
body#atelier #nav-atelier		{ background: transparent url(../images/design/main-navi.gif) -101px -82px no-repeat; }
body#kunden #nav-kunden			{ background: transparent url(../images/design/main-navi.gif) -178px -82px no-repeat; }
body#team #nav-team				{ background: transparent url(../images/design/main-navi.gif) -255px -82px no-repeat; }
body#kontakt #nav-kontakt		{ background: transparent url(../images/design/main-navi.gif) -313px -82px no-repeat; }
body#home #nav-home				{ background: transparent url(../images/design/main-navi.gif) -394px -82px no-repeat; }
