* {
padding:0px;
margin:0px;
}

img {
border:0px;
}

a, a:link, a:visited, a:active {
color:black;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

body {
	background-color:#363e49;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:black;
}

#header {
	width:965px;
	height:174px;
	background:#ffffff url(../images/header.jpg) no-repeat left top;
	margin:auto;
}

#menu {
	position:relative;
	top:148px;
	left:227px;
	width:544px;
}

#content {
	width:965px;
	min-height:174px;
	background-color:#cbcdd0;
	margin:auto;
	margin-bottom:15px;
}

#poze {
	float:left;
	display:block;
	width:227px;
	text-align:center;
}

#poze img, #poze object {
	margin:15px 0px;
}

.invisible {
	display:none;
}

#text {
	float:left;
	width:700px;
	padding:15px 15px 15px 0px;
	text-indent:10px;
	line-height:2;
}

#text p {
	margin-top:5px;
}

#text ul {
	list-style-position:inside;
}

h1 {
	display:block;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #808080;
	margin-bottom:10px;
}

#footer {
	clear:both;
	border-top:1px solid #808080;
	padding:15px 0px;
	text-align:center;
}