
/* Normalisiert margin, padding*/
body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin : 0; padding : 0;}

/* Normalisiert font-size fýr ýberschriften */
h1, h2, h3, h4, h5, h6
{font-size : 100%;}

/* Entfernt list-style aus listen */
ol, ul
{ list-style : none;}

/* Normalisiert font-style und font-weight auf normal */
adress, caption, cite, code, dfn, em, strong, th, var
{font-style : normal; font-weight : normal;}

table 
{border-collapse : collapse; border-spacing : 0;}

/* Entfernt border aus fieldset und img */
fielset, img
{border : 0;}



/* Entfernt anfýhrungszeichen aus q */
q:before, q:after 
{ content :''; }

html{
text-align:center;
background-image: url(img/bg.jpg); 
background-repeat : repeat;
background-position: 50% 0%;
background-color: #f0d097;}


/* header*/

body {
width: 960px;
margin: 0 auto;
text-align : left;

}

#header{
margin-left: 0px;

}

#logo a{
position: absolute;
float:left;
margin: 0px 0 0 14px;
height: 209px;
width: 274px;
background: url(img/logo.png) no-repeat 50% 0;
display:block;
text-indent:-9999px;
}

#logo a:hover{
margin: 0px 0 0 14px;
height: 209px;
width: 274px;
background: url(img/logo.png) no-repeat 50% 100%; 
text-indent:-9999px;
}



/* hauptnavigation*/

ul#main-nav {
margin-left: 295px;
height: 49px;
text-indent:-9999px;
}

ul#main-nav li {
display: inline;


}
li#home span{
float:left;
width: 75px;
height: 49px;
background-image: url(img/start.png);
background-position: 50% 100%;
text-indent: -9999px;
display: block;
}

li#home a{
float:left;
width: 75px;
height: 49px;
background-image: url(img/start.png);
background-position: 50% 0%;
text-indent: -9999px;
display: block;
}
li#home a:hover{
background-image: url(img/start.png);
background-position: 50% 50%;
}
li#home a:active{
background-image: url(img/start.png);
background-position: 50% 100%;
}

li#leistung span{
float:left;
width: 112px;
height: 49px;
background-image: url(img/leistung.png);
background-position: 50% 100%;
text-indent: -9999px;
display: block;
}

li#leistung a{
float:left;
width: 112px;
height: 49px;
background-image: url(img/leistung.png);
background-position: 50% 0%;
text-indent: -9999px;
display: block;
}
li#leistung a:hover{
background-image: url(img/leistung.png);
background-position: 50% 50%;
}
li#leistung a:active{
background-image: url(img/leistung.png);
background-position: 50% 100%;
}

li#referenzen span{
float:left;
width: 145px;
height: 49px;
background-image: url(img/referenzen.png);
background-position: 50% 100%;
text-indent: -9999px;
display: block;
}

li#referenzen a{
float:left;
width: 145px;
height: 49px;
background-image: url(img/referenzen.png);
background-position: 50% 0%;
text-indent: -9999px;
display: block;
}
li#referenzen a:hover{
background-image: url(img/referenzen.png);
background-position: 50% 50%;
}
li#referenzen a:active{
background-image: url(img/referenzen.png);
background-position: 50% 100%;
}

li#vita span{
float:left;
width: 66px;
height: 49px;
background-image: url(img/vita.png);
background-position: 50% 100%;
text-indent: -9999px;
display: block;
}

li#vita a{
float:left;
width: 66px;
height: 49px;
background-image: url(img/vita.png);
background-position: 50% 0%;
text-indent: -9999px;
display: block;
}
li#vita a:hover{
background-image: url(img/vita.png);
background-position: 50% 50%;
}
li#vita a:active{
background-image: url(img/vita.png);
background-position: 50% 100%;
}

li#kontakt span{
float:left;
width: 145px;
height: 49px;
background-image: url(img/kontakt.png);
background-position: 50% 100%;
text-indent: -9999px;
display: block;
}

