* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
}
a, a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 10px;
}

#backleft {
	background: #FFFFFF;
	width: 50%;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
#container {
	background: url(fotografo_fotografie/bg_index.gif) left repeat-y;
	width: 800px;
	z-index: 2;
	position: relative;
	margin: 0 auto;
}
#backright {
	background: #222323;
	width: 50%;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

#header {
	text-align: center;
	padding: 40px 0px 23px 0px;
}

#ecom {
	float: left;
	width: 390px;
	text-align: right;
	color: #222323;
}
#ecom a {
	background: url(fotografo_fotografie/li_ecom.gif) right 2px no-repeat;
	padding-right: 20px;
	color: #222323;
}
#ecom a:hover {
	color: #e76700;
}

#ist {
	float: right;
	width: 390px;
	text-align: left;
	color: #ffffff;
}
#ist a {
	background: url(fotografo_fotografie/li_ist.gif) left 2px no-repeat;
	padding-left: 20px;
	color: #ffffff;
}
#ist a:hover {
	color: #1fd207;
}
#ecom li, #ist li {
	list-style: none;
	padding: 7px 0px 0px 0px;
}

#center {
	clear: both;
	text-align: center;
	width: 800px;
	padding: 30px 0 10px 0;
}

#footer {
	text-align: center;
	font-size: 10px;
	padding-left: 60px;
	color: #ffffff;
}
#footer img {
	vertical-align: middle;
}