/* CSS Document */

{ 
	behavior: url(iepngfix.htc) 
}

html, body {
background-image: url(images/background.gif);
font-family: "Tahoma", "Arial", "Helvetica", "Sans-Serif";
}


#logo
{
position: absolute;
top: 45px;
left: 50px;
width:677px;
text-align:center;
}

#umzug
{
	position: absolute;
	top: 50px;
	left: 500px;
	display:none;
}

#umzug_ecke
{
	position:absolute;
	top:3px;
	left:486px;
	display:none;
}

#umzug_eckev2
{
	position:absolute;
	top:0px;
	left:494px;
}


#menu_container
{
position: absolute;
top: 225px;
left: 41px;
  width: 678px;
  height: 49px;
  background-image:url(images/menu_background.png);
}

#startseite
{
position: absolute;
left:25px;
top: 0px;
width:82px;
height:22px;
display:inline;

}

img
{
	border: none;
}

#ich
{
position: absolute;
left: 125px;
top: 0px;
width:90px;
height:23px;
display:inline;

}

#leistungen
{
position: absolute;
left: 233px;
top: 0px;
width:138px;
height:35px;
display:inline;

}

#barpiano
{
position: absolute;
left:389px;
top: 0px;
width:80px;
height:22px;
display:inline;

}

#kontakt
{
position: absolute;
left:487px;
top: 0px;
width:67px;
height:22px;
display:inline;

}

#links
{
position: absolute;
left: 572px;
top: 0px;
width:77px;
height:22px;
display:inline;

}


#foto
{
position: absolute;
top: 310px;
left: 70px;
width: auto;
border: 1px solid #000;
}

#foto_author{
position: absolute;
top: 605px;
left: 70px;
font-size: 9px;
}

#cite
{
position: absolute;
top: 730px;
left: 140px;
width: 460px;
font-size: 11px;
text-align: center;
padding-bottom: 20px;
}


#content
{
position: absolute;
top: 290px;
left: 370px;
width: 320px;
padding-bottom: 50px;
}

#content_wide
{
position: absolute;
top: 290px;
left: 70px;
width: 620px;
padding-bottom: 50px;
}

#content_not_so_wide
{
position: absolute;
top: 300px;
left: 230px;
width: 350px;
padding-bottom: 50px;
}

h1
{
padding-top:20px;
padding-bottom: 20px;
font-size: 16px;

text-align:center;
}

h2
{
padding-top:10px;
padding-bottom: 0px;
font-size: 14px;
text-align:left;
}

p
{
 text-align: justify;
}


p.center
{
text-align: center;
}

a{
	color: #336699;
	text-decoration:none;
}

a:visited{
	color: #336699;
	text-decoration:none;
}


a:hover{
	text-decoration:underline;
}