@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #262626;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

html, body, .pagewrap { height: 100%; }
body > .pagewrap { height: auto; min-height: 100%; }

.pagewrap {
	width: 900px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.shortcuts {
	width: 120px;
	height: 35px;
	margin-left: 780px;
}

.shortcut-pic {
	margin-top: 5px;
	margin-left: 10px;
}

.header {
	width: 900px;
	height: 119px;
	display: block;
	position: relative;
}

.logo {
	width: 460px;
	height: 119px;
	display: inline;
	float: left;
}

.logo-pic {
	margin-top: 67px;
}

.buttons {
	width: 440px;
	height: 119px;
	display: inline;
	float: right;
}

.button-pic {
	margin-top: 75px;
	margin-left: 1px;
}

.content-wrapper {
	width: 900px;
	height: 100px;
	display: block;
	margin-top: 30px;
}

.col1 {
	width: 299px;
	height: 130px;
	display: inline;
	float: left;
	background-image: url(../images/prvi_poslovni_blog_v_sloveniji.png);
}

.col2 {
	width: 540px;
	height: 100px;
	display: inline;
	float: right;
	margin-left: 15px;
}

.content2-wrapper {
	width: 900px;
	height: 350px;
	display: block;
	margin-top: 50px;
}

.col3 {
	width: 450px;
	height: 350px;
	display: inline;
	float: left;
}

.col4 {
	width: 425px;
	height: 344px;
	/*background-image: url(../images/zan_nekrep.png);*/
	display: inline;
	float: right;
}

.content3-wrapper {
	width: 900px;
	height: 50px;
	display: block;
	margin-top: 200px;
	padding-bottom: 80px;
}

.content4-wrapper {
	width: 900px;
	height: 400px;
	display: block;
	margin-top: 20px;
	padding-bottom: 80px;
}

.col5 {
	width: 800px;
	height: 40px;
	margin: 0 auto;
	display: inline;
}

.col6 {
	width: 380px;
	height: 400px;
	display: inline;
	float: left;
}

.col7 {
	width: 500px;
	height: 345px;
	background-image: url(../images/mediji.png);
	margin-top: 40px;
	display: inline;
	float: right;
}

.col8 {
	width: 430px;
	height: 350px;
	display: inline;
	float: left;
}

.col9 {
	width: 430px;
	height: 350px;
	display: inline;
	float: right;
}

.col10 {
	width: 900px;
	height: 200px;
	display: inline;
	float: right;
}

.content5-wrapper {
	width: 900px;
	height: 350px;
	display: block;
	margin-top: 20px;
}

.content6-wrapper {
	width: 900px;
	height: 100px;
	display: block;
	padding-bottom: 80px;
}

.action {
	font-size: 18px;
	text-align: center;
	color: #7dbf39;
}

.text {
	font-size: 16px;
	text-align: justify;
}

.clear {
	width: 900px;
	height: 20px;
	display: inline;
}

ul.arrow {
	list-style: none;
	margin-left: -40px;
	margin-top: 20px;
}

ul.arrow li {
	background: url(../images/arrow.png);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	text-align: justify;
}

#footer {
 	clear: both;
 	position: relative;
 	z-index: 10;
 	height: 80px;
 	margin-top: -80px;
 	background-color: #999999;
}

.footer-text {
	font-size: 12px;
	text-align: center;
}

.legal {
	font-size: 10px;
	color: #666666;
}