li#kontakt a{
float:left;
width: 145px;
height: 49px;
background-image: url(img/kontakt.png);
background-position: 50% 0%;
text-indent: -9999px;
display: block;
}
li#kontakt a:hover{
background-image: url(img/kontakt.png);
background-position: 50% 50%;
}
li#kontakt a:active{
background-image: url(img/kontakt.png);
background-position: 50% 100%;
}


/*content*/
.wrapper{
position: absolute;
float: left;
width: 930px;
background-image:url(img/nav-bg2.jpg);
background-repeat:no-repeat;
padding-left: 30px;

}


.wrapper p{
font-family:Verdana, Geneva, sans-serif;
font-size:0.75em;
line-height:1.7em;
color:#151515;
}

.wrapper b{
color:#156f75;
}

/*startseite*/

 .rechts{
	float:left;
	margin-left: 10px;
	}
	
.links{
	float: left;
	margin-left: 10px;
	}	
	
.teaser a{
	text-decoration:none;
	color: #543b2d;
	font-weight: bold;
	}
.teaser a:hover {
color: #543b2d;
font-weight: bold;
border-bottom: 1px dashed #543b2d
}


.teaser {
clear: left;
float:left;
width:823px;
height:281px;
margin: 143px 0 0 30px;
padding: 20px 0px 0 0px;
background-image:url(img/teaser.jpg);
background-repeat:no-repeat;
background-position:20% 0;}

.teaser p{
font-family:Verdana, Geneva, sans-serif;
font-size:1.1em;
line-height:1.3em;
color:#151515;
text-shadow: 0px 1px 0px #fff2dc;
width: 373px;
margin: 0 0 0 20px;
z-index: 100;

}

.teaser ul, .teaser li{
font-family:Verdana, Geneva, sans-serif;
font-size:1.05em;
line-height:1.3em;
color:#151515;
text-shadow: 0px 1px 0px #fff2dc;
width: 373px;
margin: 0 0 0 10px;
float:left;
}


#alles{
	float: left;
	width: 870px;
	margin-top: -30px;
	background-image:url(img/bg-ref2.png);
	background-repeat: no-repeat;
	background-position:32px 21px;
	padding-top: 44px;
	margin-left: 12px;
	
	}
	
	
	
.illucontainer {
	margin: 0px;
	padding-bottom: 0px;
	background-image: url(img/ref-container.png);
	background-position: -1px 0px;
	background-repeat: no-repeat;
	width: 192px;
}

.illucontainer a {
	width: 192px;
	height: 148px;
	display: block;
  padding: 7px;
  padding-top: 8px;
  margin: 0px;
  background-image:none;
}

.illucontainer a img {
	margin: 0px !important;
	padding: 0px !important;
	border: none;
}

.illucontainer a:hover {
	border: none;
	background-image:none;
	}

.illu{
	float: left;
	width: 190px;
	margin-left: 20px;
	padding-bottom: 30px;
	}


.illu h2{
	font-family:Verdana, Geneva, sans-serif;
font-size:1.45em;
line-height:1.2em;
color:#151515;
text-shadow: 0px 1px 0px #fff2dc;
margin-bottom: -10px;
}

.ani{
	float: left;
	width: 190px;
	margin-left: 20px;
	padding-bottom: 30px;
	}


.ani h2{
	font-family:Verdana, Geneva, sans-serif;
font-size:1.45em;
line-height:1.2em;
color:#151515;
text-shadow: 0px 1px 0px #fff2dc;
margin-bottom: -10px;
}

