html, body {
	color : black;
	background-color: White;
	font-family : arial, helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* neutralize styling: 
   elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* apply left margin:
   only to the few elements that need it: */
li {
	margin-left: 1em;	
}

img{
	border: none;
}

p, td{
	text-align : left;
	font-size : smaller;
}

hr{
	border : 3px #0bb561 solid;
	border-left : none;
	border-right : none;
	clear : both;

	padding : 0; 
	
}

a{
	color : black;
	font-weight : bold;
	text-decoration : none;
}

div#main {
	background: white;
	border: none;
	color: black;
	_height: 100%; /* ie */
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	width: 900px;
}

div#header{
	border-top: 3px #0bb561 solid;
	border-bottom: 3px #0bb561 solid;
	background-color: white;	
	color: black;
	font-size: smaller;
	font-weight: bold;
	margin-top: 20px;	
	margin-bottom: 20px;	
	padding-top: 4px;
	padding-bottom: 4px; 
	text-align: center;
	width: 900px;
}

div#header a{
	background-color : inherit;
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div#header table{
	width: 100%;
}

div#content{
	border: 0px green solid;
	height: auto;
	position: relative;
	text-align: center;
	width: 100%;
}

div#footer{
	border-top: 2px #0bb561 solid;
	background-color: white;
	color: black;
	clear: both;
	font-size: 16px;
	margin-top: 10px;	
	position: relative;
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
	width: 750px;
}

div#footer img{
	padding-right: 10px;
	padding-left: 10px;
}

div#footer a{
	background-color : inherit;
	color: black;
	text-decoration: none;
}

div#footer td{
	vertical-align: top;
}

p.about{
	font-size: smaller;
	padding-left: 75px;
	padding-right: 75px;
	text-align: left;
}

div#a1{
	background-image: url(../img/zem_a1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 0px solid black;
	float: left;
	height: 157px;
	margin-top: 10px;
	position: relative;
	width: 360px; 		
}

div#a2{
	background-image: url(../img/zem_a2.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	border: 0px solid black;
	float: left;	
	height: 157px;
	margin-top: 10px;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	width: 165px; 
}


div#a3{
	background-image: url(../img/zem_a3.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	border: 0px solid black;
	float: left;
	height: 157px;
	margin-top: 10px;
	position: relative;
	width: 360px;
}

div#a3 a{ 
	font-weight: normal;
}

div#b1{
	background-image: url(../img/zem_b1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 0px solid black;
	float: left;
	height: 157px;
	position: relative;	
	width: 360px;
}

div#b2{
	background-image: url(../img/zem_b2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border: 0px solid black;
	float: left;
	height: 157px;
	position: relative;	
	width: 165px; 	
}

div#b3{
	background-image: url(../img/zem_b3.jpg);
	background-position: left;
	background-repeat: no-repeat;
	border: 0px solid black;
	float: left;
	height: 157px;
	position: relative;
	width: 360px; 	
}

div#b3 a{ 
	font-weight: normal;
}

div#c1{
	border: 0px solid black;
	background-image: url(../img/zem_c1.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	height: 157px;
	margin-bottom: 10px;
	position: relative;
	width: 360px; 	
}

div#c2{
	background-image: url(../img/zem_c2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border: 0px solid black;
	width: 165px; 	
	height: 157px;
	float: left;
	margin-bottom: 10px;
	position: relative;
}

div#c3{
	border: 0px solid black;
	background-image: url(../img/zem_c3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height: 157px;
	margin-bottom: 10px;
	position: relative;
	width: 360px;
	padding-top: 20px;
}

div#c3 a{ 
	font-weight: normal;
}

img.intro_logo{
	margin-top: 20px;
}

div#b1,div#c1 p{
	text-align: right;
	vertical-align: middle;
}

div.intro_right p{
	background-color : inherit;
	color: #4c4c4c;
	font-size:11px;
	padding-left: 6px;
	padding-right: 5px;
	text-align: left;
	text-decoration: none;
	vertical-align: bottom;
}

div.intro_right a{
	background-color : inherit;
	color: Black;
	text-decoration: none;
}

div.intro_left p{
	padding-right: 10px;
	text-align: right;
}

p#a1{
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 30px;
	text-align: right;
	vertical-align: bottom;
}

p#a3{
	padding-top: 0px;
}

p#b1{
	padding-top: 10px;
	padding-left: 30px;
}

p#b3{
	padding-top: 0px;
}

p#c1{
	padding-top: 15px;
	padding-left: 30px;
}

div.actual_press{
	border: solid 0px black;
	padding-left: 75px;
	padding-right: 75px;
	text-align: left;
}

.Nadpis{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.IlustracnyObr 
{ 
float: left; 
margin: 0px 10px 0px 0px; 
border: 1px solid #666; 
padding: 2px; 
}

.Nahlad{
	clear: both;
}

.question{
	font-weight : bold;
	font-style : italic;
}

.climateSideLinks{
	border-top : 2px #0BB561 solid;
	border-bottom : 2px #0BB561 solid;
}	

.climateSideLink{
	text-transform: lowercase;
	font-size: 14px;
}	