/*standard styles*/
html {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color: #046cbe;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #046cbe;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small; 
	color: #000000;
	text-align: justify;
	line-height: 1.5;
	padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
	font-weight: normal;
}

#sediul {  
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #046cbe;
	text-decoration: none;
}
a:visited {
	color: #046cbe;
	text-decoration: none;
}
a:hover {
	color: #62a1d6;
	text-decoration: none;
}
a:active {
	color: #62a1d6;
	text-decoration: none;
}

p { 
	line-height: 12px; 
	margin: 0 0 8px;
}

body {
	height: 100%; /* needed for container min-height */
	color: #000;
	margin: 0;
	padding: 0;
}

#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 1000px;
	background: #ffffff;
	padding: 0px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

header {
	background-color: #FFFFFF;
	padding: 0px;
	text-align: center;
	margin: 0;
	background: url(../img/schr.png) left top no-repeat, url(../img/chem.png) center top no-repeat, url(../img/mke.png) right top no-repeat;
	background-origin: content-box;
	background-size: 80px, 80px, 80px;
	z-index: -1;
}

/*
#sigle {
	display:table;
	margin:0;
	padding:0;
	display:inline-block;
	height: 100%;
}

#sigle li {
	display:table-cell;
	width:300px;
	margin:0;
	padding:0;
	background-color: #FFFFFF;
}
*/
	
nav {
	background: #F8F8F8; /*cipri*/
	padding:0;
	margin:0;
}

footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	background: #FFFFFF;
	font-size: x-small;
	color: black;
}

#content {
	/*padding: 8px 8px 80px; /* bottom padding for footer */
	background: #ffffff;
}

#bubble {
	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px #888;
	box-shadow: 0 0 3px #888;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background: #FFF;
	width: 960px;
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	padding: 10px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