.anicontainer {
	margin: 0px;
	padding-bottom: 0px;
	background-image: url(img/ani-container.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 192px;
}

.anicontainer a {
	width: 192px;
	height: 148px;
	display: block;
  padding: 7px;
  padding-top: 8px;
  margin: 0px;
  background-image:none;
}

.anicontainer a img {
	margin: 0px !important;
	padding: 0px !important;
	border: none;
}

.anicontainer a:hover {
	border: none;
	background-image:none;
	}
	
.webby{
	float: left;
	width: 190px;
	margin-left: 20px;
	padding-bottom: 30px;
	}


.webby h2{
	font-family:Verdana, Geneva, sans-serif;
font-size:1.45em;
line-height:1.2em;
color:#151515;
text-shadow: 0px 1px 0px #fff2dc;
margin-bottom: -10px;
}

.webcontainer {
	margin: 0px;
	padding-bottom: 0px;
	background-image: url(img/web-container2.png);
	background-position: -1px 0px;
	background-repeat: no-repeat;
	width: 192px;
}

.webcontainer a {
	width: 192px;
	height: 148px;
	display: block;
  padding: 7px;
  padding-top: 8px;
  margin: 0px;
  background-image:none;
}

.webcontainer a img {
	margin: 0px !important;
	padding: 0px !important;
	border: none;
}

.print{
	float: left;
	width: 190px;
	margin-left: 20px;
	padding-bottom: 30px;
	}


.print h2{
	font-family:Verdana, Geneva, sans-serif;
font-size:1.45em;
line-height:1.2em;
color:#151515;
text-shadow: 0px 1px 0px #fff2dc;
margin-bottom: -10px;
}

.printcontainer {
	margin: 0px;
	padding-bottom: 0px;
	background-image: url(img/print-container.png);
	background-position: -1px 0px;
	background-repeat: no-repeat;
	width: 192px;
}

.printcontainer a {
	width: 192px;
	height: 148px;
	display: block;
  padding: 7px;
  padding-top: 8px;
  margin: 0px;
  background-image:none;
}

.printcontainer a img {
	margin: 0px !important;
	padding: 0px !important;
	border: none;
}


.printcontainer a:hover {
	border: none;
	background-image:none;
	}

.referenz, .referenz a:hover {
	background-color: #b4c812;
	cursor: pointer;
}

#illubutton a {
margin: 17px 0 0 53px;
height: 27px;
width: 135px;
background-image:url(img/anschauen1.png);
background-repeat:no-repeat;
background-position:50% 100%;
display:block;
}

#illubutton a:hover {
background-image:url(img/anschauen1.png);
background-repeat:no-repeat;
background-position:50% 0%;
}
	

	
#anibutton a {
margin: 17px 0 0 53px;
height: 27px;
width: 135px;
background-image:url(img/anschauen2.png);
background-repeat:no-repeat;
background-position:50% 100%;
display:block;
}

#anibutton a:hover {
background-image:url(img/anschauen2.png);
background-repeat:no-repeat;
background-position:50% 0%;
}
	
#webbutton a {
margin: 17px 0 0 53px;
height: 27px;
width: 135px;
background-image:url(img/anschauen3.png);
background-repeat:no-repeat;
background-position:50% 100%;
display:block;
}

#webbutton a:hover {
background-image:url(img/anschauen3.png);
background-repeat:no-repeat;
background-position:50% 0%;
}
	
	
#printbutton a {
margin: 17px 0 0 53px;
height: 27px;
width: 135px;
background-image:url(img/anschauen4.png);
background-repeat:no-repeat;
background-position:50% 100%;
display:block;
}

#printbutton a:hover {
background-image:url(img/anschauen4.png);
background-repeat:no-repeat;
background-position:50% 0%;
}



/*Kontakt*/



#content-anschrift h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	line-height:1.2em;
	color:#003137;
	text-shadow: 0px 1px 0px #fff2dc;
	margin-bottom:10px;
	
}

#content-anschrift{
float:left;
width: 170px;
background-image:url(img/kontakt-bg-large.jpg);
background-repeat:repeat-x;
margin-left: 0px;
padding: 10px 10px 10px 10px;
}




.adr{
	background-image:url(img/house.jpg);
	background-repeat:no-repeat;
	height: auto;
	padding-left: 27px;
	margin-bottom:10px;
	
	}
	
.fon{
	background-image:url(img/fon.jpg);
	background-repeat:no-repeat;
	background-position:0% 60%;
	height: auto;
	padding-left: 27px;
	margin-bottom:10px;
	}

	
.fax{
	background-image:url(img/fax.jpg);
	background-repeat:no-repeat;
	height: auto;
	padding-left: 27px;
	margin-bottom:10px;
	}
	
