
head, body {
	background-color: #ffffff;
}


head, body, form {
	padding: 0px;
	margin: 0px;
}


table, img { 
	border: 0px;
}


p {
	padding: 0px;
	margin: 2px 0px 15px 0px;
}

body, table, td, tr, div, span, p, a, a:hover, a:visited, input, textarea {
	font: normal 11px Arial;
	color: #464646;
}

.clear {
	clear: both;
}


.info   { color: black; background-color: transparent; font-weight: normal; }
.warn   { color: #016689; background-color: transparent; font-weight: bold; }
.error  { color: #dc4b3d; background-color: transparent; font-weight: bold }






/***************************************************************************
 * WRAPPER, CONTENT
 */
#wrapper {
	width: 1020px;
	background: url("../images/flash/bg_wrapper.png") repeat-x;
}
#wrapper .logo {
	width: 80px;
	padding-top: 25px;
}
#content {
	width: 940px;
	height: 100%;
}
#content #meni {
	text-align: right;
	height: 50px;
	padding: 30px 70px 0px 0px;
}
#content #header {
	width: 940px;
	height: 410px;
	background: url("../images/flash/header.jpg") no-repeat;
	position: relative;
}
#content #text {
	width: 880px;
	padding-top: 30px;
}
#content #footer {
	width: 860px;
	height: 70px;
	border-top: 1px solid #d8d9d9;
	margin-top: 40px;
	background: url("../images/spider_media_group.png") no-repeat top right;
}
#content #footer .copy {
	float: left;
	padding-top: 12px;
}
#content #footer .smg {
	float: right;
}




#header .nagovor {
	position: absolute;
	top: 210px;
	width: 200px;
}
#header .btn_pdf {
	position: absolute;
	top: 330px;
	left: 115px;
	width: 84px;
	height: 26px;
}
#header .btn_povprasevanje {
	position: absolute;
	top: 300px;
	left: 115px;
	width: 84px;
	height: 26px;
}


.link {
	text-decoration: none;
}
.bold {
	font-weight: bold;
	color: #990033;
}


#text h1 {
	font: normal 20px Arial; 
	color: #990033;
	margin: 0px;
	padding-bottom: 6px;
}
#text h2 {
	font: bold 16px Arial; 
	color: #990033;
	margin: 0px;
	padding-bottom: 3px;
}
#text h3 {
	font: bold 12px Arial; 
	color: #990033;
	margin: 0px;
}
