@charset "UTF-8";
/* CSS Document */

*
{
margin: 0;
padding: 0;
}

#wrapper
{
margin: 50px 0 0 50px;
}

#head
{
background: url(images/logo.gif) no-repeat #FFFFFF;
width: 145px;
height:145px;
position: fixed;
padding-bottom:147px;
}

#home
{ 
width: 700px;
margin-top:258px;
margin-left: 350px;
}

p
{
font: 40px Georgia, "Times New Roman", Times, serif;
color: #CCCCCC;
text-decoration:none;
}

.engl
{
margin-top: -250px;
margin-left:900px;
font: 12px Georgia, "Times New Roman", Times, serif;
color:#CCCCCC;
}

.copyright
{
font: 12px Georgia, "Times New Roman", Times, serif;
color:#CCCCCC;
clear:both;
margin:0 auto;
width: 150px;
padding: 40px 0 5px 0;
}

/*menu*/

ul#menu
{
list-style: none;
position: fixed;
margin-top: 190px;
background: #FFFFFF;
}

ul#menu li a
{
display: block;
width: 100px;
height: 20px;
background: #FFFFFF;

}

#contact p, #contact p a
{
font: 12px/19px Georgia, "Times New Roman", Times, serif;
color: #999999;
margin-top: 256px;
padding-right: 80px;
text-decoration:none;
}

#contact p a:hover
{
text-decoration:underline;
}

/*referenzbilder*/

img
{
border: 1px solid #CCCCCC;
float: left;
}

.bilder
{
margin-top:80px;
width: 780px;
margin-left: 350px;
float: left;
}

.text
{
font: 11px/16px Georgia, "Times New Roman", Times, serif;
color: #999999;
float: left;
padding-left: 10px;
width: 200px;
}

.text a
{
color: #999999;
text-decoration: underline;
}

/*bilder buchausschnitt*/

.kataloge img
{
float: left;
margin: 20px;
border: 1px solid #CCCCCC;
}

.zurueck
{
font: 12px Georgia, "Times New Roman", Times, serif;
color:#666666;
margin: 30px 0 20px 20px;
}

.katalogtext
{
font: 12px Georgia, "Times New Roman", Times, serif;
color:#666666;
padding: 30px 0 10px 20px;
}

#footer
{
	hight: 20px;
	background: #000000;
	
}

#footer a
{
	color:#FFFFFF;
}