.letterkon{
	background-image:url(img/letter.jpg);
	background-repeat:no-repeat;
	background-position:0% 60%;
	height: auto;
	padding-left: 27px;
	margin-bottom:10px;
	}
	
.web{
	background-image:url(img/web.jpg);
	background-repeat:no-repeat;
	background-position:0% 60%;
	height: auto;
	padding-left: 27px;
	
	}
	
.small {
   width: 900px;
   padding-left: 30px;
   margin-top: 150px;
   float:left;
   height: 100%;
   margin-bottom: 30px;
   }

.small h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.45em;
	line-height:3.2em;
	color:#151515;
	text-shadow: 0px 1px 0px #fff2dc;
	margin-bottom:20px;
	
}

.left{
	margin-left: 30px;
	}

.referenz, .referenz a:hover {
	cursor: pointer;
	
}




	
	


/* Kontaktformular: */


#formular{
	float: left;
	width: 400px;
	padding-left: 45px;
	height: 550px;
	
}


.anschrift {
    line-height: 1.5em;

}

.halb {
    line-height: 0.5em;
}

#form {
  width: 230px;
    font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.75em;
	color: #191312;
    font-weight: bold;
    
	
}

#meld {
    margin-top: -29px;
    padding-bottom: 30px;
    line-height: 175%;
    font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.75em;
	color: #191312;
    font-weight: bold;
    
}

#warning {
    margin-top: -29px;
	padding-left:48px;
	padding-bottom: 30px;
	line-height: 175%;
    font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.75em;
	color: #c84324;
    font-weight: bold;
	background-image:url(img/warning.png);
background-repeat:no-repeat;
background-position:0% 0%;
}

#great {
    margin-top: -29px;
	padding-left:48px;
	padding-bottom: 30px;
	line-height: 175%;
    font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.75em;
	color: #004953;
    font-weight: bold;
	background-image:url(img/great.png);
background-repeat:no-repeat;
background-position:0% 0%;

}

div.reihe {
    text-align: right;
	width: 150px;
}


.desc {
    text-align: right;
    border: none;
    width: 100px;
    padding: 1px 15px 1px 0;
	font-weight: bold;
	font-size: 90%;
	color:#2c2105;
}
.pesc {
    text-align: left;
    border: none;
    width: 100px;
    padding: 1px 0 1px 4px;
}
.input {
    background-color: #cfc6b6;
    font-family: verdana, helvetica, arial, sans-serif;
	
	color: #191312;
    font-size: 100%;
 	 border: none;
    width: 300px;
    font-weight: normal;
    padding: 1px 1px 1px 1px;
	background-image:url(img/kontakt-bg.jpg);
	background-repeat:repeat-x;
}

.inputt {
    background-color: #cfc6b6;
    font-family: verdana, helvetica, arial, sans-serif;
	color: #191312;
    font-size: 90%;
    border: none;
    width: 300px;
    height: 250px;
    padding: 1px 1px 1px 1px;
	background-image:url(img/kontakt-bg-large.jpg);
	background-repeat:repeat-x;
    
}

.buttonf {
    display: block;
    background-color: #d9a85e;
	background-image: url(img/abschicken.jpg);
	width: 140px;
	height: 27px;
    color: #d9a85e;
    padding: 1px 1px 1px 1px;
    border: none;
	margin-bottom: 70px; 
}

/* Ende Kontaktformular */

/*Anfahrt*/
.co-shadow {
	float:left;
	background-image: url(img/co-container.jpg);
	background-position: 0px 46px;
	background-repeat: no-repeat;
	width: 432px;
	height: 375px;
	margin-left: -38px;
	
	}

#map {
  float: left;
  width: 388px;
  height: 277px;
  margin: -17px 0 0 37px;
}




#formweg {
	clear: left;
	float: left;
	margin: 30px 0 0 32px;
	width: 400px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.75em;
	color: #191312;
    font-weight: bold;
}

