/* CSS Document */

/* Allgemeines */
div,p,h1,h2,h3,h4,form,input
{
margin:0;
padding:0;
}

img
{
border:none;
}

a
{
	text-decoration:none;
}

a:focus
{
	border:none;
	text-decoration:none;
}

a:active
{
	border:none;
}

body
{
text-align:center;
width: 100%;
font-size: 11px;
font-family:verdana,arial,helvetica,sans-serif;
margin:0px;
background-color:#e7e3be;
padding:0px;
color:#6b5b46;
}

#container { 	
  position:absolute;
  height:665px; 
  width:908px;
  margin:-319px 0px 0px -454px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 0px;
background-image: url(../layout/lay_bg_main.jpg);
background-repeat:no-repeat;
background-position:0px 0px;
  overflow: visible;
}
/*
#container
{
margin:30px auto;
text-align:left;
position:relative;
height:665px;
width:908px;
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
color:#242122;
background-image: url(../layout/lay_bg_main.jpg);
background-repeat:no-repeat;
background-position:0px 0px;
}
*/

#header
{
float:left;
width:908px;
height:auto;
}

#logo
{
position:absolute;
top:5px;
left:29px;
width:auto;
height:auto;
}

#contentContainer
{
float:left;
width:906px;
height:auto;
}

#debutmenu
{
	position:absolute;
	top:83px;
	left:47px;
}

#textHome1
{
	position:absolute;
	top:313px;
	left:243px;
}

#textHome2
{
	position:absolute;
	display:none;
	top:313px;
	left:243px;
}

#mainHome
{
	position:absolute;
	top:428px;
	right:290px;
}


#footer
{
height:auto;
width:auto;
position:absolute;
bottom:10px;
right:32px;
}

#menuTop
{
position:absolute;
top:51px;
right:30px;
width:auto;
height:auto;
}

