@charset "UTF-8";
/* CSS Document */

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 }
 
 #content_tekst {
	margin:15px 10px 0 60px;
	line-height:16pt;
	position: relative;
	z-index: 1; 
	
}

 .content_world {
height:auto; 
width: 110px;
float: left;
margin: 0 10px 0px 0;
padding: 5px;
}
 .clearboth { clear: both; }
 
 .content_career {
height:auto; 
width: 400px;
float: left;
margin: 0 10px 0px 0;
padding: 5px;
}
 .clearboth { clear: both; }
