/* ----------------------------------- */
/* ---------->>> CSS-HACKS <<<----------- */
/* ----------------------------------- */
/*

* html for IE6
*:first-child+html for IE7

*/

/* ----------------------------------- */
/* ---------->>> RESET <<<----------- */
/* ----------------------------------- */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
/* http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */

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;}
/* 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;}
/* own additions */
img {border:0;}
input {font-size:12px;}

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

body {font-size:70.00%;font-family:arial, sans-serif;margin:0;padding:0;}

a {color:#fff;text-decoration:none;}
a:hover {text-decoration: underline;}

ul, ol, dl {line-height:1.5em;margin:0 0 1em 0em;}
li {margin-left:0em;line-height:1.5em;list-style-type:none;}
dt {font-weight:bold;}
dd {margin:0 0 1em 2em;}
cite, blockquote {font-style:italic;}
blockquote {margin:0 0 1em 1.5em;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
pre, code {font-family:monospace;font-size:1.1em;}
acronym, abbr {letter-spacing:.07em;border-bottom:.1em dashed #ffcd00;cursor:help;}

/* ----------------------------------- */
/* ---------->>> HELPER <<<----------- */
/* ----------------------------------- */

/* http://code.google.com/p/blueprintcss/ */
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
.clear {clear:both;}

/* http://sonspring.com/journal/clearing-floats */
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;margin:0;padding:0;overflow:hidden;visibility:hidden;width:0;height:0;}

/* IE (PC) only :hover behaviour helper */
/* @see http://www.xs4all.nl/~peterned/ */
* html body { behavior:url("htc/csshover2.htc");}

/* TwinHelix png-fix */
/* http://www.twinhelix.com/css/iepngfix/ */
* html .png {behavior:url("htc/iepngfix.htc");}

/* Standards Compliant method to add Quicktime movies to pages */
/* http://realdev1.realise.com/rossa/rendertest/quicktime.html */
* html object.mov {display: none;}
* html object.mov/**/ {display: inline;}
* html object.mov {display/**/: none;}

div.spacer {font-size:0.08em;background:transparent;clear:both;width: 0;height: 0;}
.invisible {position:absolute;left:-5000px;}


/* -----------------------------------*/
/* ---------->>> LAYOUT <<<-----------*/
/* -----------------------------------*/

body {
  background-color: #C6C6C6;
}
p {
  font: 1.1em/1.4em arial, sans-serif;
  color: #fff;
  margin: 0 0 10px 0;
}
h1 a {
  position: absolute;
  top: 0;
  left: 640px;
  width: 290px;
  height: 77px;
  display: block;;
  background: url(../images/logo.png) no-repeat 0 0;
}
div.content {
  margin: 90px 0 0 0;
  height: 504px;
  background: url(../images/image-bg.png) repeat-x 0 0;
}
div.column-left {
  width: 310px;
  padding: 20px 0 0 0;
  float: left;
}
div.column-right {
  width: 630px;
  float: left;
}
div.column-left h2 {
  margin: 10px 0 10px 0;
  width: 320px;
  height: 54px;
  display: block;
  background: url(../images/h2-kunsthandwerkliches.png) no-repeat 0 0;
}
div.column-left div.text {
  margin: 0 0 0 26px;
  width: 280px;
  height: 350px;
}
div.slideshow {
  position: absolute;
  top: 20px;
  height: 472px;
  width: 630px;
}
div.frame {
  position: absolute;
  top: 110px;
  width: 630px;
  height: 472px;
  z-index: 1000;
  background: url(../images/frame.png) no-repeat 0 0;
}

/* ---------->>> NAVIGATION <<<-----------*/

ul.primenav {
  position: absolute;
  top: 550px;
  left: 26px;
  font: 11px aral, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
ul.primenav li {
  display: inline;
  margin: 0 10px 0 0;
}
ul.primenav li a {
  font-size: 1.0em;
  font-weight: bold;
}

/* ---------->>> FOOTER <<<-----------*/

div.footer p {
	font: 0.95em arial, sans-serif;
	color: #828285;
  text-align: center;
}
div.footer a {
	color: #828285;
}
div.footer a.buts {
  display: inline-block;
  text-indent: -5000px;
  background: url(../images/bildundtonstudio.png) no-repeat 0 0;
  width: 210px;
  height: 10px;
}