.inputweg {
font-family: verdana, helvetica, arial, sans-serif;
	font-size: 100%;
	color: #191312;
  
  border: none;
  width: 291px;
  padding: 2px 2px 2px 2px;
  margin: 0;
  float: left;
  background-image:url(img/kontakt-bg.jpg);
	background-repeat:repeat-x;
}

.descw {
  font-size: 100%;
  border: none;
  text-align: right;
  width: 53px;
  font-weight: bold;
  color: #191312;
  padding: 2px 8px 1px 0;
}

.desc2 {
  font-size: 100%;
  border: none;
  font-weight: bold;
  color: #191312;
  padding: 3px 8px 1px 10px;
}

.reihe {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: none;
  text-align: left;
  width: auto;
}



.rox {
    display: block;
    background-color: transparent;
	background-image: url(img/route-berechnen.png);
	width: 185px;
	height: 27px;
    padding: 1px 1px 1px 1px;
    border: none;
	
}

/*Impressum*/

#content-impressum{
clear: left;
float:right;
height: 100%;
}


#content-impressum h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	line-height:1.2em;
	color:#003137;
	text-shadow: 0px 1px 0px #fff2dc;
	margin-bottom:10px;
	
}

#content-imp{
float:right;
background-image:url(img/impressum-bg-large.jpg);
background-repeat:repeat-y;
padding: 10px 10px 10px 10px;
width: 383px;
margin: 0;
}

#content-imp ul{
	font-family:Verdana, Geneva, sans-serif;
font-size:0.75em;
color:#151515;
margin: 0;
padding: 0;
}

#content-imp a{
font-family: verdana, helvetica, arial, sans-serif;
font-size: 1.0em;
color: #200d04;
font-weight: bold;
text-decoration:none;
}

#content-imp a:hover {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 1.0em;
color: #200d04;
font-weight: bold;
border-bottom: 1px dashed #200d04;
}

#content-imp li{
	line-height:2.0em;
}

#content-agb{
float:left;
background-image:url(img/impressum-bg-large.jpg);
background-repeat:repeat-y;
padding: 10px 10px 10px 10px;
}

#content-agb h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	line-height:1.2em;
	color:#003137;
	text-shadow: 0px 1px 0px #fff2dc;
	margin-bottom:10px;
	
}

#content-agb a{
font-family: verdana, helvetica, arial, sans-serif;
font-size: 1.0em;
color: #200d04;
font-weight: bold;
text-decoration:none;
}

#content-agb a:hover {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 1.0em;
color: #200d04;
font-weight: bold;
border-bottom: 1px dashed #200d04;
}

#content-odde{
float:left;
background-image:url(img/impressum-bg-large.jpg);
background-repeat:repeat-y;
padding: 10px 10px 10px 10px;
margin-top: 20px;
}

#content-odde h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	line-height:1.2em;
	color:#003137;
	text-shadow: 0px 1px 0px #fff2dc;
	margin-bottom:10px;
}

#content-odde a{
font-family: verdana, helvetica, arial, sans-serif;
font-size: 1.0em;
color: #200d04;
font-weight: bold;
text-decoration:none;
}

#content-odde a:hover {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 1.0em;
color: #200d04;
font-weight: bold;
border-bottom: 1px dashed #200d04;
}

#content-anschriftimp{
float:right;
width: 170px;
background-image:url(img/kontakt-bg-large.jpg);
background-repeat:repeat-x;
padding: 10px 10px 10px 10px;
margin-top: 20px;

}

#content-anschriftimp h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	line-height:1.2em;
	color:#003137;
	text-shadow: 0px 1px 0px #fff2dc;
	margin-bottom:7px;

}

.impsmall {
   width: 400px;
   margin-left: 30px;
   margin-top: 150px;
   float:left;
   height: auto;
   margin-bottom: 30px;
   }

.impsmall h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.45em;
	line-height:3.2em;
	color:#151515;
	text-shadow: 0px 1px 0px #fff2dc;
	
	
}

.impsmall2 {
   width: 400px;
   margin-top: 150px;
   float:left;
   height: auto;
   margin-left: 20px;
   }

