/************************
visit Slovenia
CSS by 
Klemen Urbancnik
POLET spletni inzeniring
**********************************/

/***** reset *****/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,
font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}
body {line-height:13px;}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse;border-spacing:0;vertical-align:top;}

/***** general *****/

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	cursor: default;
	}
	 
p  { 
	font-size: 11px;
	text-align: left;
	padding: 5px 0;
	}

ul {
	margin: 0 0 10px 0;
	}

li {
 	padding: 0 0 5px 10px;
 	list-style-type: none;
	background: transparent url(http://www.visitslovenia.net/pic-d/bullet-zelen.gif) no-repeat 0 0;
 }
	 	 
a, a:visited {
	text-decoration: underline;
	color: #000;
	}

a:hover, a:active {
	text-decoration: none;
	}

h1, h2{
	color: #1A1364;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 15px 3px 0;
	margin: 0;
	}

h2 {
	font-size: 15px;
	margin: 10px 0;
	border-top: 1px solid #BFD72F;
	width: 445px;
	}

/***** style-main *****/

#container {
	min-width: 850px;
	width: 850px;
	text-align: left;
	background: transparent url(http://www.visitslovenia.net/pic-d/bg-zelen.gif) repeat-y 0 0;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

#float-wrapper {
	float: left; 
	width: 680px;
	}	

/***** style-head *****/
#head {
	width: 680px;      
	background: #fff;
	}
	
#headLogo {
	width: 660px;
	height: 40px;
	margin: 0 0 1px 0;
	border-bottom: 2px solid #BFD72F;
	}
	
#headLogo .logo {
	float:left;
	padding: 5px 0 0 0;
	}

#headImage{
	width: 660px;      
	height: 160px;  
	background: transparent url(http://www.visitslovenia.net/pic-d/head/head-404.jpg)  no-repeat top left;
}

#headImageC{
	width: 660px;      
	height: 160px;  
	background: transparent url(http://www.visitslovenia.net/pic-d/head/head-inquiry.jpg)  no-repeat top left;
}

#headNav {  
	width: 660px;      
	background-color: #BFD72F;
	float: left;
	display:block;
	padding: 0;
	}

/***** style-middle *****/
	
#center {
	float: right; 
	width: 500px;
	}
		
#centerVsebina {
	float: left;
	width: 470px;
	padding-left: 20px;
	margin-bottom: 10px;
	}

#centerVsebina p {
	width: 460px;
	margin: 0 0 5px 0;
	}

/***** footer  *****/

#footer { 
	background-color: #D3E285;
	color: #000;
	padding: 10px 0 10px 10px; 
	width: 660px;
	height: 15px;
	font-size: 10px;
	float:left;
	}
	
/***** print *****/
.printHeader {display:none;}
.printFooter {display:none;}

