/**************************************************************
	
	Class/ID: LAYOUT
	Media: ALL
	
	2007 das.zeichen (Bernhard Sturm) www.daszeichen.ch
****************************************************************/

body {
	margin:0.63em 0em 0em 0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #333333;
	background-color:#FFF;
}

/* accessibility */
#accessibility {
	position:absolute;
	display:none;
	left:-1000em;
	top:-1000em;
}


#container {
	position:relative;
	width:45.63em;
	margin:0.31em auto 0em auto;
}

/* bilder */
img#bild1, img#bild7, img#bild5 {
	position:absolute;
	top:0em;
	left:19.69em;
	width:12.81em;
	height:12.81em;
}
img#bild7 {
	left:13.13em;
	top:19.69em;	
}
img#bild5 {
	left: 32.81em;
	top:6.56em;
}
img#bild2, img#bild3, img#bild4, img#bild6 {
	position:absolute;
	width:6.25em;
	height:6.25em;
	left:0em;
	top:6.25em;
}
img#bild3 {
	left:19.69em;
	top:13.13em;
}
img#bild4 {
	left:26.25em;
	top:13.13em;
}
img#bild6 {
	left:6.56em;
	top:19.69em;
}

/* menu */
#menu, #address, #content {
	position:absolute;
	width:12.81em;
	height:6.56em;
	overflow:hidden;
	top:0em;
	left:32.81em;
}

#menu a {font-size: .71em;}
#menu li {list-style: none;}
#menu ul, #menu ul li {margin:0;padding:0;}
#menu ul li {line-height: 1;}



/* address */
#address {
	height:13.13em;
	left:6.56em;
	top:6.25em;
}

/* content */
#content {
	overflow: visible;
	width:19.38em;
	left:26.25em;
	top:19.69em;
}

.clear {
	float:none;
	clear:both;
}