.impsmall2 h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.45em;
	line-height:3.2em;
	color:#151515;
	text-shadow: 0px 1px 0px #fff2dc;
	}
	
.absatz{
	height:1.7em;
}	

/*vita*/

#content-me{
float:left;
background-image:url(img/me.jpg);
width: 432px;
height: 329px;
margin-top: -25px;

}

/*leistung*/

#leistung-alles{
	float: left;
	width: 870px;
	margin-top: 190px;
	
}

#leistung-oben{
	float: left;
	width: 870px;
	margin-bottom: 20px;
	height: 100%;
}

#leistung-unten{
	float: left;
	width: 870px;
	margin-bottom: 20px;
	height: 100%;
}
	
	
	
.beratungcontainer {
	float: left;
	margin: -20px 0 0 -13px;
	padding: 0 10px 5px 0;
	background-image: url(img/beratung.png);
	background-repeat: no-repeat;
	width: 114px;
	height: 95px;
}

.konzeptioncontainer {
	float: left;
	margin: -20px 0 0 -13px;
	padding: 0 10px 5px 0;
	background-image: url(img/konzeption.png);
	background-repeat: no-repeat;
	width: 114px;
	height: 95px;
}

.gestaltungcontainer {
	float: left;
	margin: -20px 0 0 -13px;
	padding: 0 10px 5px 0;
	background-image: url(img/gestaltung.png);
	background-repeat: no-repeat;
	width: 114px;
	height: 95px;
}

.printdesigncontainer {
	float: left;
	margin: -20px 0 0 -13px;
	padding: 0 10px 5px 0;
	background-image: url(img/printdesign.png);
	background-repeat: no-repeat;
	width: 114px;
	height: 95px;
}

.webdesigncontainer {
	float: left;
	margin: -20px 0 0 -13px;
	padding: 0 10px 5px 0;
	background-image: url(img/webdesign.png);
	background-repeat: no-repeat;
	width: 114px;
	height: 95px;
}

.webentwicklungcontainer {
	float: left;
	margin: -20px 0 0 -13px;
	padding: 0 10px 5px 0;
	background-image: url(img/webentwicklung.png);
	background-repeat: no-repeat;
	width: 114px;
	height: 95px;
}




.beratung{
	float: left;
	width: 260px;
	margin-left: 30px;
	}


.beratung h2{
	font-family:Verdana, Geneva, sans-serif;
font-size:1.45em;
line-height:1.2em;
color:#151515;
text-shadow: 0px 1px 0px #fff2dc;
margin-bottom: 7px;
}

.beratung a{
font-family: verdana, helvetica, arial, sans-serif;
font-size: 1.0em;
color: #200d04;
font-weight: bold;
text-decoration:none;
}

.beratung a:hover {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 1.0em;
color: #200d04;
font-weight: bold;
border-bottom: 1px dashed #200d04;
}

/*referenzen*/

/*subnav*/

#subnav{
	float:left;
	background-image:url(img/subnav-bg.jpg);
	background-repeat:no-repeat;
	height:328px;
	width:247px;
	margin: 100px 0 0 30px;
	}
	
ul#sub-nav {
margin-top: 156px;
margin-left: 33px;
height: 108px;
text-indent:-9999px;
}

ul#sub-nav li {
display: inline;
}

li#webdesign span{
float:left;
width: 165px;
height: 27px;
background-image: url(img/webdesign-btn.png);
background-position: 50% 100%;
text-indent: -9999px;
display: block;
}

li#webdesign a{
float:left;
width: 165px;
height: 27px;
background-image: url(img/webdesign-btn.png);
background-position: 50% 0%;
text-indent: -9999px;
display: block;
}
li#webdesign a:hover{
background-image: url(img/webdesign-btn.png);
background-position: 50% 50%;
}
li#webdesign a:active{
background-image: url(img/webdesign-btn.png);
background-position: 50% 100%;
}

li#printdesign span{
float:left;
width: 165px;
height: 27px;
background-image: url(img/printdesign-btn.png);
background-position: 50% 100%;
text-indent: -9999px;
display: block;
}

