/*
	Dreispalter mit relativer Breite (gesamt)
*/

html, body {
margin: 0;
}
body {
background-image:url(../img/baks.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:right;
padding:0px;
padding: 10px 4%;
font-family: Verdana, Helvetica, Arial ,sans-serif;
font-size: 101%;
text-align: center; /* fuer IE_quirks */
}

/* mainboxes */
#wrapper {
position: relative;
width: 100%; /* fuer IE */
color: #000;
text-align: left; /* Aufheben von IE_quirks im BODY */
}

#header {
height: 20px;
 text-align:right;
}

#menue {
position: absolute;
top: 75px;
right:0;
color: #000;
margin: 0px;
padding: 0px;
}
#logo {
position: absolute;
background-image:url(../img/background.gif);
background-attachment:fixed;
background-repeat:repeat;
background-position:left;
top: 0px;
left:0;
color: #000;
margin: 0px;
padding:2px;
width:350px;
height:;
z-index:4;
}

#content {
position:relative;

top: 100px;
left:0;
margin: 0px 120px 0px 100px;
padding: 20px 50px 20px 60px;
z-index:2;
}

#info{
position: absolute;
background-image:url(../img/background.gif);
background-repeat:repeat;
background-position:left;
padding-left:5px;
top: 100px;
left: 0;
width: 140px;			 /* ein bisschen Getrickse mit width und */
margin: 0px 1px 0px 0px; /* margin wegen Browser-Unterschieden */
height: 100%;
}
#photo {
position: absolute;
top: 120px;
right:0px;
width: 145px;			 /* ein bisschen Getrickse mit width und */
margin: 0px 1px 0px 0px; /* margin wegen Browser-Unterschieden */
}

#footer {
background-color: #FFBF00;
color: #000;
padding: 5px 0;
text-align: center;
}