body,html {
	margin:0;
	width:100%;
	height:100%;
	padding:0;
	background-color:#ffffff;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	/*margin-bottom:35px;*/
	
}

a {
	color:black;
	text-decoration:none
}
a:hover {
	color:red;
}
a:focus {
	outline: none;
}

#content {
	position:absolute;
}

#logo {
	position: absolute;
	left:81px;
	top:558px;
}

#container {
	/*width:1000px;*/
	/*text-align:left;*/
	position:relative;
	/*margin-left:auto;
	margin-right:auto;*/
	/*overflow:visible;*/
	/*height:500px;*/
	/*margin-left:20px;*/
}
#imageContainer,#imagePreviewContainer {
	position:absolute;
	top:47px;
	left:303px;
	width: auto;
}
#imageContainer {
	z-index: 100;	
}
#header {
	position:relative;
	height:100px;
}

#mainNavi {
	position:absolute;
	width:220px;
	top:588px;
}





#subNavi {
	width:220px;
	position: absolute;
	top:80px;
}

#subNavi,#mainNavi,#catNavi  {
	padding:0;
	margin:0;
	text-align: right;
}

#subNavi .menuItem {

}


#catNavi {
	text-align: right;
	position: absolute;
	top: 638px;
	left:301px;	
}
#catNavi .menuItem {
	display: inline;
}
#content {
	background-color:#ffffff;
	position: relative;
	/*position: absolute;
	left:200px;
	top:50px;*/
	width:915px;
}
.imageBlank {
	/*background-color: #9c9d9f;*/
	background-color: #ffffff;
	float:right;
	display: none;
}
.image {
	position:absolute;
}
img {
	border:none;
}
#staticContent {
	position:absolute;
	top:100px;
	left:270px;
}
.imageButton {
	position: absolute;
	top: 0px;
	cursor: pointer;
	/*visibility: hidden;*/
	background-image: url("../../clear.gif");
}
.typo3-adminPanel {
	position: absolute;
	right:0px;
	width: 300px;
}