li#printdesign a{
float:left;
width: 165px;
height: 27px;
background-image: url(img/printdesign-btn.png);
background-position: 50% 0%;
text-indent: -9999px;
display: block;
}
li#printdesign a:hover{
background-image: url(img/printdesign-btn.png);
background-position: 50% 50%;
}
li#printdesign a:active{
background-image: url(img/printdesign-btn.png);
background-position: 50% 100%;
}

li#illustration span{
float:left;
width: 165px;
height: 27px;
background-image: url(img/illustration-btn.png);
background-position: 50% 100%;
text-indent: -9999px;
display: block;
}

li#illustration a{
float:left;
width: 165px;
height: 27px;
background-image: url(img/illustration-btn.png);
background-position: 50% 0%;
text-indent: -9999px;
display: block;
}
li#illustration a:hover{
background-image: url(img/illustration-btn.png);
background-position: 50% 50%;
}
li#illustration a:active{
background-image: url(img/illustration-btn.png);
background-position: 50% 100%;
}

li#animation span{
float:left;
width: 165px;
height: 27px;
background-image: url(img/animation-btn.png);
background-position: 50% 100%;
text-indent: -9999px;
display: block;
}

li#animation a{
float:left;
width: 165px;
height: 27px;
background-image: url(img/animation-btn.png);
background-position: 50% 0%;
text-indent: -9999px;
display: block;
}
li#animation a:hover{
background-image: url(img/animation-btn.png);
background-position: 50% 50%;
}
li#animation a:active{
background-image: url(img/animation-btn.png);
background-position: 50% 100%;
}

/*referenzen*/

.box{
width: 579px;
height: 400px;
margin-left: 298px;
margin-top: 144px;
background-image: url(img/ref-bg.jpg);
background-repeat: no-repeat;}

.box2{
width: 579px;
height: 400px;
margin-left: 298px;
margin-top: 144px;
background-image: url(img/ref-bg2.jpg);
background-repeat: no-repeat;}



.box img{
	margin: 41px 0 0 18px;
	}
	

 #gallery{
	margin-left:310px;
	width: 560px;
	float: left;
	display: block;
	}
	
	
	
#gallery li{
	width:122px;
	
	}
	
	
.text{
	clear: both;
	margin-top: 0px;
	width: 520px;
	background-image: url(img/ref-bg-large.jpg);
	background-repeat:repeat-y;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.75em;
	line-height:1.7em;
	color:#151515;
	padding: 10px 10px 10px 10px;
	margin-bottom:20px;
	}
	
	.title{
font-family:Verdana, Geneva, sans-serif;
font-size:0.75em;
line-height:1.7em;
color:#151515;
}

a.ansehen  {
	background-image:url(img/anschauen1.png);
	background-position: 0 100%;
	height: 27px;
	display: block;
	width: 135px;
	}
	
a:hover.ansehen {
	background-position: 0 0%;
	}
	
	
.box2 object{
	margin: 80px 0 0 58px;
	}

/*footer*/

#footer{
clear: both;
float: left;
width: 100%;
background-image:url(img/footer2.png);
background-repeat: no-repeat;
height: 132px;
margin-left: -30px;
margin-top: 30px;
padding-right: 30px;
}


#footer p{
font-family: verdana, helvetica, arial, sans-serif;
font-size: 0.7em;
color:#151515;
margin-left:65px;
margin-top: 41px;
}

.news {
	font-weight:bold;
	color:#008590;
	
}


.right {
	
	margin-left: 297px;
	}
	
.oben {
	position: absolute;
	left: 842px;
	margin-top: -43px;
  	width: 47px;
  	height: 117px;
	color: #000;
	text-indent: -9999px;

	}
	


#footer a{
font-family: verdana, helvetica, arial, sans-serif;
font-size: 1.0em;
color: #200d04;
font-weight: bold;
text-decoration:none;
}

#footer a:hover {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 1.0em;
color: #200d04;
font-weight: bold;
border-bottom: 1px dashed #200d04;
}