body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	color:#707172;
	font-family:Verdana;
}
body, html {
	background-color:#bed04d;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:16px;
	font-style:italic;
}
p {
	font-size:11px;
	line-height:16px;
}
#adres {
	position:absolute;
	right:0px;
	top:0px;
	color:#9c9d9f;
	font-size:10px;
	line-height:16px;
}

#adres a
{
color:#9c9d9f;
text-decoration:none;
}

#adres a:hover
{
color:#333;
}

#holder {
	position:relative;
	width:950px;
	height:auto;
	padding:25px;
	margin:25px auto;
	background-color:white;
}
#holder #header {
	position:relative;
	width:100%;
	height:135px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:0px -15px;
}
#holder #header .menuHolder {
	position:absolute;
	right:0px;
	bottom:2px;
}
#holder #content {
	background-color:#d5d7d8;
	min-height:400px;
	padding:25px 25px 0px 25px;
		font-size:11px;

}
#holder #content #left {
	float:left;
	padding:25px;
	width:540px;
	background-color:#eaeaeb;
	margin-right:25px;
}
#holder #content #left #breadcrumb {
	font-size:10px;
	margin-bottom:25px;
}
#breadcrumb a {
	text-decoration:none;
	font-size:10px;
	color:#707172;
}
#breadcrumb a:hover {
	text-decoration:underline;
}
#breadcrumb a#current {
	font-weight:bold;
	color:#4d5053;
}
#holder #content #right {
	float:left;
	width:285px;
}
#holder #content #right #image {
	border:1px solid #585f67;
	overflow:hidden;
	margin-bottom:25px;
}
#holder #content #right #image img {
	display : block;
	margin:0px;
	padding:0px;
	width:285px;
}
#holder #content #right #quote h3 {
	font-size:16px;
	font-weight:bold;
	color:white;
}
#holder #footer {
	height:32px;
	background-image:url(../images/footer.png);
}

