/*texture-art*/



body {
	padding:0;
	margin:0;
	text-align:center;
	font-family:Avenir, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/*style 4 index page*/
body#index{
	background-color: #d7d7d7;
}


/*divs construction*/
#outer{
	height:auto;
	width:600px;
	margin:0px auto;
	margin-top: 15%;
	position:relative;
}

img{border: none;
	margin:0 0 90px 0;
}



/*typographie*/
h1 {
	background:  url("../../bilder/index-img/ute-siebert.jpg") no-repeat;
	font: bold 24px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
	height: 50px;
	margin: 0 0 0 100px;
	padding: 0;
	text-indent: -1000em;
	width: 400px;
}


p{
	background:  url("../../bilder/index-img/objekte-und-collagen.jpg") no-repeat;
	font: bold 18px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #EE9117;
	height: 50px;
	margin: 0 0 0 100px;
	padding: 0;
	text-align:center;
	text-indent: -1000em;
	width: 400px;
}

a:link{color:#EE9117;text-decoration: none;}
a:visited{color:#ccc;text-decoration: none;}
a:hover{color:#EE9117;text-decoration: none;}
a:active{color:#666;text-decoration: none;}
