/************************
 National Geographic Magazine
	ngm-print.css
   by GregoR - Creatim
************************/

/*************** DEFAULT ***************/

	
p  { 
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

input {
	font-size: 11px;
	text-decoration : none;
	border: 1px solid #000000;
	padding-left: 3px;
	}

hr	{
	display: none;
	}
	
img {
	 border: 0;
	 }
	 
A, A:visited {
	text-decoration: underline;
	color: #000000;
	}

A:hover, A:active {
	text-decoration: none;
	color: #000000;
	}

ul {
	padding: 0px 0px 5px 17px;
	margin: 0px 0px 4px 0px;
	}

ol {
	margin-left: 25px;
	margin-top: 8px;
	margin-bottom: 8px;
	}

li {
	padding: 2px 0px 1px 0px;
	list-style-image: url(pic/bullet.gif);
	}

/*************** LAYOUT, STYLES ***************/

#wrapper { 
	min-width: 650px; 
	width: 650px;
	text-align: left;
	}  
	

#outer > #inner { /* Mozilla code */
	border-bottom: 1px solid transparent;
	} 
	
#outer {
	border-left: 0px #FFFFFF solid;
	border-right: 0px #FFFFFF solid;
	background: 650px #FFFFFF; /* center column*/
	}

#inner { 
	margin: 0; 
	background-position: left;
	background-repeat: repeat-y;
	background-image: none;
	background-color: #FFFFFF;
	}

#left {
	display: none;
	}

#right {
	display: none;
	}
	
#contentRight {
	display: none;
	}

#center { 
	float: left; 
	width: 100%; 
	position: relative;
	}

#content { 
	padding: 15px;
	}
	
#content img {
	border: 1px #000000 solid;
	padding: 1px;
	}
	
#content .imgNone { 
	border: 0px #000000 solid;
	padding: 1px;
	}
	
#contentHome { 
	padding: 15px;
	}
	
#contentHome h1 { 
	color: #000000;
	font-size: 16px;
	margin: 0px 0px 7px 0px;
	text-decoration: none;
	}

#contentHome h2 {
	color: #000000;
	font-size: 12px;
	margin: 0px 0px 7px 0px;
	}

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

#contentHome h2 a:hover {
	color: #000000;
	text-decoration:underline;
	}

#headFrame {
	background-color: #000000;
	height: 84px;
	}

#head {
	display: none;
	}

#head h1	{
	text-indent: -9999px;
	margin: 0px 0px 0px 0px;
	}
	
#head h1 a 	{
	text-decoration:none;
	padding: 0px;
	margin: 0px;
	}	
	
#nav {
	display: none;
	}

#footer { 
	display: none;
	}
	
#bannerTop {
	display: none;
	}
	
#bannerBottom {
	display: none;
	}
	
#bannerBottom p {
	display: none;
	}
	
#bannerRight {
	display: none;
	}

.clear { 
	clear: both; 
	}

	
/*************** OSTALO ***************/

h1, h2, h3 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	}

h2 {
	font-size: 14px;
	padding: 4px 0px 0px 0px;
	}

h3 {
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 3px 0px;
	}

.imgRight {
	padding: 0px 0px 5px 10px;
	float: right;
	}

.imgLeft {
	padding: 0px 10px 5px 0px;
	float: left;
	}

.aktualno {
	font-size: 11px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	padding: 10px 0px 0px 11px;
	width: 164px;
	}
	
.aktualno h1 {
	color:#000000; 
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 20px;
	font-weight: bold;
	background: url(pic/znak.gif) no-repeat left top;
	}
	
.aktualno h1 a {
	color:#000000; 
	text-decoration: none;
	}
	
.aktualno h1 a:hover {
	color:#000000; 
	text-decoration: underline;
	}
	
.aktualno h2 {
	color:#000000; 
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #000000;
	}

.aktualno img {
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	}


.linkNav, .linkNav:visited {	
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}
	
.linkNav:active, .linkNav:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000000; 
	text-decoration: underline;
	}	
	
.print {
	font-size: 13px;
	text-align: left;
	color:#999999; 
	border: none;
	}
	

